Image processing and analysis with Python

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#

  1. In a terminal within the repository folder, i.e.:

    cd path/to/mnb-image-analysis-main
    
  2. Run following command to start Jupyter Lab:

    pixi run jupyter lab
    

This will open a browser for interactive coding in noteoboks.