JupyterLab Desktop is a free and open source desktop application for JupyterLab. Using this app, you can easily set Jupyter notebooks on your personal computer. It is a interactive development environment for notebooks, code, and data. It comes with over 40 programming languages support, share your notebooks and output in HTML, images, videos, LaTeX, and custom MIME types. It is based on Electron and released under BSD 3-Clause “New” or “Revised” License.
Download JupyterLab Desktop [Windows,Linux,MacOS]
How to Install JupyterLab Desktop on Ubuntu Linux
Download the latest version of JupyterLab Desktop in native .deb package file and save it in your Downloads folder. Open the terminal app (ctrl+alt+t) and run below JupyterLab Desktop apt install command.
sudo apt install ./Downloads/JupyterLab-Setup-Debian.deb
You can open the JupyterLab Desktop app via Ubuntu show applications menu.
And you can also uninstall it using below command.
sudo apt remove jupyterlab-desktop
Install JupyterLab Desktop via flatpak:
First install the latest version of flatpak and flathub on your system and restart it after the installation. After that open the terminal app and run below JupyterLab Desktop flatpak install command.
flatpak install flathub org.jupyter.JupyterLab
You can open the JupyterLab Desktop app using below flatpak command.
flatpak run org.jupyter.JupyterLab
And uninstall it using below command.
sudo flatpak uninstall org.jupyter.JupyterLab
That’s it.