Skip to content

Commit 239f3bd

Browse files
authored
Merge pull request #2212 from Esri/jy-fix-pkg-web-lyrs
run create_folders cell to recreate json outputs key
2 parents 69476b9 + 8c506bb commit 239f3bd

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

samples/05_content_publishers/publishing_packages_as_web_layers.ipynb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,9 @@
6060
},
6161
{
6262
"cell_type": "code",
63-
"execution_count": null,
63+
"execution_count": 2,
6464
"metadata": {},
65-
"outputs": [
66-
{
67-
"execution_count": null,
68-
"metadata": {},
69-
"output_type": "execute_result"
70-
}
71-
],
65+
"outputs": [],
7266
"source": [
7367
"folder_manager = gis.content.folders\n",
7468
"folder = folder_manager.create('packages')"
@@ -396,7 +390,7 @@
396390
"name": "python",
397391
"nbconvert_exporter": "python",
398392
"pygments_lexer": "ipython3",
399-
"version": "3.11.10"
393+
"version": "3.11.0"
400394
},
401395
"toc": {
402396
"base_numbering": 1,

0 commit comments

Comments
 (0)