diff --git a/docs/source/whatsnew/pr/incompat-contents-service.rst b/docs/source/whatsnew/pr/incompat-contents-service.rst new file mode 100644 index 0000000..3f7b9d1 --- /dev/null +++ b/docs/source/whatsnew/pr/incompat-contents-service.rst @@ -0,0 +1,6 @@ +- 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.