You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,17 @@ permalink: /install
6
6
---
7
7
8
8
Project Jupyter's tools are available for installation via the [Python Package Index](https://pypi.org/), the leading repository of software created for the Python programming language.
9
-
Its offerings can be installed with a variety of package management tools that run via a [command-line interface](https://en.wikipedia.org/wiki/Command-line_interface), including [pip](https://pip.pypa.io/en/stable/), [conda](https://docs.conda.io/), [mamba](https://mamba.readthedocs.io/), and [pipenv](https://pipenv.pypa.io/).
10
9
11
-
This page uses instructions with [pip](https://pip.pypa.io/en/stable/) as it is [the recommended installation tool for Python](https://packaging.python.org/en/latest/guides/tool-recommendations/#installation-tool-recommendations).
12
-
If you require _environment management_ as opposed to just installation, you should look into [conda](https://docs.conda.io/), [mamba](https://mamba.readthedocs.io/), and [pipenv](https://pipenv.pypa.io/).
13
-
14
-
> **note**: If you install JupyterLab with `conda` or `mamba`, we recommend using [the `conda-forge` channel](https://conda-forge.org/).
10
+
This page uses instructions with [pip](https://pip.pypa.io/en/stable/), [the recommended installation tool for Python](https://packaging.python.org/en/latest/guides/tool-recommendations/#installation-tool-recommendations). If you require _environment management_ as opposed to just installation, look into [conda](https://docs.conda.io/), [mamba](https://mamba.readthedocs.io/), and [pipenv](https://pipenv.pypa.io/).
15
11
16
12
## JupyterLab
17
13
18
14
Install JupyterLab with `pip`:
19
15
20
16
```bash
21
17
pip install jupyterlab
22
-
mamba install -c conda-forge jupyterlab
23
-
conda install -c conda-forge jupyterlab
24
18
```
19
+
> **note**: If you install JupyterLab with conda or mamba, we recommend using [the conda-forge channel](https://conda-forge.org/).
25
20
26
21
Once installed, launch JupyterLab with:
27
22
@@ -31,7 +26,7 @@ jupyter-lab
31
26
32
27
## Jupyter Notebook
33
28
34
-
Install the classic Jupyter Notebook with one of the following:
0 commit comments