Skip to content

Jupyter

Creating notebooks

To create a notebook file, open the launcher by clicking on the '+' icon at the top left, and select create a python3 notebook.

Create jupyter file

The sidebar allows you to manage your files. You can create folders to organize them, and you can rename or delete a file by right-clicking on it.

Jupyter sidebar

Running code

After writting your code, you can execute it by pressing Ctrl+Enter or clicking on the "run" button at the top of the screen.

Run jupyter