dflib / jjava

A Jupyter kernel for Java notebooks
MIT License
18 stars 2 forks source link

Removal of installer #42

Closed m-dzianishchyts closed 2 months ago

m-dzianishchyts commented 2 months ago

About this PR:

Removes custom kernel installer in favor of standard jupyter kernelspec install setup. Replaces kernel launcher with its java version. Fixes #35.

All env variables can be provided via env property at kernel.json or set in the standard way.

stariy95 commented 2 months ago

Install command that is compatible with install.py logic: jupyter kernelspec install "${KERNEL_DIR}" --name=java --user