Skip to content

Commit 4c0eae1

Browse files
authored
Update install.md
1 parent b1a1d1c commit 4c0eae1

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

install.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,17 @@ permalink: /install
66
---
77

88
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/).
109

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/).
1511

1612
## JupyterLab
1713

1814
Install JupyterLab with `pip`:
1915

2016
```bash
2117
pip install jupyterlab
22-
mamba install -c conda-forge jupyterlab
23-
conda install -c conda-forge jupyterlab
2418
```
19+
> **note**: If you install JupyterLab with conda or mamba, we recommend using [the conda-forge channel](https://conda-forge.org/).
2520
2621
Once installed, launch JupyterLab with:
2722

@@ -31,7 +26,7 @@ jupyter-lab
3126

3227
## Jupyter Notebook
3328

34-
Install the classic Jupyter Notebook with one of the following:
29+
Install the classic Jupyter Notebook with:
3530

3631
```bash
3732
pip install notebook
@@ -45,10 +40,8 @@ jupyter notebook
4540

4641
## Voilà
4742

48-
Install Voilà with one of the following:
43+
Install Voilà with:
4944

5045
```bash
5146
pip install voila
52-
mamba install -c conda-forge voila
53-
conda install -c conda-forge voila
5447
```

0 commit comments

Comments
 (0)