# ipy2md [![crates.io](https://img.shields.io/crates/v/ipy2md.svg)](https://crates.io/crates/ipy2md) 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 -o `. Type `ipy2md --help` for more information.