diff --git a/noxfile.py b/noxfile.py index 4c070657..6a45d5c7 100644 --- a/noxfile.py +++ b/noxfile.py @@ -72,6 +72,7 @@ def examples(session: nox.Session) -> None: session.run( "jupyter", "execute", + "--inplace", *Path().glob("examples/**/*.ipynb"), *session.posargs, )