German
German
@tkoyama010 thank you for your comments. The unit tests will be added, for sure. Regarding using alternative glyphs, you can use the parameter ``face`` in the ``add_legend`` method. This parameter...
Hi Is it possible to re-open the report when it has been closed (for example after use ctrl+F)? I would like to follow the warnings, but I need to keep...
Using `'static'` does work though, but I would like to have interactive plots.
@MatthewFlamm ... If I use jupyterlab to plot, it does work. As you do, it works for me. the issue is when I use VSCode for open the jupyter notebook...
It seems the plots do not work in this notebook too using Collab button: https://tutorial.pyvista.org/tutorial/00_jupyter/jupyter.html
I cannot make it work... I am doing: ```jupyter %env PYVISTA_TRAME_SERVER_PROXY_PREFIX="https://sturdy-garbanzo-gxw6pgvxvpqfvg4w.github.dev/proxy/" import pyvista as pv pv.set_jupyter_backend('trame') pv.global_theme.notebook = True pv.start_xvfb() # To set xvfb display buffer sphere = pv.Sphere() #...
So I guess that's the case for Codespaces too?
> Codespaces should support the websocket connection. I'll see if I can find some free time to spin up codespaces and make some notes on how to get this to...
I think this would be very useful when working on CICD.