You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: do not download the version that is currently on PYPI (i.e. don't just do `pip install fastplotlib`, it is outdated (we're waiting for the next release of `pygfx`)
58
58
59
+
**Installing `simplejpeg` is recommended for faster plotting in notebooks using rfb. You will need C compilers setup on your computer to install it:**
60
+
61
+
```bash
62
+
pip install simplejpeg
63
+
```
64
+
59
65
Clone or download the repo to try the examples
60
66
61
67
```bash
@@ -87,7 +93,7 @@ jupyter lab
87
93
For more information see: https://github.com/pygfx/wgpu-py#platform-requirements
88
94
89
95
### Windows:
90
-
Apparently Vulkan should be installed by default on Windows 11.
96
+
Vulkan should be installed by default on Windows 11.
0 commit comments