geowrangler
geowrangler copied to clipboard
Create meta function to install necessary packages and resources to run in colab
Currently we are installing a bunch of things within notebooks just so it works in collab https://github.com/thinkingmachines/geowrangler/blob/a918c669d758b8c1a64859777294602359606b31/notebooks/02_vector_zonal_stats.ipynb?short_path=05a43b4#L20-L25
Is this something we should keep doing?
Related to this, I found that we could simplify the generation of the colab link in the docs from manually specifying in each notebook to just adding an entry in the docs/_config.yml
file.
default_badges:
colab: true
I can start a PR to start cleaning up the notebooks.