This about running Spark/Scala from a Zeppelin notebook.
In order to better modularize and reorganize code, I need to import existing Scala classes, packages or functions into the notebook, skipping crearing a jar file (much the same as in PySpark). Is this possible?
Thanks