Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 589 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 589 Bytes

rst-to-ipynb

This project converts between a standalone reStructuredText file and a IPython Notebook file.

Example

python convert.py tests/test.rst tests/test.ipynb produces test.ipynb from test.rst.

TODO:

  • Properly parse args passing in; spaces/etc (anything with escape characters) are not supported