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

  • No labels

3 Comments

  1. if i have a Jupyter session going, why does this not appear with the terminal command 
    ecinteractive -q  ?
     

    1. 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:

      ecsqueue -u $USER -q ni


      1. thanks! a follow-up question:
        is there a difference between session initiated with
        ecinteractive -j vs via jupyterhub.ecmwf.int ?