Skip to content

Commit d613726

Browse files
committed
try to add Py311 to NB 5
1 parent 0b7175d commit d613726

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

5_custom_shooting_setup.ipynb

+5-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@
5252
"import sys\n",
5353
"if sys.version_info < (3, 8):\n",
5454
" f_version = \"\"\n",
55+
"elif sys.version_info < (3, 11):\n",
56+
" f_version = \"_38\"\n",
5557
"else:\n",
56-
" f_version = \"_38\""
58+
" f_version = \"_311\""
5759
]
5860
},
5961
{
@@ -425,7 +427,7 @@
425427
],
426428
"metadata": {
427429
"kernelspec": {
428-
"display_name": "Python 3",
430+
"display_name": "Python 3 (ipykernel)",
429431
"language": "python",
430432
"name": "python3"
431433
},
@@ -439,7 +441,7 @@
439441
"name": "python",
440442
"nbconvert_exporter": "python",
441443
"pygments_lexer": "ipython3",
442-
"version": "3.7.10"
444+
"version": "3.11.8"
443445
},
444446
"toc": {
445447
"base_numbering": 1,

inputs/2_state_toy_311.nc

67.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)