author avatar

adithya.hebbar

Wed Jul 17 2024

Jupyter Labs

• To install Jupyter Labs in Mac using Homebrew:


brew install jupyterlab


• To run Jupyter lab:


jupyter lab


This will open JupyterLab in your default web browser.

#python #homebrew