##// END OF EJS Templates
Merge pull request #6319 from cel4/update_tox_ini...
Merge pull request #6319 from cel4/update_tox_ini Updated tox.ini for local testing.

File last commit:

r17537:96cae319
r17697:470094a2 merge
Show More
incompat-contents-service.rst
6 lines | 387 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-contents-service.rst
  • 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 :samp:`ipython nbconvert --to python {notebook}` instead.