Results 16 comments of jimmybow

you can use system java and maven, see my dockerfile https://github.com/jimmybow/docker-java-notebook/blob/master/build/Dockerfile

you just have no Permission ....... just run ``` pip install beakerx_kernel_groovy; beakerx_kernel_groovy install; ```

ipywidgets 8 is not surport, please add version info to setup.py ipywidgets>=7.6,

notebook 5.7.8, jupyterlab 3.6.5, ipywidgets 7.6.0 is work , see my dockerfile https://github.com/jimmybow/docker-java-notebook/blob/master/build/Dockerfile

you can use pip install, see my dockerfile https://github.com/jimmybow/docker-java-notebook/blob/master/build/Dockerfile

ipywidgets 8 is not surport, please downgrade version to ipywidgets==7.6.0

just use magic method directly ``` String[] mavenDependencies = { "net.sourceforge.plantuml:plantuml:8059" }; getKernelInstance().getMavenResolver().addMavenDependencies(Arrays.asList(mavenDependencies)); ``` see my IJAVA_STARTUP_SCRIPTS for plantuml magic ! https://github.com/jimmybow/docker-java-notebook/blob/master/data/jupyter/custom_IJava/custom.jshell

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

you need to install jupyter_contrib-nbextensions, see my dockerfile https://github.com/jimmybow/docker-java-notebook/blob/master/build/Dockerfile

just use `%jars XXX.jar`