Difference between revisions of "JupyterHub"

From Public PIC Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
[[File:screen01.png|800px]]
 
[[File:screen01.png|800px]]
  
Here you can choose the hardware configuration for your job that will be running the Jupyter notebook.
+
Here you can choose the hardware configuration for your job that will be running the Jupyter notebook. After choosing a configuration and pressing start the next screen will show you the progress of the notebook initialisation. Keep in mind that your job is sent to the HTCondor queuing system and waiting for available resources before being started. This can take up to a minute.
 +
 
 +
[[File:screen02.png|800px]]

Revision as of 12:03, 17 March 2020

Introduction

PIC offers a service of running Jupyter notebooks on CPU or GPU resources. This service is primarily thought for code developing rather than massive data processing. The usage is similar to running notebooks on your personal computer but offers the advantage of developing and testing your code on different hardware configurations. Since the service is strictly thought for development tasks there is a shutdown policy in place: Your notebook will be removed after 2 hours of idle keyboard. The maximum duration for a notebook job (idle or active) is limited to 48h.


How to connect

Got to jupyter01.pic.es:

Login.png

Sign in with your PIC user credentials. This will prompt you to the following screen.

Screen01.png

Here you can choose the hardware configuration for your job that will be running the Jupyter notebook. After choosing a configuration and pressing start the next screen will show you the progress of the notebook initialisation. Keep in mind that your job is sent to the HTCondor queuing system and waiting for available resources before being started. This can take up to a minute.

Screen02.png