Skip to content

Commit e11dc97

Browse files
author
Manushi Majumdar
committed
replace login credentials with profile
1 parent 75a5b29 commit e11dc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/04_gis_analysts_data_scientists/fighting_california_forest_fires_using_spatial_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"import pandas as pd\n",
4242
"\n",
4343
"# create a Web GIS object\n",
44-
"gis = GIS('https://pythonapi.playground.esri.com/portal', 'arcgis_python', 'amazing_arcgis_123')"
44+
"gis = GIS(profile='your_enterprise_profile')"
4545
]
4646
},
4747
{

0 commit comments

Comments
 (0)