TomAugspurger / effective-pandas

Source code for my collection of articles on using pandas.
https://leanpub.com/effective-pandas
Creative Commons Attribution 4.0 International
1.54k stars 383 forks source link

small fixes for visualisation notebook #1

Closed benjaminirving closed 8 years ago

benjaminirving commented 8 years ago

Thanks for the tutorial. I've added some small fixes so that matplotlib and seaborn are imported, and the bokeh plot shows in the notebook.

TomAugspurger commented 8 years ago

@benjaminirving Thanks. I haven't quite finished polishing these off yet (especially the later ones).

I'm going to hold off on merging this till I get things things to a "1.0" state, since executed notebooks aren't easily diffable.

benjaminirving commented 8 years ago

Sure. Makes sense. The changes are quite small and I've just noticed that this leads to a huge diff. Feel free to close this pull request if easier.

TomAugspurger commented 8 years ago

I had to remove the embedded Bokeh plots in #3 because they killed the epub version 😞

I'll try to figure out a better embedding schema for the future. Thanks anyway!