Skip to content

Commit b00fea8

Browse files
committed
Fix kernel display name in the metadata.
CI fails if the kernel name doesn't exist as an environment on the runner.
1 parent 82eff37 commit b00fea8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

ch00python/00pythons.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,9 @@
488488
"display_name": "Many kinds of Python"
489489
},
490490
"kernelspec": {
491-
"display_name": "Python [conda env:rsd-course]",
491+
"display_name": "Python 3",
492492
"language": "python",
493-
"name": "conda-env-rsd-course-py"
493+
"name": "python3"
494494
},
495495
"language_info": {
496496
"codemirror_mode": {
@@ -502,7 +502,12 @@
502502
"name": "python",
503503
"nbconvert_exporter": "python",
504504
"pygments_lexer": "ipython3",
505-
"version": "3.9.13"
505+
"version": "3.9.6"
506+
},
507+
"vscode": {
508+
"interpreter": {
509+
"hash": "31f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6"
510+
}
506511
}
507512
},
508513
"nbformat": 4,

0 commit comments

Comments
 (0)