edgi-govdata-archiving / ECHO-Cross-Program

Jupyter Notebooks for ECHO that use data from multiple EPA programs
https://colab.research.google.com/github/edgi-govdata-archiving/ECHO-Cross-Program/blob/master/ECHO-Cross-Programs.ipynb
GNU General Public License v3.0
8 stars 5 forks source link

spanish langauge notebooks #114

Closed ericnost closed 3 years ago

ericnost commented 3 years ago

Here are the Spanish language notebooks @lesliealanis put together.

@shansen5 - could you take a look? We also need to account for the fact that it's trying to pull a list of CDs from a local file. This is an issue with the recently checked-in copy of AllPrograms too. That's not good because then the public can't run the notebook.

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

ericnost commented 3 years ago

Also pinging @Frijol since I think you mentioned interest in reviewing

shansen5 commented 3 years ago

Hi Eric, There is a flag that can be set to False in cell 3 so that it runs as it did in the past. I'll check it in again with the False setting, so that is what people get when they check it out or run it on colab.

read_cds_from_csv = False

On Tue, Nov 3, 2020 at 12:02 PM Eric Nost notifications@github.com wrote:

Here are the Spanish language notebooks @lesliealanis https://github.com/lesliealanis put together.

@shansen5 https://github.com/shansen5 - could you take a look? We also need to account for the fact that it's trying to pull a list of CDs from a local file. This is an issue with the recently checked-in copy of AllPrograms too. That's not good because then the public can't run the notebook.

You can view, comment on, or merge this pull request online at:

https://github.com/edgi-govdata-archiving/ECHO-Cross-Program/pull/114 Commit Summary

  • spanish langauge notebook

File Changes

Patch Links:

- https://github.com/edgi-govdata-archiving/ECHO-Cross-Program/pull/114.patch

https://github.com/edgi-govdata-archiving/ECHO-Cross-Program/pull/114.diff

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/edgi-govdata-archiving/ECHO-Cross-Program/pull/114, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF2XQ3IYNC7245T5CLRHQLSOBOXHANCNFSM4TJFYCZA .

ericnost commented 3 years ago

Oh perfect thank you @shansen5 It might be good to un-comment out # state_cds.extend([('DE',None),('WY',None)]) so that there is an easy example to work with and run?