From 4ddd912b1c8e09ebeeafdced31d1f7200a384f83 Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Wed, 2 Apr 2025 21:06:18 -0700 Subject: [PATCH] fixing filename in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 335aa2e..0297056 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/v The labs can now be run from this directory: ``` -jupyter lab Ch02-statlearning-lab.ipynb +jupyter lab Ch02-statlearn-lab.ipynb ```