We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f762f67 commit 81a77beCopy full SHA for 81a77be
README.md
@@ -98,6 +98,11 @@ To rerun all notebooks, use:
98
> Rerunning all notebooks is a computationally intensive task. Some notebooks
99
> require significant amount of memory to allocate large sensitivity matrices.
100
101
+> [!IMPORTANT]
102
+> If you are using bash as your shell, make sure to run `shopt -s
103
+> globstar` to enable the `globstar` feature that allows the use of `**` for
104
+> filename expansion.
105
+
106
```bash
107
jupyter nbconvert --to notebook --execute --inplace **/*.ipynb
108
```
0 commit comments