ipy2md

Crates.ioipy2md
lib.rsipy2md
version0.2.1
sourcesrc
created_at2024-09-24 12:52:19.999947
updated_at2024-11-08 06:42:12.172896
descriptionA command line tool to convert ipython notebook to markdown
homepage
repositoryhttps://github.com/crlcrl1/ipy2md
max_upload_size
id1385218
size49,357
(crlcrl1)

documentation

README

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.

Commit count: 14

cargo fmt