fiber-space / jupyter-kernel-jsr223

A JSR223 compliant Jupyter kernel implementation in Java
Apache License 2.0
61 stars 12 forks source link

Packaging and Deployment #10

Open seletz opened 7 years ago

seletz commented 7 years ago

For end-users which just want to use the kernel, it would be more convenient if the could install one file on their system.

I propose to use the maven shade plugin, which creates a single jar file which contains all the dependencies.