cvisionai / tator-py

Python client for Tator
https://www.tator.io/docs/references/tator-py
MIT License
4 stars 3 forks source link

Automate jupyter notebook creation from example scripts #46

Open henxing opened 2 years ago

henxing commented 2 years ago

With jupytext in a pre-commit hook it should be possible to automatically update jupyter notebooks that mirror the example scripts in examples. These scripts can be thought of as utilities that perform a set of actions in the system. Keeping the utilities in script form is necessary for testing, but adding the notebook forms will allow for showcasing additional actions/visualizations.