6 ms·
Fastplotlib definitely works in Jupyterlab through jupyter-rfb https://github.com/vispy/jupyter_rfb https://github.com/vispy/jupyter_rfb I believe the perform
by ivoflipse 2y ago
Fastplotlib definitely works in Jupyterlab through jupyter-rfb
https://github.com/vispy/jupyter_rfb https://github.com/vispy/jupyter_rfb
I believe the performance is pretty decent, especially if you run the kernel locally
Their docs also cover this as mentioned by @clewis7 below: https://www.fastplotlib.org/ver/dev/user_guide/faq.html#what-frameworks-does-fastplotlib-support https://www.fastplotlib.org/ver/dev/user_guide/faq.html#what...
- clewis7 2y agoThanks Ivo!
- kushalkolar 2y agoThanks Ivo! Just to add on, colab is weird and not performant, this PR outlines our attempts to get jupyter-rfb working on colab: https://github.com/vispy/jupyter_rfb/pull/77 https://github.com/vispy/jupyter_rfb/pull/77
- crazygringo 2y agoThanks. Yeah I've been baffled as to why just interactive Matplotlib with a Colab kernel is so slow. The Colab CPU is fast (enough), the network is fast, I haven't been able to figure out where the bottleneck is either.
- kushalkolar 2y agoI just remembered, I think there is something weird with Google's servers or the network because performance was very poor even with a custom Google Cloud instance running jupyterlab, see this: https://github.com/vispy/jupyter_rfb/issues/95#issuecomment-2162385620 https://github.com/vispy/jupyter_rfb/issues/95#issuecomment-...
- paddy_m 2y agoIs google colab slower than an equivalently powerful kernel running on a remote jupyter kernel? Are you running into network problems, or is it something specific to colab?
- kushalkolar 2y agoI just commented above, see this: https://github.com/vispy/jupyter_rfb/issues/95#issuecomment-2162385620 https://github.com/vispy/jupyter_rfb/issues/95#issuecomment-...