Skip to content

Commit

Permalink
gh-460: update notebooks inplace when running nox -s examples (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Nov 28, 2024
1 parent 382bafd commit 05c7700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def examples(session: nox.Session) -> None:
session.run(
"jupyter",
"execute",
"--inplace",
*Path().glob("examples/**/*.ipynb"),
*session.posargs,
)
Expand Down

0 comments on commit 05c7700

Please sign in to comment.