/examples

Examples, tutorials and how-to guides

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

examples

Notebooks in this repo requires the essential frontmatters to be used when rendering on the website.

To contribute the notebooks, please use generate.py script to generate the notebook.

Usage:

# python generate.py <notebooks>...
python generate.py yolo.ipynb
# > Generated /workspace/yolo.ipynb

See more in generate.py.