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

Unable to open file on github or offline #6

Closed frankherfert closed 8 years ago

frankherfert commented 8 years ago

Github just says there was a problem with the file, Jupyter provides the following error message: Unreadable Notebook: ..\modern_2_method_chaining.ipynb NotJSONError('Notebook does not appear to be JSON: \'\n\n\n\n<!DOCTYPE html>\n<html lang="en...',)

TomAugspurger commented 8 years ago

What version of the notebook to you have (jupyter notebook --version)? It renders fine here and locally for me, so perhaps you have an older version?

TomAugspurger commented 8 years ago

Closing this for now, let me know if updating your notebook version doesn't fix it for you.

frankherfert commented 8 years ago

It works for me on nbviewer but github seems to have trouble with its viewer (all your other notebooks work fine). My jupyter is on the latest version. Thanks for you help.