1/1/1970
Installation Link:- https://github.com/jupyterlab/jupyterlab-desktop
Use terminal to Install
install
pip install jupyterlab
Run Jupyter lab
jupyter lab
This will open a webapp, but work and save data on your local computer
Use terminal to Install
install
pip install notebook
Run Jupyter notebook
jupyter notebook
This will open a webapp, but work and save data on your local computer