From 3f51dfb34cc8c22a67de6d92c3148be576dbb397 Mon Sep 17 00:00:00 2001 From: Anonymous Authors Date: Fri, 24 Jul 2026 11:08:09 -0500 Subject: Keep notebook execution in place --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3