Install jupyter lab on Mac

--

python3 -m pip install --upgrade pip
pip install jupyterlab
jupyter-lab # open it

--

--

No responses yet