Closed m-dzianishchyts closed 2 months ago
Removes custom kernel installer in favor of standard jupyter kernelspec install setup. Replaces kernel launcher with its java version. Fixes #35.
jupyter kernelspec install
All env variables can be provided via env property at kernel.json or set in the standard way.
env
kernel.json
Install command that is compatible with install.py logic: jupyter kernelspec install "${KERNEL_DIR}" --name=java --user
install.py
jupyter kernelspec install "${KERNEL_DIR}" --name=java --user
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 atkernel.json
or set in the standard way.