This is a simple tool to convert markdown with code into an IPython Notebook.
Usage:
notedown input.md > output.ipynb
It is really simple and separates your markdown into code and not code. Code goes into code cells, not-code goes into markdown cells. Currently only works with Github Flavored Markdown.
Installation:
pip install notedown
### Why?
I don’t know. Maybe you prefer writing in markdown.
### What this does not do:
run code cells
embed figures
### Conversion from notebook to markdown
Converting from an IPython notebook to markdown is done using nbconvert:
ipython nbconvert notebook.ipynb –to markdown
### TODO
[ ] support more markdowns
[ ] allow other cell types?
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file notedown-1.0.tar.gz.
File metadata
- Download URL: notedown-1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebec511c2167bc772918e9cff88dd25421b3a6256a34af53341278b89df58d99
|
|
| MD5 |
e6259931be1c4ddc9656f340f238641c
|
|
| BLAKE2b-256 |
affe54a9352c73c255c534bd105fe76e15d3d9e7fb28bce2f470b7da0e5d3587
|