Skip to content

Commit 653f5c0

Browse files
committed
BUG: Add required skip-execution tags to new SelectROI cells
1 parent b8deb3a commit 653f5c0

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

examples/integrations/itk/SelectROI.ipynb

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,9 @@
589589
"cell_type": "code",
590590
"execution_count": 16,
591591
"metadata": {
592-
"tags": []
592+
"tags": [
593+
"skip-execution"
594+
]
593595
},
594596
"outputs": [],
595597
"source": [
@@ -601,7 +603,9 @@
601603
"cell_type": "code",
602604
"execution_count": 17,
603605
"metadata": {
604-
"tags": []
606+
"tags": [
607+
"skip-execution"
608+
]
605609
},
606610
"outputs": [],
607611
"source": [
@@ -613,7 +617,9 @@
613617
"cell_type": "code",
614618
"execution_count": 19,
615619
"metadata": {
616-
"tags": []
620+
"tags": [
621+
"skip-execution"
622+
]
617623
},
618624
"outputs": [],
619625
"source": [
@@ -699,17 +705,6 @@
699705
"\n",
700706
"viewer3 = view(roi_image, rotate=True)"
701707
]
702-
},
703-
{
704-
"cell_type": "code",
705-
"execution_count": null,
706-
"metadata": {
707-
"tags": [
708-
"skip-execution"
709-
]
710-
},
711-
"outputs": [],
712-
"source": []
713708
}
714709
],
715710
"metadata": {

examples/integrations/itkwasm/SelectROI.ipynb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"# Install dependencies for this example\n",
2424
"import sys\n",
2525
"\n",
26-
"!{sys.executable} -m pip install -q pooch tqdm \"itkwidgets[all]>=1.0a42\" rich itkwasm-image-io"
26+
"!{sys.executable} -m pip install -q pooch tqdm \"itkwidgets[all]>=1.0a43\" rich itkwasm-image-io"
2727
]
2828
},
2929
{
@@ -578,7 +578,9 @@
578578
"cell_type": "code",
579579
"execution_count": 16,
580580
"metadata": {
581-
"tags": []
581+
"tags": [
582+
"skip-execution"
583+
]
582584
},
583585
"outputs": [],
584586
"source": [
@@ -590,7 +592,9 @@
590592
"cell_type": "code",
591593
"execution_count": 17,
592594
"metadata": {
593-
"tags": []
595+
"tags": [
596+
"skip-execution"
597+
]
594598
},
595599
"outputs": [],
596600
"source": [
@@ -602,7 +606,9 @@
602606
"cell_type": "code",
603607
"execution_count": 19,
604608
"metadata": {
605-
"tags": []
609+
"tags": [
610+
"skip-execution"
611+
]
606612
},
607613
"outputs": [],
608614
"source": [

0 commit comments

Comments
 (0)