Crates.io | ipy2md |
lib.rs | ipy2md |
version | 0.2.1 |
source | src |
created_at | 2024-09-24 12:52:19.999947 |
updated_at | 2024-11-08 06:42:12.172896 |
description | A command line tool to convert ipython notebook to markdown |
homepage | |
repository | https://github.com/crlcrl1/ipy2md |
max_upload_size | |
id | 1385218 |
size | 49,357 |
This is a simple tool to convert Jupyter notebooks to markdown files written in Rust. Type ipy2md -h
to see the help message.
Simple type cargo install ipy2md
to install the tool.
Use command ipy2md <your_inputfile> -o <output_path>
. Type ipy2md --help
for more information.