Skip to content

Commit 81a77be

Browse files
authored
Configure globstar when rerunning all notebooks (#22)
Add admonition to `README.md` to configure Bash `globstar` when trying to rerun all notebooks.
1 parent f762f67 commit 81a77be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ To rerun all notebooks, use:
9898
> Rerunning all notebooks is a computationally intensive task. Some notebooks
9999
> require significant amount of memory to allocate large sensitivity matrices.
100100
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+
101106
```bash
102107
jupyter nbconvert --to notebook --execute --inplace **/*.ipynb
103108
```

0 commit comments

Comments
 (0)