Skip to content

Commit 396c482

Browse files
removed a cell
1 parent febee56 commit 396c482

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

guide/04-feature-data-and-analysis/analyzing-patterns-in-feature-data.ipynb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"source": [
2929
"# Connect to GIS\n",
3030
"from arcgis.gis import GIS\n",
31-
"gis = GIS(profile=\"your_online_profile\") or GIS(profile=\"your_enterprise_profile\")"
31+
"# you can use either your enterprise profile or your online profile\n",
32+
"gis = GIS(profile=\"your_online_profile\")"
3233
]
3334
},
3435
{
@@ -182,13 +183,6 @@
182183
"source": [
183184
"![image-interpolated-layer.png](attachment:image-interpolated-layer.png)"
184185
]
185-
},
186-
{
187-
"cell_type": "code",
188-
"execution_count": null,
189-
"metadata": {},
190-
"outputs": [],
191-
"source": []
192186
}
193187
],
194188
"metadata": {

0 commit comments

Comments
 (0)