Install Jupyter Lab

JupyterLab is an open-source web-based integrated development environment (IDE) for interactive computing. It is an evolution of Jupyter Notebook, which is a popular tool for creating and sharing documents that contain live code, equations, visualizations, and narrative text.

Visit jupyter.org to read about instructions on installing Jupyter Lab

To install Jupyter Lab C:> pip install jupyterlab

To run Jupyter Lab C:> jupyter lab

JupyterLab provides a flexible and extensible environment for working with Jupyter Notebooks, as well as other computational workflows. It offers a multi-tabbed interface that allows you to arrange notebooks, code editors, terminals, and other components in a customizable layout.

Upgrade pip
python.exe -m pip install --upgrade pip