diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |
