From 35e274d05d43cbe84995097e0964f7d4653b975e Mon Sep 17 00:00:00 2001 From: Marwan Zouinkhi Date: Thu, 24 Oct 2024 09:11:31 +0200 Subject: [PATCH] install dep --- .../starter_tutorial/minimal_tutorial.ipynb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/examples/starter_tutorial/minimal_tutorial.ipynb b/examples/starter_tutorial/minimal_tutorial.ipynb index 4bd896179..2b9f2202a 100644 --- a/examples/starter_tutorial/minimal_tutorial.ipynb +++ b/examples/starter_tutorial/minimal_tutorial.ipynb @@ -22,6 +22,33 @@ "```\n" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip install 'scikit-image[data]'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip install matplotlib" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip install git+https://github.com/janelia-cellmap/dacapo.git" + ] + }, { "cell_type": "markdown", "metadata": {},