Tuesday, October 12, 2021

pip install jupyterlab | Installing the Jupyter Software

Source:
https://www.educative.io/blog/python-jupyter-notebook
Try Jupyter:

$ pip install jupyterlab
$ jupyter notebook

or

conda install -c conda-forge jupyterlab

No comments: