summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 422ebed..0f3153e 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ python -m pip install -r requirements.txt
jupyter nbconvert \
--to notebook \
--execute reproduce_mvp.ipynb \
- --output reproduce_mvp.executed.ipynb \
+ --inplace \
--ExecutePreprocessor.timeout=1200
```