-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to perform spateo interactive visualization on my Linux Server? #278
Comments
Hi @uush99, thanks for raising this issue. Since Spateo's visualization is built on PyVista, and PyVista doesn't support performing interactive operations on a remote server (although it does support interactive visualization), we currently can't perform operations like On the server side:
Then, transfer the saved
If you feel that a single pass isn't sufficient, you can run the clipping multiple times: After obtaining satisfactory results, save the clipped point cloud model and transfer it back to the server: On the server, you can load the clipped point cloud model: You can also use the clipped indices to subset your AnnData object: I hope this helps! |
Thanks for your answer for my question, I think this method will work. Thank you again! |
Dears,
Thank you very much for your wondeful work. At present, I also have a question, How to perform spateo interactive visualization on my Linux Server?
I have configed conda environment for spateo on my server. When I run the following code, it will shut my running and can't show the interactive visualization photo, if can't show the interactive visualization on my sever, it will be difficult for my work, so I want to know, what should I do for my linux server so that I could show the Pyvista console?
#The following is runned on my windows.
embryo_pc = st.tdr.interactive_rectangle_clip(model=embryo_pc, key="tissue", invert=True)[0]
Looking forward to your reply !
The text was updated successfully, but these errors were encountered: