Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung |
| en:miniconda [2026/08/07 13:58] – egorpoly | en:miniconda [2026/08/07 14:01] (aktuell) – [5. Create a Jupyter environment] egorpoly |
|---|
| [[https://repo.anaconda.com/miniconda/|Official Miniconda installer directory]] | [[https://repo.anaconda.com/miniconda/|Official Miniconda installer directory]] |
| |
| <note important> | **Important:** Intel Macs are now a legacy platform for Anaconda/Miniconda. The Intel installer remains available, but new Intel macOS builds are no longer produced. Most Macs sold since late 2020 use Apple Silicon. |
| Intel Macs are now a legacy platform for Anaconda/Miniconda. The Intel installer remains available, but new Intel macOS builds are no longer produced. Most Macs sold since late 2020 use Apple Silicon. | |
| </note> | |
| |
| ===== 2. Windows ===== | ===== 2. Windows ===== |
| The following steps are the same on **Windows, macOS, and Linux**. | The following steps are the same on **Windows, macOS, and Linux**. |
| |
| <note> | **Note:** It is good practice not to install course packages directly into the ''base'' environment. Instead, create a separate environment for Jupyter and the packages used in the course. |
| It is good practice not to install course packages directly into the ''base'' environment. Instead, we create a separate environment for Jupyter and the packages used in the course. | |
| </note> | |
| |
| Create an environment named ''jupyter'' containing Python 3.13, JupyterLab, and the Python kernel: | Create an environment named ''jupyter'' containing Python 3.13, JupyterLab, and the Python kernel: |