From c18f29f1aafdee8726fabbaf864e80e334081db4 Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Thu, 11 May 2023 10:46:55 +0200 Subject: [PATCH] conversation starter for introductory docs --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cce7b67b..526bdef1 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,18 @@ JupyterLab Desktop is the cross-platform desktop application for [JupyterLab](https://github.com/jupyterlab/jupyterlab). It is the quickest and easiest way to get started with Jupyter notebooks on your personal computer, with the flexibility for advanced use cases. -![JupyterLab Desktop](media/jupyterlab-desktop.png) -## Installation +![JupyterLab Desktop](media/jupyterlab-desktop.png) -If you have an existing JupyterLab Desktop installation, please uninstall it first by following the [uninstall instructions](user-guide.md#uninstalling-jupyterlab-desktop). +## Who is it for? -- [Debian, Ubuntu Linux Installer](https://github.com/jupyterlab/jupyterlab-desktop/releases/latest/download/JupyterLab-Setup-Debian.deb) -- [Red Hat, Fedora, SUSE Linux Installer](https://github.com/jupyterlab/jupyterlab-desktop/releases/latest/download/JupyterLab-Setup-Fedora.rpm) -- [macOS Intel Installer](https://github.com/jupyterlab/jupyterlab-desktop/releases/latest/download/JupyterLab-Setup-macOS-x64.dmg), [macOS Apple silicon Installer](https://github.com/jupyterlab/jupyterlab-desktop/releases/latest/download/JupyterLab-Setup-macOS-arm64.dmg) -- [Windows Installer](https://github.com/jupyterlab/jupyterlab-desktop/releases/latest/download/JupyterLab-Setup-Windows.exe) +- less technical users. Install Jupyter with one download and run it with a single click, no messing with environments and the command line. [Less technical user guide](./to-be-written) +- Sysadmins/IT. Do you have to setup this jupyter thing for data scientists at your organization? [Sysadmin docs](./to-be-written) +- Advanced users. Do you want a one-click way to manage your multiple jupyter lab servers running on your machine. Do you want to know about all of the advanced features and config [Advanced user guide](./to-be-written) -Additionally, JupyterLab Desktop can be installed on Windows via winget: `winget install jupyterlab`. +## Auto-configured-quick-install page -Please check out the [Python Environment Customization Guide](user-guide.md#Customizing-the-Bundled-Python-Environment) if you plan to customize the Python environment to add new packages. +[Click here to install Jupyterlab Desktop](./externally-hosted-page-to-be-written) ## Launching JupyterLab Desktop