Skip to content

Commit ce9ab72

Browse files
authored
Merge pull request #1629 from Esri/NA/issue_9329
Update profile for notebooks: `move_existing_user_content_to_a_new_user.ipynb`
2 parents e67ad55 + 1ddfe75 commit ce9ab72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/03_org_administrators/move_existing_user_content_to_a_new_user.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"outputs": [],
3939
"source": [
40-
"gis = GIS(\"https://pythonapi.playground.esri.com/portal\") "
40+
"gis = GIS(profile=\"your_online_profile\", verify_cert=False) "
4141
]
4242
},
4343
{
@@ -232,7 +232,7 @@
232232
"name": "python",
233233
"nbconvert_exporter": "python",
234234
"pygments_lexer": "ipython3",
235-
"version": "3.7.11"
235+
"version": "3.9.11"
236236
}
237237
},
238238
"nbformat": 4,

0 commit comments

Comments
 (0)