SpencerPark / IJava

A Jupyter kernel for executing Java code.
MIT License
1.1k stars 215 forks source link

loadFromPOM download jar with ivy2, not maven #113

Open Flyfoxs opened 3 years ago

Flyfoxs commented 3 years ago

I found %%loadFromPOM download jar with ivy2, which make it can not reused the jar in ~/.m2 directly.

is there any way to reuse the jar in ~/m2 dierctly

jimmybow commented 1 year ago

it reuse jar in ~/.ivy2 and you can try my custom gradle magic to load dependency, it reuse jar in ~/.gradle https://github.com/jimmybow/docker-java-notebook/blob/master/data/jupyter/custom_IJava/custom.jshell