From c873748181d638ead921723a17364a01e69a6350 Mon Sep 17 00:00:00 2001 From: Darren Kavanagh Date: Tue, 28 Jan 2020 15:10:35 -0800 Subject: [PATCH] Install jupyterlab instead of jupyter --- Python/py_jupyter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/py_jupyter.sh b/Python/py_jupyter.sh index 74491f9..67a7d81 100755 --- a/Python/py_jupyter.sh +++ b/Python/py_jupyter.sh @@ -3,7 +3,7 @@ # Summary: Setup Jupyter environment # -pip3 install jupyter +pip3 install jupyterlab brew install freetype pip3 install matplotlib pip3 install pandas