We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd732b commit 631208fCopy full SHA for 631208f
1 file changed
samples/05_content_publishers/publish_ogc_services.ipynb
@@ -450,7 +450,18 @@
450
"cell_type": "code",
451
"execution_count": null,
452
"metadata": {},
453
- "outputs": [],
+ "outputs": [
454
+ {
455
+ "data": {
456
+ "text/plain": [
457
+ "True"
458
+ ]
459
+ },
460
+ "execution_count": 42,
461
+ "metadata": {},
462
+ "output_type": "execute_result"
463
+ }
464
+ ],
465
"source": [
466
"webmap_item.delete(permanent=True)"
467
]
@@ -654,9 +665,18 @@
654
665
655
666
656
667
657
668
+ "outputs": [{
669
670
671
672
673
674
+ "execution_count": 43,
675
676
677
+ }],
658
678
659
- "item.delete(permanente=True)"
679
+ "item.delete(permanent=True)"
660
680
661
681
},
662
682
{
0 commit comments