padreati / rapaio-jupyter-kernel

Java jupyter kernel
MIT License
48 stars 6 forks source link

Magic for adding directories to classpath #25

Closed padreati closed 2 months ago

padreati commented 1 year ago

Implement a magic to add resources (compiled classes or directory with compiled classes to classpath)

padreati commented 1 year ago

The implemented feature adds only folders with classes, not individual compiled classes. The folder structure is needed in order to have the package hierarcy.

clankill3r commented 7 months ago

Is there a hacky way at the moment? I would like to do some test with processing. (www.processing.org)