A Binder compatible repository to try out the chpg in a Jupyter Java kernel with just a web browser. Depending on if the docker image is already built, spawning the notebook may take some time and so please be patient with it.
The base setup for IJava and Binder was inherited from the public domain project ijava-binder. The requirements.txt
is generated from a working installation with pipdeptree -f --warn silence -p jupyter,jupyterlab | sed 's/^\s*//' | sort | uniq
which should pin down all related library versions.