Jupyter Notebook

Aus Matts Wiki

This article describes how to work with Jupyter Notebook and Jupyter Lab.

It also tries to go into details when it comes to extending your Python Runtime Environments.

Jupyter Lab

Windows

Install Miniconda (or Anaconda) first. See Python Runtime Environments#Miniconda

Run Miniconda in command line terminal.

Run Jupyter lab:

jupyter-lab

Jupyter Notebooks

Standalone

In Visual Studio Code