From a589c93c7c5beffc632b6840fa54da949dc5271e Mon Sep 17 00:00:00 2001 From: harsh kumar <135993950+hxrshxz@users.noreply.github.com> Date: Thu, 9 Jan 2025 03:43:38 +0530 Subject: [PATCH] mention jupyter desktop --- install.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install.md b/install.md index 6daccf39..1bfbf45d 100644 --- a/install.md +++ b/install.md @@ -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: @@ -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: