##// END OF EJS Templates
Merge pull request #6338 from aminb/cli-check_pid...
Merge pull request #6338 from aminb/cli-check_pid Add .NET implementation of check_pid

File last commit:

r17537:96cae319
r17691:d1365d77 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.