Jupyter on Bianca¶
There are multiple IDEs on the UPPMAX clusters, among other Jupyter. Here we describe how to run Jupyter on Bianca.
Jupyter is an IDE specialized for the Python programming language.
Procedure¶
Prefer a video?
This procedure is also demonstrated in this YouTube video. go here
1. Get within SUNET¶
Forgot how to get within SUNET?
See the 'get inside the university networks' page here
2. Start the Bianca remote desktop environment¶
Forgot how to start Bianca's remote desktop environment?
3. Start an interactive session¶
Within the Bianca remote desktop environment, start a terminal. Within that terminal, start an interactive node:
Where [project_number]
is your
UPPMAX project, for example:
What is my UPPMAX project number?
Easy answers that is probably true:
The one you used to login, which is part of your prompt.
For example, in the prompt below, the project is sens2016001
.
4. Load a Python module¶
Within the terminal of the interactive session, load a Python module
Forgot what the module system is?
See the UPPMAX pages on the module system here.
Can I use other Python modules?
Yes, you can use any module later than (and including) the python/3.10.8
module.
5. Start the Jupyter notebook¶
Still within the terminal of the interactive session, start a notebook like this:
or jupyter lab:
Jupyter will show some IP address in the terminal, which you will need in the next step.
6. Browser to the Jupyter notebook¶
In the remote desktop environment on Bianca, start Firefox. Set Firefox to the URL addresses from the Jupyter output.