[IPython-dev] Multi-directory support landed in master
Matthias BUSSONNIER
bussonniermatthias at gmail.com
Fri Oct 25 14:48:22 EDT 2013
Try master (from a few minutes ago)
And try force refreshing the pages (both dashboard and opened notebook where you get error message)
This is probably a cache problem with javascript.
To be really sure you can even try private browsing and/or another browser.
--
M
Le 25 oct. 2013 à 15:27, Hans Meine a écrit :
> Am Dienstag, 22. Oktober 2013, 18:58:43 schrieb MinRK:
>> Give it a test drive, and let us know what you find.
>
> I have similar problems as Zoltán, and after upgrading tornado
> and this simple fix from PR 4425
>
> - var file_ext = name_and_ext[-1];
> + var file_ext = name_and_ext[1];
>
> browsing notebooks works again, but I still _cannot open notebooks_:
>
> In the browser, I get an empty message box titled "Error loading notebook", and the server outputs something like:
>
> 2013-10-25 15:20:44.842 [tornado.access] 304 GET /notebooks/plot_evaluation.ipynb (127.0.0.1) 2.03ms
> 2013-10-25 15:20:45.402 [tornado.access] 302 GET /notebooks/undefined?_=1382707244943 (127.0.0.1) 0.38ms
>
> Creating new notebooks and deleting them works somehow, but they cannot be opened either. Output:
>
> 2013-10-25 15:25:43.678 [NotebookApp] Creating new notebook in /
> 2013-10-25 15:25:43.680 [tornado.access] 201 POST /api/notebooks (127.0.0.1) 2.07ms
> 2013-10-25 15:25:43.691 [tornado.access] 200 GET /notebooks/Untitled0.ipynb (127.0.0.1) 1.96ms
> 2013-10-25 15:25:43.970 [tornado.access] 304 GET /static/components/highlight.js/build/highlight.pack.js (127.0.0.1) 0.69ms
> 2013-10-25 15:25:44.199 [tornado.access] 302 GET /notebooks/undefined?_=1382707543833 (127.0.0.1) 0.38ms
> 2013-10-25 15:25:44.204 [tornado.access] WARNING | 404 GET /files/undefined (127.0.0.1) 0.51ms
> 2013-10-25 15:25:46.474 [tornado.access] 200 GET /api/sessions?_=1382707242496 (127.0.0.1) 0.50ms
> 2013-10-25 15:25:46.482 [tornado.access] 200 GET /clusters?_=1382707242497 (127.0.0.1) 2.28ms
> 2013-10-25 15:25:46.487 [tornado.access] 200 GET /api/notebooks?_=1382707242498 (127.0.0.1) 1.38ms
> 2013-10-25 15:25:51.305 [tornado.access] 204 DELETE /api/notebooks/Untitled0.ipynb (127.0.0.1) 0.60ms
> 2013-10-25 15:25:52.350 [tornado.access] 200 GET /api/sessions?_=1382707242499 (127.0.0.1) 0.78ms
> 2013-10-25 15:25:52.362 [tornado.access] 200 GET /clusters?_=1382707242500 (127.0.0.1) 3.97ms
> 2013-10-25 15:25:52.365 [tornado.access] 200 GET /api/notebooks?_=1382707242501 (127.0.0.1) 0.86ms
> 2013-10-25 15:26:11.116 [tornado.access] 200 GET /api/sessions?_=1382707242502 (127.0.0.1) 0.66ms
> 2013-10-25 15:26:11.125 [tornado.access] 200 GET /clusters?_=1382707242503 (127.0.0.1) 2.36ms
> 2013-10-25 15:26:11.131 [tornado.access] 200 GET /api/notebooks?_=1382707242504 (127.0.0.1) 0.92ms
> 2013-10-25 15:26:12.122 [tornado.access] 200 GET /api/sessions?_=1382707242505 (127.0.0.1) 0.67ms
> 2013-10-25 15:26:12.130 [tornado.access] 200 GET /clusters?_=1382707242506 (127.0.0.1) 2.23ms
> 2013-10-25 15:26:12.136 [tornado.access] 200 GET /api/notebooks?_=1382707242507 (127.0.0.1) 0.90ms
>
> Best regards
> Hans
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
More information about the IPython-dev
mailing list