Use this template for creating Jupyter notebooks compatible with Gitpod and local environments.
Once the Gitpod workspace has successfully loaded, it will install the most common dependencies used in a typical notebook.
- Add your notebooks in the
./notebbook
folder. - Open the notebooks and run the python code.
# Base ----------------------------------------
pandas>=1.1.4
numpy>=1.18.5
opencv-python>=4.1.2
matplotlib>=3.2.2
ipyleaflet>=0.14.0
sympy>=1.10.1
# Machine learning ----------------------------
sklearn