Stuff I use with plotly.py and dash webapps.
Generally to be included as a submodule in a git repo.
To add to your repo:
git submodule add [email protected]:nicholas-esterer/plotly-common.gitThen after cloning your parent project, initialize the submodule (clone the repo and checkout the commit registered in your parent project).
git submodule init
git submodule update