Binder launch using this fork:
Binder launch using the original:
A Binder compatible repository to try out the IJava 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.
In the future this repository may be populated with more example notebooks but it mainly serves to meet the requirements for using the Binder service to play around with the IJava kernel.
Notebook Source Repository | Try online |
---|---|
https://github.com/michaelmior/calcite-notebooks | |
https://github.com/inspire99/vavr-notebook | |
https://github.com/padreati/rapaio-notebooks | |
QuantLib Java Notebooks |
If you are writing Jupyter notebooks in Java and publishing them on GitHub you are more than welcome (and encouraged!) to take any scripts from here and add them to your repository so that visitors may try out your notebooks without any installation.
Likely all that is needed is the Dockerfile
at the top level of your repo and the requirements.txt
to use the same versions for jupyter packages. Then add some badges from https://mybinder.readthedocs.io/en/latest/howto/badges.html to your README
and everything should be good to go! If you have a repository with IJava notebooks, please feel free to open a PR (or raise an issue) adding a link in the list above.
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.