From 8d79b817f3024c8a7eacdacd7d5b26d9de7cc3f8 Mon Sep 17 00:00:00 2001 From: Olivier Burggraaff Date: Fri, 30 Aug 2024 10:15:34 +0200 Subject: [PATCH] Remove installation from notebook --- demo.ipynb | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/demo.ipynb b/demo.ipynb index 3a1d932..36c2dd1 100644 --- a/demo.ipynb +++ b/demo.ipynb @@ -44,19 +44,7 @@ "```\n", "pip install .\n", "```\n", - "This will install the package and all of its requirements.\n", - "\n", - "You can also install from within this notebook:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "d655de76-7526-4e0b-a317-d6f3a7b7e0a8", - "metadata": {}, - "outputs": [], - "source": [ - "!pip install ." + "This will install the package and all of its requirements." ] }, {