allen-ball / ganymede

The Ganymede Kernel is a Jupyter Notebook Java kernel based on the Java Shell tool, JShell.
Apache License 2.0
61 stars 3 forks source link

`classpath`and`pom` #12

Open SomaLily opened 6 months ago

SomaLily commented 6 months ago

First thankful for the work can load maven despendencies ! But despite to the mention of local import or local comfig by %%classpath in the README, there is no example about how to use it. Hopefully to demonstrate one in the ganymede-notebooks.

And, when want to add a private maven repositories, does it support a username and passwork like:

%%pom
repositories:
-    id: nexus-private
     layout: default
     url: https://maven.private.com/...
     snapshots: 
         enabled: false
     username: XXX
      passwork: xxxxxx

or not?