Skip to content

Commit 6cec072

Browse files
author
Atma Mani
authored
Merge pull request #1185 from mohi9282/issue_7899
Update publishing_web_maps_and_web_scenes.ipynb
2 parents c52c847 + 20a17fe commit 6cec072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/05_content_publishers/publishing_web_maps_and_web_scenes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"from arcgis.mapping import WebMap, WebScene\n",
2626
"\n",
2727
"# connect to your GIS\n",
28-
"# Create an anonymous connection to ArcGIS Online to search for contents\n",
29-
"gis1 = GIS()\n",
28+
"# Create a connection to ArcGIS Online org to search for contents\n",
29+
"gis1 = GIS('home')\n",
3030
"# Create a connection to your portal for publishing\n",
3131
"gis2 = GIS(\"https://pythonapi.playground.esri.com/portal\")"
3232
]
@@ -620,7 +620,7 @@
620620
"name": "python",
621621
"nbconvert_exporter": "python",
622622
"pygments_lexer": "ipython3",
623-
"version": "3.8.3"
623+
"version": "3.8.2"
624624
},
625625
"toc": {
626626
"base_numbering": 1,

0 commit comments

Comments
 (0)