Convert between IPython notebooks and markdown
Project description
# bookmarkd
A tool to convert IPython Notebooks to markdown and back.
## markdown -> notebook $ bookmarkd convert foo.md foo.ipynb ## notebook -> markdown, not done yet $ bookmarkd convert foo.ipynb foo.md
# receive markdown via stdin $ bookmarkd convert - foo.ipynb # output notebook on stdout $ bookmarkd convert foo.md -
The conversion process isn’t lossless. For example, the notebook cell numbers and stored results aren’t preserved.
# License
Bookmarkd is made available under the GNU Affero General Public License, see LICENSE.txt for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bookmarkd-0.1.tar.gz
(16.3 kB
view hashes)