There was an error while loading. Please reload this page.
The Jupyter-Hub running on curry has some hick-ups. Here's a workaround for now:
Connect directly to curry58 (the node with the GPU), forwarding a random port (here 18256)
ssh -J bq_sanders@curry0.bioquant.uni-heidelberg.de bq_sanders@curry58 -L 18256:0.0.0.0:18256
Install a local Jupyter-Lab for your account:
python -m venv mypyenv . mypyenv/bin/activate pip install jupyterlab
Start Jupyter-Lab
jupyter-lab --no-browser --ip 0.0.0.0 --port 18256
Open the displayed URL (the one with 127.0.0.1) in your browser.