Skip to main content

Convert markdown to IPython notebook.

Project description

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?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notedown-1.0.tar.gz (1.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page