##// END OF EJS Templates
Merge pull request #6125 from jdfreder/flex...
Merge pull request #6125 from jdfreder/flex Embrace the flexible box model in the widgets

File last commit:

r17537:96cae319
r17692:c01a6f30 merge
Show More
incompat-contents-service.rst
6 lines | 387 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,
MinRK
update contents per further review...
r17537 use :samp:`ipython nbconvert --to python {notebook}` instead.