Re: Load '.scala' files dynamically like in REPL

2016-06-03 Thread moon soo Lee
Hi, This might help. http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Pre-load-Spark-s-scripts-tp2029p2033.html I think we don't have fancy way of loading '.scala' file. I think it's nice to have. Feel free to create an issue for new feature! Thanks, moon On Tue, May 31

Load '.scala' files dynamically like in REPL

2016-05-31 Thread Jorge Garcia
Hi zeppelin users, Is there any way to load ".scala" files like you would do using the ":load path/to/file.scala" command in the scala REPL? I have already seen that there is the dependancy loader (%dep z.load(...) )for jar files but I can not see a way to load non-compiled scala files. Than