From 73764147ea7dd44f3ea6f2ee96acb763b0573d06 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 1 Dec 2025 18:59:04 -0700 Subject: [PATCH] fix: Instruct users to run from 'lab' environment * To run notebooks using Jupyter Lab users should install from and run in the 'lab' environment which extends the default environment with all the core dependencies to include 'notebook' and 'jupyterlab'. --- book/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/introduction.md b/book/introduction.md index 8740f7a..747b02c 100644 --- a/book/introduction.md +++ b/book/introduction.md @@ -167,13 +167,13 @@ To get all the dependencies needed for this tutorial first clone the repository then simply run ``` -pixi install +pixi install --environment lab ``` or to also start running the example notebooks run ``` -pixi run start +pixi run --environment lab lab ``` #### Using `pip`