stijnvanhoey / hydropy

Analysis of hydrological oriented time series.
https://stijnvanhoey.github.io/hydropy/
BSD 2-Clause "Simplified" License
56 stars 31 forks source link

df.draw_map() function for IPython #12

Closed mroberge closed 8 years ago

mroberge commented 8 years ago

draw_map() will create a quick IFrame of hydrocloud.org str(), repr(), and _reprhtml() all give our classes access to the DataFrame functions of the same name. These allow pretty display of the dataframe in IPython.

mroberge commented 8 years ago

What a mess! Note to future self: If you ever forget to list a dependency in setup.py again, I am going to come after you to seek vengeance. Note to everyone else: apparently when you forget to list a new dependency in setup.py, you get really obscure error messages that have nothing to do with the problem. In this case, I created a function draw_map() that relied upon IPython.HTML. I forgot to add this to setup.py, and suddenly the tests were failing for the strangest reasons. Blech.