Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6a0f7 commit 0cd4fa8Copy full SHA for 0cd4fa8
1 file changed
docs/source/whatsnew/version3.rst
@@ -217,6 +217,12 @@ Backwards incompatible changes
217
to read and write notebook files
218
instead of the deprecated :mod:`IPython.nbformat.current` APIs.
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
226
* :func:`IPython.core.oinspect.getsource` call specification has changed:
227
228
* `oname` keyword argument has been added for property source formatting
0 commit comments