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

app ipy2md

A command line tool to convert ipython notebook to markdown

4 releases

Uses new Rust 2024

0.2.2 Jun 4, 2025
0.2.1 Nov 8, 2024
0.2.0 Nov 8, 2024
0.1.3 Sep 27, 2024
0.1.2 Sep 24, 2024

#2178 in Command line utilities

Download history

251 downloads per month

MIT license

15KB
336 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

~13MB
~254K SLoC