JupyterHub on Maxwell

Last modified by erlandm on 2025/02/05 11:23

Access

DESY's Maxwell Cluster runs a !JupyterHub instance. You can access the instance using your DESY credentials. Go to https://max-jhub.desy.de/hub/login


Anaconda Virtual Envionments

Anaconda virtual environments you create on Maxwell are also selectable on the central JupyterHub, provided the environment has the package ipykernel installed. This Wiki has a brief introduction how to set-up and use Anaconda virtual environments on computers at DESY.

JupyterLab on DESY's JupyterHub do not find local conda enviroments: Solution is to register Envs manually

source activate myenv

python -m ipykernel install --user --name myenv --display-name "Python (myenv)"

Anaconda Packages of FLASH Software

We provide Anaconda Python packages for

The corresponding Anaconda channels:

Package

Channel

Access

pydoocs

DESY network


References

A short introduction is available from a seminar by Frank Schluenzen:Jhub-intro.pdf

Also note the Python Guide explaining how to use Python on Maxwell.