Skip to content

Commit cd9aae3

Browse files
fix: Instruct users to run from 'lab' environment (#114)
* 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'.
1 parent caafa57 commit cd9aae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ To get all the dependencies needed for this tutorial first clone the repository
167167
then simply run
168168

169169
```
170-
pixi install
170+
pixi install --environment lab
171171
```
172172

173173
or to also start running the example notebooks run
174174

175175
```
176-
pixi run start
176+
pixi run --environment lab lab
177177
```
178178

179179
#### Using `pip`

0 commit comments

Comments
 (0)