From 653f5c09cf8344de48233ce0343ab47939290dc5 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 19 Dec 2023 13:10:22 -0500 Subject: [PATCH] BUG: Add required skip-execution tags to new SelectROI cells --- examples/integrations/itk/SelectROI.ipynb | 23 ++++++++----------- examples/integrations/itkwasm/SelectROI.ipynb | 14 +++++++---- 2 files changed, 19 insertions(+), 18 deletions(-) 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": [