From 89c8278315193207757bfb7a79c3f86d6d8bca1f Mon Sep 17 00:00:00 2001 From: Camilla Pacifici Date: Thu, 11 Apr 2024 11:17:09 -0400 Subject: [PATCH] Update link to dataset in Mosviz NIRISS example notebook --- notebooks/MosvizNIRISSExample.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/MosvizNIRISSExample.ipynb b/notebooks/MosvizNIRISSExample.ipynb index 6ebfc23a92..08251ac005 100644 --- a/notebooks/MosvizNIRISSExample.ipynb +++ b/notebooks/MosvizNIRISSExample.ipynb @@ -94,7 +94,7 @@ "metadata": {}, "outputs": [], "source": [ - "example_data = 'https://stsci.box.com/shared/static/k94suj9yv9vdbusmcdrcodhxt9urwevr.zip'\n", + "example_data = 'https://stsci.box.com/shared/static/txtjqn2wn0oowolf7pt4x11cz4w2x1ga.zip'\n", "fn = download_file(example_data, cache=True)\n", "with ZipFile(fn, 'r') as sample_data_zip:\n", " sample_data_zip.extractall(data_dir)\n", @@ -259,7 +259,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.6" + "version": "3.9.7" } }, "nbformat": 4,