Skip to content
Snippets Groups Projects
Commit 8128899c authored by Sebastian Kopf's avatar Sebastian Kopf
Browse files

reset notebook output on install

parent 644f1c7a
No related merge requests found
......@@ -2,3 +2,7 @@
# Install JupyterLab extension
jupyter labextension install @jupyterlab/toc
# Remove output from Jupyter notebooks
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace python_example_for_Jupyter.ipynb
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace R_example_for_Jupyter.ipynb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment