#notebook #markdown #jupyter #command-line-tool #convert #cells #output

app ipy2md

A command line tool to convert ipython notebook to markdown

3 unstable releases

0.2.1 Nov 8, 2024
0.2.0 Nov 8, 2024
0.1.3 Sep 27, 2024
0.1.2 Sep 24, 2024

#771 in Command line utilities

Download history 140/week @ 2024-09-20 214/week @ 2024-09-27 13/week @ 2024-10-04 3/week @ 2024-10-11 238/week @ 2024-11-08 7/week @ 2024-11-15 3/week @ 2024-11-22

248 downloads per month

MIT license

16KB
357 lines

ipy2md

crates.io

This is a simple tool to convert Jupyter notebooks to markdown files written in Rust. Type ipy2md -h to see the help message.

Features

  • Convert Jupyter notebooks to markdown files.
  • Support for code blocks, markdown cells, and output cells.
  • Support for images in markdown cells.
  • Support for highlighted traceback in output cells.

Installation

Simple type cargo install ipy2md to install the tool.

Usage

Use command ipy2md <your_inputfile> -o <output_path>. Type ipy2md --help for more information.

Dependencies

~8MB
~147K SLoC