We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6654d13 commit 4836409Copy full SHA for 4836409
README.md
@@ -19,7 +19,11 @@ In order to run the notebooks you will also need to have `imageio` and `zarr` in
19
20
### Install using pip
21
```
22
-pip install imageio zarr
+# other packages specifically used for this demo
23
+pip install "jupyterlab<4" imageio zarr
24
+
25
+# fastplotlib with notebook dependencies
26
+pip install "fastplotlib[notebook]"
27
28
29
# General `fastplotlib` API
0 commit comments