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
- Host: GitHub
- URL: https://github.com/ap--/md2ipynb
- Owner: ap--
- Created: 2014-03-23T15:14:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-06T19:49:05.000Z (about 12 years ago)
- Last Synced: 2026-01-02T16:43:56.929Z (5 months ago)
- Language: Python
- Size: 148 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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