##// END OF EJS Templates
updates per review...
updates per review - clarified docstrings and errors - still more notebook/file renames - configurable untitled names - copy_from can be full path - fix running, upload, new-tab behaviors in dashboard Yay, review!

File last commit:

r17534:8c324cdd
r17535:920c0ba6
Show More
incompat-contents-service.rst
6 lines | 383 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-contents-service.rst
MinRK
whatsnew for contents service
r17534 - The NotebookManager and ``/api/notebooks`` service has been replaced by
a more generic ContentsManager and ``/api/contents`` service,
which supports all kinds of files.
- The Dashboard now lists all files, not just notebooks and directories.
- The ``--script`` hook for saving notebooks to Python scripts is removed,
use ``ipython nbconvert --to python [notebook]`` instead.