diff --git a/docs/source/whatsnew/version1.0.rst b/docs/source/whatsnew/version1.0.rst index fa2530a..8038338 100644 --- a/docs/source/whatsnew/version1.0.rst +++ b/docs/source/whatsnew/version1.0.rst @@ -140,6 +140,8 @@ Backwards incompatible changes - The short-lived plugin system has been removed. Extensions are the way to go. +.. _nbconvert1: + NbConvert --------- @@ -199,6 +201,8 @@ Major changes to the IPython Notebook in 1.0: (all style, including bootstrap), and :file:`static/css/ipython.min.css`, which only has IPython's own CSS. The latter file should be useful for embedding IPython notebooks in other pages, blogs, etc. +- The Print View has been removed. Users are encouraged to test :ref:`ipython + nbconvert ` to generate a static view. Javascript Components *********************