/rst-to-ipynb

Convert .rst to .ipynb

Primary LanguageTeXBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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