We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febee56 commit 396c482Copy full SHA for 396c482
guide/04-feature-data-and-analysis/analyzing-patterns-in-feature-data.ipynb
@@ -28,7 +28,8 @@
28
"source": [
29
"# Connect to GIS\n",
30
"from arcgis.gis import GIS\n",
31
- "gis = GIS(profile=\"your_online_profile\") or GIS(profile=\"your_enterprise_profile\")"
+ "# you can use either your enterprise profile or your online profile\n",
32
+ "gis = GIS(profile=\"your_online_profile\")"
33
]
34
},
35
{
@@ -182,13 +183,6 @@
182
183
184
""
185
- },
186
- {
187
- "cell_type": "code",
188
- "execution_count": null,
189
- "metadata": {},
190
- "outputs": [],
191
- "source": []
192
}
193
],
194
"metadata": {
0 commit comments