You will first need to connect to our analysis computer (check post in this web site)

Start a terminal session. You may already see the terminal icon at the top, or bottom of your screen

launch terminal

or, if you don’t see the icon, launch it via the list of programs

launch terminal

Then, in the terminal window, type the following command

/SNS/users/j35/bin/start_jupyter notebooks

This will perform the following processes:

  • configure the system to run the right python environment
  • bring all the notebooks into your environment
  • move to the notebook location
  • start the jupyter notebook session

top folder of jupyter notebook

To test your system, start any of the notebook (files ending by pynb) by clicking its name

click notebook

and make sure the kernel is named Python [default]

default kernel

If the kernel is NOT Python [default], you need to change it by going to

Kernel > Change kernel > Python [default]

new kernel