Skip to content

Commit

Permalink
mention jupyter desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
hxrshxz authored Jan 8, 2025
1 parent c2cc8ac commit a589c93
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Install JupyterLab with `pip`:
```bash
pip install jupyterlab
```

**Note**: If you install JupyterLab with conda or mamba, we recommend using [the conda-forge channel](https://conda-forge.org/).

Once installed, launch JupyterLab with:
Expand All @@ -38,6 +39,16 @@ To run the notebook:
jupyter notebook
```

## Jupyter Desktop

Install Jupyter Desktop with:

```bash
winget install jupyterlab
```

**Note**: you can also install Jupyter Desktop by visiting [JupyterLab Desktop Releases](https://github.com/jupyterlab/jupyterlab-desktop/releases) page.

## Voilà

Install Voilà with:
Expand Down

0 comments on commit a589c93

Please sign in to comment.