Skip to content

Commit d3b9be4

Browse files
committed
add hide-output cell tags
1 parent b190c68 commit d3b9be4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/source/notebooks/multi_cell_geolift.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,11 @@
626626
{
627627
"cell_type": "code",
628628
"execution_count": 9,
629-
"metadata": {},
629+
"metadata": {
630+
"tags": [
631+
"hide-output"
632+
]
633+
},
630634
"outputs": [
631635
{
632636
"name": "stderr",
@@ -884,7 +888,11 @@
884888
{
885889
"cell_type": "code",
886890
"execution_count": 13,
887-
"metadata": {},
891+
"metadata": {
892+
"tags": [
893+
"hide-output"
894+
]
895+
},
888896
"outputs": [
889897
{
890898
"name": "stdout",

0 commit comments

Comments
 (0)