From 93fcff9b8ebf50f16336252eeb6241d94c6b402e Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Mon, 2 Feb 2026 17:33:41 -0800 Subject: [PATCH] use uv run jupyter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee4e12..70f570f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ uv pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_lab The labs can now be run via: ``` -jupyter lab Ch02-statlearn-lab.ipynb +uv run jupyter lab Ch02-statlearn-lab.ipynb ```