geowrangler icon indicating copy to clipboard operation
geowrangler copied to clipboard

Create meta function to install necessary packages and resources to run in colab

Open jtmiclat opened this issue 2 years ago • 1 comments

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?

jtmiclat avatar Jun 29 '22 08:06 jtmiclat

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.

butchtm avatar Jul 01 '22 05:07 butchtm