use uv run jupyter

This commit is contained in:
Jonathan Taylor
2026-02-02 17:33:41 -08:00
parent ff4b3c6176
commit 93fcff9b8e

View File

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