Merge pull request #2232 from parente/changelog-5.0-api-adds

Note bundler API, kernel activity additions
pull/2233/head
Thomas Kluyver 9 years ago committed by GitHub
commit 5fe331e77e

@ -111,9 +111,17 @@ Other additions
(:ghpull:`1837`).
- Load server extensions with ConfigManager so that merge happens recursively,
unlike normal config values, to make it load more consistently with frontend
unlike normal config values, to make it load more consistently with frontend
extensions(:ghpull:`2108`).
- The notebook server now supports the `bundler API
<http://jupyter-notebook.readthedocs.io/en/latest/extending/bundler_extensions.html>`__
from the `jupyter_cms incubator project
<https://github.com/jupyter-incubator/contentmanagement>`__ (:ghpull:`1579`).
- The notebook server now provides information about kernel activity in
its kernel resource API (:ghpull:`1827`).
Remember that upgrading ``notebook`` only affects the user
interface. Upgrading kernels and libraries may also provide new features,
better stability and integration with the notebook interface.

Loading…
Cancel
Save