summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnonymous Authors <anonymous@example.com>2026-07-24 11:08:09 -0500
committerAnonymous Authors <anonymous@example.com>2026-07-24 11:08:09 -0500
commit3f51dfb34cc8c22a67de6d92c3148be576dbb397 (patch)
treeffeb3513cc3c6102fa0d178c2d702e9ccc0f7fff
parente01b690cb0b5f447c95598e8f2c1abaa17c17363 (diff)
Keep notebook execution in placeHEADmain
-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
```