Skip to main content

Installing and Configuring Jupyter Lab

· One min read
ひかり
Main bloger

Updating pip

python -m pip install --upgrade pip

Installing with pip

pip install jupyterlab

Launching

jupyter lab --no-browser