From 89b526940f3ca0a837ffb10224a679a2749280b4 Mon Sep 17 00:00:00 2001 From: Mary Chester-Kadwell Date: Wed, 23 Mar 2022 11:51:44 +0000 Subject: [PATCH] Add simple `install jupyter` line to README (because it's easier than asking beginners to uncomment the line in requirements.txt) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 01d1690..81ae9ea 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,10 @@ Then install all the dependencies by typing: `pip install -r requirements.txt` +Then: + +`pip install jupyter` + This should initiate a big list of downloads and will take a while to finish. Please be patient. Finally, to launch the Jupyter notebook server type: