padreati / rapaio-jupyter-kernel

Java jupyter kernel
MIT License
53 stars 7 forks source link

Jar line magic does not accept directory as argument #65

Closed dsyer closed 3 months ago

dsyer commented 3 months ago

The docs say that %jar line magic "Adds to the classpath a jar or all jar archives from a directory" but it doesn't work for a directory (the %%jars cell magic does work):

%jar target/lib
MagicEvalException
Provided input is not a jar file.