z.load("/path/to.jar")
That’s what I was looking for.
Thanks!
On May 25, 2018, at 2:00 PM, Ruslan Dautkhanov
<[email protected]<mailto:[email protected]>> wrote:
You may want to check if %spark.dep
https://zeppelin.apache.org/docs/latest/interpreter/spark.html#3-dynamic-dependency-loading-via-sparkdep-interpreter
helps here.
--
Ruslan Dautkhanov
On Fri, May 25, 2018 at 12:46 PM, Michael Segel
<[email protected]<mailto:[email protected]>> wrote:
What’s the best way to set up a class path for a specific notebook?
I have some custom classes that I may want to include.
Is there a way to specify this in the specific note?
Would it be better to add the jars to an existing lib folder?
Thx