Browse online:
You can refer to the official website for installation.
To launch Jupyter Lab, run the following command:
pixi run jupyter lab
The Python environment and necessary packages will be automatically installed for you.
The lecture notes are available in the content/python_files
directory. To open the
Python file as notebook, you need to right click on the file and select Open with
->
Notebook
.
Alternatively, you can generate notebooks as well:
pixi run -e doc convert-to-notebooks
This will convert the Python files into notebooks in the folder content/notebooks
.