Skip to content

Commit 636528f

Browse files
committed
Accelerated Python/Docker: Rename RAPIDS Jupyter kernel for consistency.
1 parent 54a97b7 commit 636528f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tutorials/accelerated-python/brev/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN python -m venv ${ACH_RAPIDS_VENV} \
6262
pytest \
6363
&& ${ACH_RAPIDS_VENV}/bin/python -m ipykernel install \
6464
--name=cudf-cu12-25.10 \
65-
--display-name="Python (RAPIDS 25.10)" \
65+
--display-name="Python 3 (RAPIDS 25.10)" \
6666
--prefix=/usr/local
6767

6868
COPY . /accelerated-computing-hub

tutorials/accelerated-python/notebooks/libraries/20__cudf__nyc_parking_violations.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2414,7 +2414,7 @@
24142414
"provenance": []
24152415
},
24162416
"kernelspec": {
2417-
"display_name": "Python (RAPIDS 25.10)",
2417+
"display_name": "Python 3 (RAPIDS 25.10)",
24182418
"language": "python",
24192419
"name": "cudf-cu12-25.10"
24202420
},

tutorials/accelerated-python/notebooks/libraries/21__cudf_pandas__nyc_parking_violations.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
],
263263
"metadata": {
264264
"kernelspec": {
265-
"display_name": "Python (RAPIDS 25.10)",
265+
"display_name": "Python 3 (RAPIDS 25.10)",
266266
"language": "python",
267267
"name": "cudf-cu12-25.10"
268268
},

tutorials/accelerated-python/notebooks/libraries/22__cuml.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"toc_visible": true
185185
},
186186
"kernelspec": {
187-
"display_name": "Python (RAPIDS 25.10)",
187+
"display_name": "Python 3 (RAPIDS 25.10)",
188188
"language": "python",
189189
"name": "cudf-cu12-25.10"
190190
},

tutorials/accelerated-python/notebooks/libraries/solutions/20__cudf__nyc_parking_violations__SOLUTION.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
],
6464
"metadata": {
6565
"kernelspec": {
66-
"display_name": "Python (RAPIDS 25.10)",
66+
"display_name": "Python 3 (RAPIDS 25.10)",
6767
"language": "python",
6868
"name": "cudf-cu12-25.10"
6969
},

tutorials/accelerated-python/notebooks/libraries/solutions/21__cudf_pandas__nyc_parking_violations__SOLUTION.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
],
6262
"metadata": {
6363
"kernelspec": {
64-
"display_name": "Python (RAPIDS 25.10)",
64+
"display_name": "Python 3 (RAPIDS 25.10)",
6565
"language": "python",
6666
"name": "cudf-cu12-25.10"
6767
},

0 commit comments

Comments
 (0)