Skip to content

Commit

Permalink
BUG: Add required skip-execution tags to new SelectROI cells
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Dec 19, 2023
1 parent b8deb3a commit 653f5c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
23 changes: 9 additions & 14 deletions examples/integrations/itk/SelectROI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,9 @@
"cell_type": "code",
"execution_count": 16,
"metadata": {
"tags": []
"tags": [
"skip-execution"
]
},
"outputs": [],
"source": [
Expand All @@ -601,7 +603,9 @@
"cell_type": "code",
"execution_count": 17,
"metadata": {
"tags": []
"tags": [
"skip-execution"
]
},
"outputs": [],
"source": [
Expand All @@ -613,7 +617,9 @@
"cell_type": "code",
"execution_count": 19,
"metadata": {
"tags": []
"tags": [
"skip-execution"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -699,17 +705,6 @@
"\n",
"viewer3 = view(roi_image, rotate=True)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": [
"skip-execution"
]
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
14 changes: 10 additions & 4 deletions examples/integrations/itkwasm/SelectROI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch tqdm \"itkwidgets[all]>=1.0a42\" rich itkwasm-image-io"
"!{sys.executable} -m pip install -q pooch tqdm \"itkwidgets[all]>=1.0a43\" rich itkwasm-image-io"
]
},
{
Expand Down Expand Up @@ -578,7 +578,9 @@
"cell_type": "code",
"execution_count": 16,
"metadata": {
"tags": []
"tags": [
"skip-execution"
]
},
"outputs": [],
"source": [
Expand All @@ -590,7 +592,9 @@
"cell_type": "code",
"execution_count": 17,
"metadata": {
"tags": []
"tags": [
"skip-execution"
]
},
"outputs": [],
"source": [
Expand All @@ -602,7 +606,9 @@
"cell_type": "code",
"execution_count": 19,
"metadata": {
"tags": []
"tags": [
"skip-execution"
]
},
"outputs": [],
"source": [
Expand Down

0 comments on commit 653f5c0

Please sign in to comment.