This Docker image provides IJava environment. You can use it on Jupyter Notebook and Jupyter Console, they run on the container.
So before using this environment, you have to build the image. Please type the following command and create it.
$ make build
You can launch Jupyter Lab as the following. Since a local URL with a token is displayed, open the URL with your browser.
$ make ijavalab
You can run IJava by Jupyter Console as the following.
$ make ijava