From 677599530e3b30dfc6d64fce40b9d647b818b7f2 Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Sun, 6 Aug 2023 16:52:54 -0700 Subject: [PATCH] updated README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe069c..633910b 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ To install the current version of the requirements run pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/main/requirements.txt; ``` -The labs can now be run from this directory: +The labs can now be run from the `notebooks` directory: ``` +cd notebook; jupyter lab Ch2-statlearning-lab.ipynb ```