Jupyter : IDE pour python (nettoyage de données, ...)
Installation Jupyter
- https://jupyter.org/install
- https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html
- https://speedysense.com/install-jupyter-notebook-on-ubuntu-20-04/ (obsolète ?)
# Install
sudo apt install python3-pip python3-dev
pip install jupyterlab
# Start
.local/bin/jupyter lab