Skip to content

Commit

Permalink
Configure globstar when rerunning all notebooks (#22)
Browse files Browse the repository at this point in the history
Add admonition to `README.md` to configure Bash `globstar` when trying
to rerun all notebooks.
  • Loading branch information
santisoler authored Apr 29, 2024
1 parent f762f67 commit 81a77be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ To rerun all notebooks, use:
> Rerunning all notebooks is a computationally intensive task. Some notebooks
> require significant amount of memory to allocate large sensitivity matrices.
> [!IMPORTANT]
> If you are using bash as your shell, make sure to run `shopt -s
> globstar` to enable the `globstar` feature that allows the use of `**` for
> filename expansion.
```bash
jupyter nbconvert --to notebook --execute --inplace **/*.ipynb
```
Expand Down

0 comments on commit 81a77be

Please sign in to comment.