-
Notifications
You must be signed in to change notification settings - Fork 0
Jupyter Hub on curry
Simon Anders edited this page Jul 16, 2025
·
1 revision
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 [email protected] 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.