This project converts between a standalone reStructuredText file and a IPython Notebook file.
python convert.py tests/test.rst tests/test.ipynb
produces test.ipynb from
test.rst.
- Properly parse args passing in; spaces/etc (anything with escape characters) are not supported