From 7da4e27195036fecbe4128119d7702cdb6cf5d10 Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Tue, 8 Aug 2023 15:31:16 -0700 Subject: [PATCH 1/3] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0b2795..7b709f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ISLP_labs -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/intro-stat-learning/ISLP_labs/HEAD) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/intro-stat-learning/ISLP_labs/v2) Up-to-date version of labs for ISLP. @@ -13,7 +13,7 @@ the results in this repo. 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/v2/requirements.txt; ``` The labs can now be run from this directory: From a3da65b0a6326b1db05e66391d319c93e72bf72a Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Tue, 8 Aug 2023 15:33:42 -0700 Subject: [PATCH 2/3] Ch2->Ch02 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b709f3..c8867b2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ The labs can now be run from this directory: ``` cd notebook; -jupyter lab Ch2-statlearning-lab.ipynb +jupyter lab Ch02-statlearning-lab.ipynb ``` From ba2f7b8adc4a0a516db49d9f49f29327ee16a991 Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Wed, 9 Aug 2023 01:51:53 -0700 Subject: [PATCH 3/3] update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c8867b2..a87293f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/v The labs can now be run from this directory: ``` -cd notebook; jupyter lab Ch02-statlearning-lab.ipynb ```