davidgasquez / gitcoin-grants-data-portal

🌲 Open source, serverless, and local-first data hub for Gitcoin Grants data!
https://grantsdataportal.xyz/
MIT License
27 stars 3 forks source link

Create a Colab Notebook with all datasets preloaded #86

Open davidgasquez opened 4 months ago

davidgasquez commented 4 months ago

For folks that want to tinker with the data quickly, we should have a Colab Notebook that has one Pandas DataFrame for each dataset we publish and a couple of usage examples.

DistributedDoge commented 3 months ago

As long as notebooks are hosted on Github somewhere, https://colab.research.google.com/github/ can make it so we can open it inside collab by following the link.

Started work here:

https://github.com/DistributedDoge/jupyer-collab

davidgasquez commented 3 months ago

Was thinking about adding a Colab Quickstart on the portal folder next to the Catalog.ipynb one.