Notepad/enter/Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/IPython/convert a .ipynb to .py.md

7 lines
89 B
Markdown
Raw Normal View History

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