# fast-notebook-clear-output A reasonably fast jupyter notebook clear output tool. ## Install ### Cargo Install ```bash cargo install fast-notebook-clear-output ``` ## Usage Output stdout ```bash nbclo stdout {notebook.ipynb} ``` Replace the notebook ```bash nbclo inplace {notebook.ipynb} ```