Image processing and analysis with Python

Image processing and analysis with Python#

Slides#

Launching the notebooks#

In this part of the course we’ll be using Jupyter Notebooks to run Python code interactively.

You can open the notebooks in your web browser using JupyterLab, which provides a user-friendly interface for working with notebooks. Alternatively, you can use an IDE like VSCode that supports Jupyter Notebooks. However, for simplicity, we’ll focus on using JupyterLab in this course.

To launch the notebooks, follow these steps:

  1. Open a terminal (“Miniforge Prompt” if you’re on Windows).

  2. Navigate to the directory that contains or will contain the notebooks.

  3. Activate the conda environment you created during the installation step.

  4. Start the Jupyter Notebook server by running the following command:

    jupyter lab