JupyterLab is an interactive development environment (IDE) that allows you to create and share documents that contain live code, equations, visualizations and narrative text. In this tutorial, we will install JupyterLab on Manjaro, a Linux distribution.
Before we start, make sure that you have the following:
Follow the steps below to install JupyterLab on your Manjaro system:
Open the Manjaro Terminal application, and execute the following command to update the system packages:
$ sudo pacman -Syu
To install Python, execute the following command:
$ sudo pacman -S python
Execute the following command to install JupyterLab:
$ sudo pacman -S jupyterlab
To start JupyterLab, execute the following command:
$ jupyter-lab
Your default web browser should open a new tab with the JupyterLab interface.
To create a new Jupyter notebook, click on the "New" button on the top right corner, and select "Python 3" from the dropdown menu.
You can now create new cells and execute Python code directly in the notebook.
That's it! You have successfully installed JupyterLab on your Manjaro system. You can now use JupyterLab to create interactive notebooks for data analysis, machine learning, and more.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!