This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Terminal Tips/Commands + Settings/Languages/Python/tools/IPython/convert a .ipynb to .py.md

7 lines
89 B
Markdown
Raw Normal View History

2023-07-05 03:05:42 +00:00
###### convert a .ipynb to .py
```
$ nbconvert --to script [YOUR_NOTEBOOK].ipynb
```