edgi-govdata-archiving / ECHO-by-Zip-Code

A Jupyter Notebook-based exploration of emissions permits, compliance, and enforcement designed for localization by zip code
https://colab.research.google.com/github/edgi-govdata-archiving/ECHO-by-Zip-Code/blob/main/echo-by-zip.ipynb
GNU General Public License v3.0
1 stars 2 forks source link

Make the notebook runnable in the browser #1

Closed Frijol closed 4 years ago

Frijol commented 4 years ago

Right now, the Jupyter Notebook only works locally. This means that in order to run the notebook (and generate a report), you need to have Python and Jupyter functioning on your local machine, and have the data file saved to the correct location.

This is normal for development, but it won't work for large-scale deployment, particularly to non-coders.

I'm currently investigating hosting the notebook on Google CoLab (colab branch); @Mr0grog suggested this as well as MyBinder as a solution.

Frijol commented 4 years ago

CoLab is live!