From 727849b162cd44479646adf6ce8b3160b5c3dc6c Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Sat, 19 Oct 2024 01:16:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/notebooks/01-rxrx1-ingest.ipynb | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/notebooks/01-rxrx1-ingest.ipynb b/docs/notebooks/01-rxrx1-ingest.ipynb index 04f23a6..49e889f 100644 --- a/docs/notebooks/01-rxrx1-ingest.ipynb +++ b/docs/notebooks/01-rxrx1-ingest.ipynb @@ -645,7 +645,7 @@ " meta_with_path,\n", " key=\"rxrx1/metadata.parquet\",\n", " description=\"Metadata with file paths for each RxRx1 image.\",\n", - ")" + ").save()" ] }, { @@ -658,16 +658,6 @@ "meta_file.features._add_set_from_df()" ] }, - { - "cell_type": "code", - "execution_count": null, - "id": "2efaf071", - "metadata": {}, - "outputs": [], - "source": [ - "meta_file.save()" - ] - }, { "cell_type": "markdown", "id": "3138c022",