From d029720888de0b4f292de97a14e05fb88e6561ef Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Tue, 11 Jul 2023 13:06:56 -0500 Subject: [PATCH] remove ipdb Signed-off-by: Niels Bantilan --- scipy-2023/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy-2023/README.md b/scipy-2023/README.md index 0da52b7..14f6ccd 100644 --- a/scipy-2023/README.md +++ b/scipy-2023/README.md @@ -119,7 +119,7 @@ Install dependencies: ```bash pip install -r requirements.txt flytekitplugins-envd -pip install jupyter ipdb +pip install jupyter ``` Test the virtual environment with: