File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 description : Add links to any research papers or other resources the author will need to write this tutorial.
3333 value : " `[Markdown link text](url)`"
3434 validations :
35- required : false
35+ required : false
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ Gambit.app/*
4444doc /tutorials /games /* .nfg
4545doc /tutorials /games /* .efg
4646* .dmg
47- Gambit.app /*
47+ Gambit.app /*
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def test_execute_notebook(nb_path):
4949 # Skip notebook execution tests on Python < 3.12 (notebooks may require newer kernels/deps)
5050 if sys .version_info < (3 , 12 ):
5151 pytest .skip ("Notebook execution tests require Python 3.12 or newer" )
52-
52+
5353 nb = nbformat .read (str (nb_path ), as_version = 4 )
5454
5555 # Prefer the notebook's kernelspec if provided, otherwise let nbclient pick the default.
You can’t perform that action at this time.
0 commit comments