I have recently started working with the ipython notebook. Have created several test scripts for the same. On opening one of the files (.ipynb) it gives me an error: " Unreadable Notebook: /home/dev/Feedbacks_exploration.ipynb NotJSONError("Notebook does not appear to be JSON: u''...",) "
This file included fetching data from psql, plotting of a line graph, and a block of markdown.
Can anyone please help guide me hoe to open this file? It has some of the important functions that could be used.
Thanks!!!