Container
Jupyter Container¶
The container integration on the jupyterhub is done via pyxis. In order to use it the checkmark for container mode has to be clicked. Available options are:
--container-image: The container image to use. Corresponds to the pyxis option--container-image--container-name: The name of the image to use. Corresponds to the pyxis option--container-name. Already downloaded containers in~/.local/share/enrootcan be startet by simply specifing their name.--container-mount-home: Corresponds to the pyxis option--container-mount-home. Mounts the home-directory
Python
Make sure Python and pip are installed in the Container or the notebook will not spawn.
This can be checked via command python -m pip list inside your container
It is advised to create the container prior via e.G. enroot and install all necessary software.