##// END OF EJS Templates
Merge pull request #6305 from minrk/switch-kernel-close-ws...
Merge pull request #6305 from minrk/switch-kernel-close-ws JS: close WebSockets when killing kernels

File last commit:

r17537:96cae319
r17695:f98e5939 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.