Skip to content

Commit 94b12ff

Browse files
committed
remove gis connection and warning
1 parent 9004f23 commit 94b12ff

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

guide/10-mapping-and-visualization/advanced-cartography-part1.ipynb

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -38,38 +38,6 @@
3838
")"
3939
]
4040
},
41-
{
42-
"cell_type": "code",
43-
"execution_count": 1,
44-
"metadata": {},
45-
"outputs": [
46-
{
47-
"name": "stdout",
48-
"output_type": "stream",
49-
"text": [
50-
"Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.\n",
51-
"Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.\n"
52-
]
53-
},
54-
{
55-
"name": "stderr",
56-
"output_type": "stream",
57-
"text": [
58-
"/Users/john3092/opt/anaconda3/envs/geosaurus_dev_env/lib/python3.11/site-packages/dask/dataframe/_pyarrow_compat.py:23: UserWarning: You are using pyarrow version 11.0.0 which is known to be insecure. See https://www.cve.org/CVERecord?id=CVE-2023-47248 for further details. Please upgrade to pyarrow>=14.0.1 or install pyarrow-hotfix to patch your current version.\n",
59-
" warnings.warn(\n"
60-
]
61-
}
62-
],
63-
"source": [
64-
"from arcgis.gis import GIS\n",
65-
"\n",
66-
"gis = GIS(\n",
67-
" url=\"https://pythonapi.playground.esri.com/portal\",\n",
68-
" username=\"arcgis_python\",\n",
69-
" password=\"amazing_arcgis_123\",\n",
70-
")"
71-
]
72-
},
7341
{
7442
"cell_type": "markdown",
7543
"metadata": {},

0 commit comments

Comments
 (0)