##// END OF EJS Templates
add example for downgrading a notebook to v3 in whatsnew
Min RK -
Show More
@@ -217,6 +217,12 b' Backwards incompatible changes'
217 to read and write notebook files
217 to read and write notebook files
218 instead of the deprecated :mod:`IPython.nbformat.current` APIs.
218 instead of the deprecated :mod:`IPython.nbformat.current` APIs.
219
219
220 You can downgrade a notebook to v3 via ``nbconvert``::
221
222 ipython nbconvert --to notebook --nbformat 3 [notebook]
223
224 which will create :file:`notebook.v3.ipynb`, a copy of the notebook in v3 format.
225
220 * :func:`IPython.core.oinspect.getsource` call specification has changed:
226 * :func:`IPython.core.oinspect.getsource` call specification has changed:
221
227
222 * `oname` keyword argument has been added for property source formatting
228 * `oname` keyword argument has been added for property source formatting
General Comments 0
You need to be logged in to leave comments. Login now