Skip to content

Rust CLI tools for manipulation of Jupyter Notebooks

Notifications You must be signed in to change notification settings

CADLabs/notebook-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

notebook-tools

Rust CLI tools for manipulation of Jupyter Notebooks.

Usage

$ notebook-tools --help

USAGE:
    notebook-tools [FLAGS] [OPTIONS] <input>

ARGS:
    <input>    Sets the input file

FLAGS:
    -c, --clear_code      Clear code cell source
    -o, --clear_output    Clear code cell output
    -h, --help            Prints help information
    -V, --version         Prints version information

OPTIONS:
    -f, --filter <filter_cells>    Filter cells by source

$ notebook-tools notebook.ipynb --filter background-color --clear_code --clear_output > notebook-processed.ipynb 

About

Rust CLI tools for manipulation of Jupyter Notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages