7 ms·
This is exactly why we use jupyter-rfb, I often have large datasets on a remote cluster computer and we perform remote rendering. see: https://fastplotlib.org/
by kushalkolar 2y ago
This is exactly why we use jupyter-rfb, I often have large datasets on a remote cluster computer and we perform remote rendering.
see: https://fastplotlib.org/ver/dev/user_guide/faq.html#what-frameworks-does-fastplotlib-support https://fastplotlib.org/ver/dev/user_guide/faq.html#what-fra...
- aplzr 2y agoI'm in the same boat as the person you replied to, but have zero experience with remote plotting other that doing static plots in in a remote session in the interactive window provided by VS Code's python extension. Would this also work there, or would I have to start using jupyter notebooks?
- kushalkolar 2y agonon-jupyter notebook implementations have their quirks, eventually we hope to make a more universal jupyter-rfb kind of library, perhaps using anywidget. Anywidget is awesome: https://github.com/manzt/anywidget https://github.com/manzt/anywidget People have used fastplotlib and jupyter-rfb in vscode, but it can be troublesome and we don't currently have the resources to figure out exactly why.
- aplzr 2y agoAlright, thanks. I don't particularly like notebook, but this might a reason to give it another go.