Skip to content

Commit

Permalink
Updated with default conversion changes from 6.0 in documentation (#1426
Browse files Browse the repository at this point in the history
)

* Updated with default conversion changes from 6.0 in documentation

* Fixed doc references
  • Loading branch information
MSeal authored Sep 25, 2020
1 parent 8809e7c commit 18e1b16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ New Features
Deprecations
++++++++++++
- Drop support for python 3.3 :ghpull:`843`
- Default conversion method on the CLI was removed (``--to html`` now required)

Fixing Problems
+++++++++++++++
Expand Down
10 changes: 5 additions & 5 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ The command-line syntax to run the ``nbconvert`` script is::
This will convert the Jupyter notebook file ``notebook.ipynb`` into the output
format given by the ``FORMAT`` string.

Default output format - HTML
----------------------------
The default output format is HTML, for which the ``--to`` argument may be
omitted::
Default output format
---------------------

$ jupyter nbconvert notebook.ipynb
In 5.x versions of nbconvert the default output format was html. In 6.0 the default was removed,
requiring CLI calls to explicitly set a ``--to`` argument in order to execute. To mimic original
5.x behavior one should add ``--to=html`` to the ``jupyter nbconvert`` command.

.. _supported_output:

Expand Down

0 comments on commit 18e1b16

Please sign in to comment.