Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 167 Bytes

TRANSFORM_PY_INTO_IPYNB.md

File metadata and controls

6 lines (4 loc) · 167 Bytes

Often we want to transform a .py file into an .ipynb file. There is a single command line tool that can do this:

jupytext --to notebook exercises.py