JupyterLab¶
Jupyter Startup¶
The container uses conda to manage environments. Jupyter is automatically started
from jupyter_env
.
All other dependencies for working in jupyter lab are installed in worker_env
.
You can extend this environment at runtime, or create your own environments using
conda or venv
.
The default is to choose worker_env
as your Kernel after starting JupyterLab
and creating a new notebook.
Also have a look at the excellent Jupyter Docs.
Takeaway:
-
There is a base environment prepared with the name
worker_env
. You can select this environment from the list of known kernels (e.g. from the top right corner in a JupyterLab notebook). -
The Jupyter server is installed in a separate environment named
jupyter_env
.