Skip to content

Commit

Permalink
remove superfluous connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaistMap committed Sep 23, 2024
1 parent 3a9663c commit 507cca6
Showing 1 changed file with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,38 +38,6 @@
")"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"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",
"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"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"/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",
" warnings.warn(\n"
]
}
],
"source": [
"from arcgis.gis import GIS\n",
"\n",
"gis = GIS(\n",
" url=\"https://pythonapi.playground.esri.com/portal\",\n",
" username=\"arcgis_python\",\n",
" password=\"amazing_arcgis_123\",\n",
")"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 507cca6

Please sign in to comment.