Skip to content

Commit c76d86f

Browse files
committed
Update part6_std_geography_query.ipynb
Minor update to gis connection string
1 parent 6f84483 commit c76d86f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

guide/16-geoenrichment-guides/part6_std_geography_query.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"outputs": [],
4040
"source": [
4141
"# Create a GIS Connection\n",
42-
"# gis = GIS(profile='your_online_profile')\n",
43-
"gis = GIS(\"https://datascienceqa.esri.com/portal\", \"portaladmin\", \"esri.agp\", verify_cert=False)"
42+
"gis = GIS(profile='your_online_profile')"
4443
]
4544
},
4645
{

0 commit comments

Comments
 (0)