From 77dc25556208aa940ccf40550e179357c2bfd39e Mon Sep 17 00:00:00 2001 From: Stefano Gualandi Date: Thu, 12 Oct 2023 11:06:06 +0200 Subject: [PATCH] Update Testing_OT1D.ipynb --- notebooks/Testing_OT1D.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/Testing_OT1D.ipynb b/notebooks/Testing_OT1D.ipynb index 4000284..8bcba64 100644 --- a/notebooks/Testing_OT1D.ipynb +++ b/notebooks/Testing_OT1D.ipynb @@ -34,8 +34,8 @@ "id": "aR9yXC1Poub4" }, "source": [ - "pip install pot\n", - "pip install ot1d" + "!pip install pot\n", + "!pip install ot1d" ], "execution_count": null, "outputs": [] @@ -457,4 +457,4 @@ ] } ] -} \ No newline at end of file +}