diff --git a/examples/integrations/itk/SelectROI.ipynb b/examples/integrations/itk/SelectROI.ipynb index f320e8cc..4eac1ab7 100644 --- a/examples/integrations/itk/SelectROI.ipynb +++ b/examples/integrations/itk/SelectROI.ipynb @@ -589,7 +589,9 @@ "cell_type": "code", "execution_count": 16, "metadata": { - "tags": [] + "tags": [ + "skip-execution" + ] }, "outputs": [], "source": [ @@ -601,7 +603,9 @@ "cell_type": "code", "execution_count": 17, "metadata": { - "tags": [] + "tags": [ + "skip-execution" + ] }, "outputs": [], "source": [ @@ -613,7 +617,9 @@ "cell_type": "code", "execution_count": 19, "metadata": { - "tags": [] + "tags": [ + "skip-execution" + ] }, "outputs": [], "source": [ @@ -699,17 +705,6 @@ "\n", "viewer3 = view(roi_image, rotate=True)" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "tags": [ - "skip-execution" - ] - }, - "outputs": [], - "source": [] } ], "metadata": { diff --git a/examples/integrations/itkwasm/SelectROI.ipynb b/examples/integrations/itkwasm/SelectROI.ipynb index 83f20da7..0f0745f5 100644 --- a/examples/integrations/itkwasm/SelectROI.ipynb +++ b/examples/integrations/itkwasm/SelectROI.ipynb @@ -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" ] }, { @@ -578,7 +578,9 @@ "cell_type": "code", "execution_count": 16, "metadata": { - "tags": [] + "tags": [ + "skip-execution" + ] }, "outputs": [], "source": [ @@ -590,7 +592,9 @@ "cell_type": "code", "execution_count": 17, "metadata": { - "tags": [] + "tags": [ + "skip-execution" + ] }, "outputs": [], "source": [ @@ -602,7 +606,9 @@ "cell_type": "code", "execution_count": 19, "metadata": { - "tags": [] + "tags": [ + "skip-execution" + ] }, "outputs": [], "source": [