# With anaconda
conda install -c conda-forge notebook
# With pip
pip install jupyter notebook
conda install -c conda-forge notebook
sudo apt install jupyter-notebook
# To run jupyter-notebook
jupyter-notebook
pip3 install jupyter
jupyter-lab
# Installing the jupyterlab package
pip install jupyterlab OR pip3 install jupyterlab
# Installing the notebook package
pip install notebook OR pip3 install notebook
# Launching the notebook
jupyter notebook
jupyter-lab
mamba install -c conda-forge voila
pip install voila