ivy/notebooks/clear_outputs

8 строки
203 B
Bash
Executable File

#!/bin/bash
# Copyright (c) Microsoft Corporation. All Rights Reserved.
# Clear all outputs from all notebooks
ipython nbconvert --to notebook --ClearOutputPreprocessor.enabled=True --inplace *.ipynb