JupyterLab
JupyterLab is a web-based user interface that includes the building blocks for Jypter Notebook in a flexible user interface.
TIP
Read up on the installation from this guide: Jupyter lab installation
1. Installation
Log into your lab machine and install JupyterLab with Conda or Pip.
Install with Conda
bash
conda install -c conda-forge jupyterlab
Install with Pip
bash
pip install jupyterlab