From 1f0f0e5f09397606a9c108811dda3c9f06fbd4b2 Mon Sep 17 00:00:00 2001 From: Julien Vignoud Date: Thu, 30 May 2024 17:54:41 +0200 Subject: [PATCH] Link resulting sample dataset --- docs/examples/scin_dataset.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/scin_dataset.ipynb b/docs/examples/scin_dataset.ipynb index 1a658b68c..0638a444c 100644 --- a/docs/examples/scin_dataset.ipynb +++ b/docs/examples/scin_dataset.ipynb @@ -6,7 +6,7 @@ "source": [ "## Formatting the SCIN dataset for DISCO\n", "\n", - "This notebook shows how to create a sample dataset ready to be used with DISCO. The SCIN Dataset is available at https://github.com/google-research-datasets/scin and requires using the google cloud CLI." + "This notebook shows how to create a sample dataset ready to be used with DISCO. The resulting sample dataset is available [here](https://storage.googleapis.com/deai-313515.appspot.com/scin_sample.zip). The full SCIN Dataset is available at https://github.com/google-research-datasets/scin and requires using the google cloud CLI." ] }, { @@ -67,7 +67,7 @@ "metadata": {}, "outputs": [], "source": [ - "%pip install google-cloud-storage tqdm" + "%pip install google-cloud-storage" ] }, {