Python Cheatsheet
Setting up jupyterlab notebook server
# mitigates the "Python.h: No such file or directory" error
sudo apt-get install python3-dev
pip install wheel
pip install jupyterlab
Create the required config
jupyter lab --generate-config
Writing default config to: /home/<username>/.jupyter/jupyter_notebook_config.py