Skip to content

Commit

Permalink
no session.posargs for executing notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Oct 18, 2024
1 parent 614f214 commit 5dddba1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ def examples(session: nox.Session) -> None:
else:
print("Unsupported argument to examples")
else:
session.run(
"jupyter", "execute", *Path().glob("examples/**/*.ipynb"), *session.posargs
)
session.run("jupyter", "execute", *Path().glob("examples/**/*.ipynb"))


@nox.session
Expand Down

0 comments on commit 5dddba1

Please sign in to comment.