From 9134ebcff6a339211c913a5cd0757cfbdd15ad65 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Sat, 8 Oct 2022 10:56:44 +0200 Subject: [PATCH] main > main: justfile - include clean output --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 4a99ddb..4911ae2 100644 --- a/justfile +++ b/justfile @@ -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: