Hi @muellerzr, @jeremy , everyone (o:
Might it be better to have a single py package to provide colab support (rather than a different template to clone)? Borrowing a lot from Zacharys project, i’ve created nbdev_colab_helper which is really just
- a py package
- that makes it easy to to setup colab for running nbdev and github commands (with externalized passwords etc)
- that could be made part of nbdev in future?
- docs, a colab helper notebook
- and a re-write of the tutorial to use only github, colab and google drive in the browser
- here’s an example project created by running through the nbdev in colab tutorial
There are quite a few TODOs but hopefully this is a step in the right direction.
What do you think?