How to launch the jupyter notebooks
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
or, if you don’t see the icon, launch it via the list of programs
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
To test your system, start any of the notebook (files ending by pynb) by clicking its name
and make sure the kernel is named Python [default]
If the kernel is NOT Python [default], you need to change it by going to
Kernel > Change kernel > Python [default]