# JupyterLab

JupyterLab (opens new window) 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 (opens new window)

# 1. Installation

Log into your lab machine and install JupyterLab with Conda or Pip.

Install with Conda
conda install -c conda-forge jupyterlab
Install with Pip
pip install jupyterlab
Last Updated: 3/25/2024