#notebook #markdown #jupyter #command-line-tool #convert #converting #ipython

app ipy2md

A command line tool to convert ipython notebook to markdown

2 releases

0.1.3 Sep 27, 2024
0.1.2 Sep 24, 2024

#502 in Command line utilities

Download history 316/week @ 2024-09-22 47/week @ 2024-09-29 6/week @ 2024-10-06

369 downloads per month

MIT license

11KB
244 lines

ipy2md

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

Installation

Simple type cargo install ipy2md to install the tool.

Usage

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

Dependencies

~3.5–5MB
~92K SLoC