main > main: justfile - include clean output

This commit is contained in:
RD 2022-10-08 10:56:44 +02:00
parent 6d16f668c8
commit 9134ebcff6
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ clean:
@just clean-notebooks
clean-notebooks:
@echo "Clean python notebooks."
@#{{PYTHON}} -m jupyter nbconvert --clear-output --inplace docs/*.ipynb
@{{PYTHON}} -m jupyter nbconvert --clear-output --inplace docs/*.ipynb
@- {{PYTHON}} -m jupytext --update-metadata '{"vscode":""}' docs/*.ipynb 2> /dev/null
@- {{PYTHON}} -m jupytext --update-metadata '{"vscode":null}' docs/*.ipynb 2> /dev/null
clean-basic: