Skip to content

Commit a1c2f1d

Browse files
committed
sparse solver notebook and styling fixes
1 parent 533baa9 commit a1c2f1d

File tree

6 files changed

+416
-9
lines changed

6 files changed

+416
-9
lines changed

tutorials/nvmath-python/01_kernel_fusion.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
],
620620
"metadata": {
621621
"kernelspec": {
622-
"display_name": ".venv",
622+
"display_name": "Python 3 (ipykernel)",
623623
"language": "python",
624624
"name": "python3"
625625
},

tutorials/nvmath-python/02_mem_exec_spaces.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"\n",
7676
"This notebook requires the same libraries as the previous notebook [01_kernel_fusion.ipynb](./01_kernel_fusion.ipynb). If you already completed it, no further installation is required for this notebook.\n",
7777
"\n",
78-
"For advanced installation instructions, please refer to the [nvmath-python documentation](https://docs.nvidia.com/cuda/nvmath-python/latest/installation.html#install-nvmath-python)."
78+
"For detailed installation instructions, please refer to the [nvmath-python documentation](https://docs.nvidia.com/cuda/nvmath-python/latest/installation.html#install-nvmath-python)."
7979
]
8080
},
8181
{
@@ -405,7 +405,7 @@
405405
],
406406
"metadata": {
407407
"kernelspec": {
408-
"display_name": ".venv",
408+
"display_name": "Python 3 (ipykernel)",
409409
"language": "python",
410410
"name": "python3"
411411
},

tutorials/nvmath-python/03_stateful_api.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"- Completion of previous notebooks on kernel fusion and memory spaces (recommended)\n",
6767
"- Understanding of matrix multiplication and batch processing concepts\n",
6868
"\n",
69-
"For installation instructions, please refer to the [nvmath-python documentation](https://docs.nvidia.com/cuda/nvmath-python/0.2.1/installation.html#install-nvmath-python).\n",
69+
"For detailed installation instructions, please refer to the [nvmath-python documentation](https://docs.nvidia.com/cuda/nvmath-python/latest/installation.html#install-nvmath-python).\n",
7070
"\n",
7171
"---\n",
7272
"## Setup\n",
@@ -500,7 +500,7 @@
500500
],
501501
"metadata": {
502502
"kernelspec": {
503-
"display_name": ".venv",
503+
"display_name": "Python 3 (ipykernel)",
504504
"language": "python",
505505
"name": "python3"
506506
},

tutorials/nvmath-python/04_callbacks.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"- Completion of previous notebooks (recommended)\n",
6868
"- Understanding of FFT concepts and image processing basics\n",
6969
"\n",
70-
"For advanced installation instructions, please refer to the [nvmath-python documentation](https://docs.nvidia.com/cuda/nvmath-python/0.2.1/installation.html#install-nvmath-python).\n",
70+
"For detailed installation instructions, please refer to the [nvmath-python documentation](https://docs.nvidia.com/cuda/nvmath-python/latest/installation.html#install-nvmath-python).\n",
7171
"\n",
7272
"---"
7373
]
@@ -992,7 +992,7 @@
992992
],
993993
"metadata": {
994994
"kernelspec": {
995-
"display_name": ".venv",
995+
"display_name": "Python 3 (ipykernel)",
996996
"language": "python",
997997
"name": "python3"
998998
},

tutorials/nvmath-python/05_device_api.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"- Understanding of Numba CUDA and basic CUDA programming concepts\n",
7070
"- Familiarity with stochastic processes (helpful but not required)\n",
7171
"\n",
72-
"For installation instructions, please refer to the [nvmath-python documentation](https://docs.nvidia.com/cuda/nvmath-python/0.2.1/installation.html#install-nvmath-python).\n",
72+
"For detailed installation instructions, please refer to the [nvmath-python documentation](https://docs.nvidia.com/cuda/nvmath-python/latest/installation.html#install-nvmath-python).\n",
7373
"\n",
7474
"---\n",
7575
"## Setup\n",
@@ -943,7 +943,7 @@
943943
],
944944
"metadata": {
945945
"kernelspec": {
946-
"display_name": ".venv",
946+
"display_name": "Python 3 (ipykernel)",
947947
"language": "python",
948948
"name": "python3"
949949
},

0 commit comments

Comments
 (0)