Image processing and analysis with Python#
In this part of the course we’ll be using Jupyter Notebooks to run Python code interactively.
Launching the notebooks#
In a terminal within the repository folder, i.e.:
cd path/to/mnb-image-analysis-main
Run following command to start Jupyter Lab:
pixi run jupyter lab
This will open a browser for interactive coding in noteoboks.