Skip to content

Commit

Permalink
doc: --code_only option in ipynb2jupytext
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon authored Mar 22, 2023
1 parent 913a38e commit 9fff2bb
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 @@ -288,7 +288,7 @@ There are currently 2 ways of converting an existing `.ipynb` file to a Jupynium
**Option 1**: Use an included command line tool:

```bash
ipynb2jupytext [-h] [--stdout] file.ipynb [file.ju.py]
ipynb2jupytext [-h] [--stdout] [--code_only] file.ipynb [file.ju.py]
```

If you're already familiar with Jupytext, feel free to use it instead.
Expand Down

0 comments on commit 9fff2bb

Please sign in to comment.