Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 601 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 601 Bytes

Jupyter Notebook Template

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.

How to use

  • Add your notebooks in the ./notebbook folder.
  • Open the notebooks and run the python code.

Default dependencies

# 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