#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

#968 in Command line utilities

Download history 126/week @ 2024-09-19 226/week @ 2024-09-26 15/week @ 2024-10-03 3/week @ 2024-10-10 228/week @ 2024-11-07

228 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
~149K SLoC