main > main: justfile - include clean output
This commit is contained in:
parent
6d16f668c8
commit
9134ebcff6
2
justfile
2
justfile
@ -89,7 +89,7 @@ clean:
|
|||||||
@just clean-notebooks
|
@just clean-notebooks
|
||||||
clean-notebooks:
|
clean-notebooks:
|
||||||
@echo "Clean python 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":""}' docs/*.ipynb 2> /dev/null
|
||||||
@- {{PYTHON}} -m jupytext --update-metadata '{"vscode":null}' docs/*.ipynb 2> /dev/null
|
@- {{PYTHON}} -m jupytext --update-metadata '{"vscode":null}' docs/*.ipynb 2> /dev/null
|
||||||
clean-basic:
|
clean-basic:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user