Skip to content

Commit 2bbcb9d

Browse files
author
svonstrauss
committed
Fix notebook metadata for Jupyter kernel specification
- Reintroduce missing language_info section in the Space Policy Basics notebook metadata to ensure proper execution in Jupyter environments.
1 parent 14cfe02 commit 2bbcb9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Module_04_Human_Factors/Learn/02_Space_Policy_Basics.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,13 +321,13 @@
321321
}
322322
],
323323
"metadata": {
324-
"language_info": {
325-
"name": "python"
326-
},
327324
"kernelspec": {
328325
"display_name": "Python 3",
329326
"language": "python",
330327
"name": "python3"
328+
},
329+
"language_info": {
330+
"name": "python"
331331
}
332332
},
333333
"nbformat": 4,

0 commit comments

Comments
 (0)