Skip to content

Commit

Permalink
--to python does not work any more
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Apr 14, 2019
1 parent 8f38510 commit eb357eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ In JupyterLab this is slightly different. Scripts and Markdown document also hav
The package provides a `jupytext` script for command line conversion between the various notebook extensions:

```bash
jupytext --to python notebook.ipynb # create a notebook.py file
jupytext --to py notebook.ipynb # create a notebook.py file in the light format
jupytext --to py:percent notebook.ipynb # create a notebook.py file in the double percent format
jupytext --to py:percent --comment-magics false notebook.ipynb # create a notebook.py file in the double percent format, and do not comment magic commands
jupytext --to markdown notebook.ipynb # create a notebook.md file
Expand Down

0 comments on commit eb357eb

Please sign in to comment.