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 ```