keyworks / rst-to-ipynb

Convert .rst to .ipynb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Convert .rst to .ipynb

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TeX 84.5%Language:Python 12.7%Language:Jupyter Notebook 2.8%