Replies: 4 comments 6 replies
-
Hi thanks for posting! Jupyter lab is the most reliable way to use j jupyter-rfb as we mention in our FAQ: https://www.fastplotlib.org/user_guide/faq.html#what-frameworks-does-fastplotlib-support What do you specifically get, do you get any error message? Can you post a screenshot. @FlynnOConnell has the most experience using fastplotlib in vscode, he might be able to offer a few tips In the long term there are plans to have more general browser support that isn't tied to jupyter: pygfx/rendercanvas#40 |
Beta Was this translation helpful? Give feedback.
-
hi @wolterlw! imo, jupyter notebooks are very inconsistent and buggy places to make visualizations. Even Jupyter lab will sometimes just decide that I'm no longer allowed to scroll with my scrollbar. I've been having a very pleasant experience having fastplotlib open in a qt or glfw window by throwing in a: %gui qt before importing fastplotlib. |
Beta Was this translation helpful? Give feedback.
-
I've found the bugginess of jupyterlab varies between versions, 4.2.5 has been working well for me for a while |
Beta Was this translation helpful? Give feedback.
-
Also the jupyter-rfb repo is a better place to post questions specific to this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried running the tutorial ipynb file in Visual Studio code, got the config panel with a valid device selected, but as I was trying to display an image - no figure showed up.
I've tried it both on my local machine and a remote server I use via ssh.
I did not see any mentions of VSCode in the documentation, it's a popular editor so I figure it would be right to have this answered in the Q&A
Thank you for the good work, looking forward to using this lib for SLAM visualizations.
Beta Was this translation helpful? Give feedback.
All reactions