An open API service indexing awesome lists of open source software.

https://github.com/ap--/md2ipynb

markdown to IPython notebook converter
https://github.com/ap--/md2ipynb

Last synced: 2 months ago
JSON representation

markdown to IPython notebook converter

Awesome Lists containing this project

README

          

# md2ipynb #

_md2ipynb_ converts markdown files to _IPython notebooks_. It's a hackish
solution, but I hate it that I can't edit an IPython notebook in my favorite
editor easily. This script will take code blocks that look like

~~~ {.python}
...
~~~

And wrap them in an IPython code cell. All other parts are wrapped in markdown
cells.

To create an **ipynb** just type:

./md2ipynb --out myfile.ipynb myfile.md