updated README

This commit is contained in:
Jonathan Taylor
2023-08-06 16:52:54 -07:00
parent d1f6e4fb79
commit 677599530e

View File

@@ -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; 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 jupyter lab Ch2-statlearning-lab.ipynb
``` ```