Skip to content

Commit 03ae655

Browse files
Update documentation
1 parent 9b5b2e7 commit 03ae655

3 files changed

Lines changed: 14 additions & 79 deletions

File tree

_sources/notebooks/xarray_raster_styling_analysis.ipynb

Lines changed: 13 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"cell_type": "code",
35-
"execution_count": 1,
35+
"execution_count": null,
3636
"metadata": {
3737
"id": "5-jHZzfSNJg2"
3838
},
@@ -45,47 +45,11 @@
4545
},
4646
{
4747
"cell_type": "code",
48-
"execution_count": 2,
48+
"execution_count": null,
4949
"metadata": {
50-
"id": "Q4L5N0owNlH0",
51-
"colab": {
52-
"base_uri": "https://localhost:8080/"
53-
},
54-
"outputId": "113428ac-a6d3-401e-96ac-9ec061441f26"
50+
"id": "Q4L5N0owNlH0"
5551
},
56-
"outputs": [
57-
{
58-
"output_type": "stream",
59-
"name": "stderr",
60-
"text": [
61-
"/usr/local/lib/python3.11/dist-packages/cudf/utils/_ptxcompiler.py:64: UserWarning: Error getting driver and runtime versions:\n",
62-
"\n",
63-
"stdout:\n",
64-
"\n",
65-
"\n",
66-
"\n",
67-
"stderr:\n",
68-
"\n",
69-
"Traceback (most recent call last):\n",
70-
" File \"<string>\", line 4, in <module>\n",
71-
" File \"/usr/local/lib/python3.11/dist-packages/numba_cuda/numba/cuda/cudadrv/driver.py\", line 314, in __getattr__\n",
72-
" raise CudaSupportError(\"Error at driver init: \\n%s:\" %\n",
73-
"numba.cuda.cudadrv.error.CudaSupportError: Error at driver init: \n",
74-
"\n",
75-
"CUDA driver library cannot be found.\n",
76-
"If you are sure that a CUDA driver is installed,\n",
77-
"try setting environment variable NUMBA_CUDA_DRIVER\n",
78-
"with the file path of the CUDA driver shared library.\n",
79-
":\n",
80-
"\n",
81-
"\n",
82-
"Not patching Numba\n",
83-
" warnings.warn(msg, UserWarning)\n",
84-
"/usr/local/lib/python3.11/dist-packages/cudf/utils/gpu_utils.py:62: UserWarning: Failed to dlopen libcuda.so.1\n",
85-
" warnings.warn(str(e))\n"
86-
]
87-
}
88-
],
52+
"outputs": [],
8953
"source": [
9054
"import numpy as np\n",
9155
"import matplotlib.pyplot as plt\n",
@@ -98,7 +62,7 @@
9862
},
9963
{
10064
"cell_type": "code",
101-
"execution_count": 3,
65+
"execution_count": null,
10266
"metadata": {
10367
"id": "vlwkqBO8NqKX"
10468
},
@@ -115,7 +79,7 @@
11579
},
11680
{
11781
"cell_type": "code",
118-
"execution_count": 4,
82+
"execution_count": null,
11983
"metadata": {
12084
"colab": {
12185
"base_uri": "https://localhost:8080/"
@@ -163,7 +127,7 @@
163127
},
164128
{
165129
"cell_type": "code",
166-
"execution_count": 5,
130+
"execution_count": null,
167131
"metadata": {
168132
"id": "ZqZgVRKno2ix"
169133
},
@@ -183,7 +147,7 @@
183147
},
184148
{
185149
"cell_type": "code",
186-
"execution_count": 6,
150+
"execution_count": null,
187151
"metadata": {
188152
"id": "wqOelcZLs6eh"
189153
},
@@ -212,7 +176,7 @@
212176
},
213177
{
214178
"cell_type": "code",
215-
"execution_count": 7,
179+
"execution_count": null,
216180
"metadata": {
217181
"id": "KkxUtxmN4-nX"
218182
},
@@ -234,7 +198,7 @@
234198
},
235199
{
236200
"cell_type": "code",
237-
"execution_count": 8,
201+
"execution_count": null,
238202
"metadata": {
239203
"colab": {
240204
"base_uri": "https://localhost:8080/",
@@ -287,7 +251,7 @@
287251
},
288252
{
289253
"cell_type": "code",
290-
"execution_count": 9,
254+
"execution_count": null,
291255
"metadata": {
292256
"id": "XWclE2-Kqk8L"
293257
},
@@ -320,7 +284,7 @@
320284
},
321285
{
322286
"cell_type": "code",
323-
"execution_count": 22,
287+
"execution_count": null,
324288
"metadata": {
325289
"colab": {
326290
"base_uri": "https://localhost:8080/",
@@ -381,7 +345,7 @@
381345
},
382346
{
383347
"cell_type": "code",
384-
"execution_count": 11,
348+
"execution_count": null,
385349
"metadata": {
386350
"id": "tZZ3J2P3lt7R"
387351
},

notebooks/xarray_raster_styling_analysis.html

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -501,35 +501,6 @@ <h2>Setup and Data Download<a class="headerlink" href="#setup-and-data-download"
501501
</pre></div>
502502
</div>
503503
</div>
504-
<div class="cell_output docutils container">
505-
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/usr/local/lib/python3.11/dist-packages/cudf/utils/_ptxcompiler.py:64: UserWarning: Error getting driver and runtime versions:
506-
507-
stdout:
508-
509-
510-
511-
stderr:
512-
513-
Traceback (most recent call last):
514-
File &quot;&lt;string&gt;&quot;, line 4, in &lt;module&gt;
515-
File &quot;/usr/local/lib/python3.11/dist-packages/numba_cuda/numba/cuda/cudadrv/driver.py&quot;, line 314, in __getattr__
516-
raise CudaSupportError(&quot;Error at driver init: \n%s:&quot; %
517-
numba.cuda.cudadrv.error.CudaSupportError: Error at driver init:
518-
519-
CUDA driver library cannot be found.
520-
If you are sure that a CUDA driver is installed,
521-
try setting environment variable NUMBA_CUDA_DRIVER
522-
with the file path of the CUDA driver shared library.
523-
:
524-
525-
526-
Not patching Numba
527-
warnings.warn(msg, UserWarning)
528-
/usr/local/lib/python3.11/dist-packages/cudf/utils/gpu_utils.py:62: UserWarning: Failed to dlopen libcuda.so.1
529-
warnings.warn(str(e))
530-
</pre></div>
531-
</div>
532-
</div>
533504
</div>
534505
<div class="cell docutils container">
535506
<div class="cell_input docutils container">

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)