Jupyter Notebook

Aus Matts Wiki
Version vom 2. Oktober 2025, 12:23 Uhr von Matt (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

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