Skip to content

Commit abcf126

Browse files
committed
Docker/Accelerated Python: Fix Jupyter kernels.
1 parent 78e7b34 commit abcf126

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

tutorials/accelerated-python/notebooks/distributed/60__mpi4py.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,9 @@
571571
"provenance": []
572572
},
573573
"kernelspec": {
574-
"display_name": "training-pyhpc-2025",
574+
"display_name": "Python 3 (ipykernel)",
575575
"language": "python",
576-
"name": "pyhpc-2025"
576+
"name": "python3"
577577
},
578578
"language_info": {
579579
"codemirror_mode": {

tutorials/accelerated-python/notebooks/kernels/solutions/41__kernel_authoring__book_histogram__SOLUTION.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@
822822
],
823823
"metadata": {
824824
"kernelspec": {
825-
"display_name": "Python 3",
825+
"display_name": "Python 3 (ipykernel)",
826826
"name": "python3"
827827
},
828828
"language_info": {

tutorials/accelerated-python/notebooks/libraries/24__nvmath_python__interop.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126
],
127127
"metadata": {
128128
"kernelspec": {
129-
"display_name": "training-pyhpc-2025",
129+
"display_name": "Python 3 (ipykernel)",
130130
"language": "python",
131-
"name": "pyhpc-2025"
131+
"name": "python3"
132132
},
133133
"language_info": {
134134
"codemirror_mode": {

tutorials/accelerated-python/notebooks/libraries/25__nvmath_python__kernel_fusion.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@
237237
],
238238
"metadata": {
239239
"kernelspec": {
240-
"display_name": "training-pyhpc-2025",
240+
"display_name": "Python 3 (ipykernel)",
241241
"language": "python",
242-
"name": "pyhpc-2025"
242+
"name": "python3"
243243
},
244244
"language_info": {
245245
"codemirror_mode": {

tutorials/accelerated-python/notebooks/libraries/26__nvmath_python__stateful_apis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
],
7777
"metadata": {
7878
"kernelspec": {
79-
"display_name": "training-pyhpc-2025",
79+
"display_name": "Python 3 (ipykernel)",
8080
"language": "python",
81-
"name": "pyhpc-2025"
81+
"name": "python3"
8282
},
8383
"language_info": {
8484
"codemirror_mode": {

tutorials/accelerated-python/notebooks/libraries/27__nvmath_python__scaling.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@
201201
],
202202
"metadata": {
203203
"kernelspec": {
204-
"display_name": "training-pyhpc-2025",
204+
"display_name": "Python 3 (ipykernel)",
205205
"language": "python",
206-
"name": "pyhpc-2025"
206+
"name": "python3"
207207
},
208208
"language_info": {
209209
"codemirror_mode": {

0 commit comments

Comments
 (0)