Where to find ECMWF's JupyterHub?
Go to https://jupyterhub.ecmwf.int and log in with your ECMWF credentials. You will require a second factor authentication Using Time-based One-Time Passwords
Where to find ECMWF's JupyterHub?
Go to https://jupyterhub.ecmwf.int and log in with your ECMWF credentials. You will require a second factor authentication Using Time-based One-Time Passwords
3 Comments
Riccardo Monfardini
if i have a Jupyter session going, why does this not appear with the terminal command
ecinteractive -q
?Xavier Abellan
Jupyter sessions launched through Jupyterhub on the HPC are not using ecinteractive, so they will not appear if you use ecinteractive -q. IF you want to see the job, you may use ecsqueue:
Riccardo Monfardini