Jupyter Notebook: Unterschied zwischen den Versionen

Aus Matts Wiki
Die Seite wurde neu angelegt: „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 Notebooks == === Standalone === === In Visual Studio Code === Kategorie:Python
 
Keine Bearbeitungszusammenfassung
 
Zeile 2: Zeile 2:


It also tries to go into details when it comes to extending your [[Python Runtime Environments]].
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 ==
== Jupyter Notebooks ==

Aktuelle Version vom 2. Oktober 2025, 12:23 Uhr

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