You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't have tools to support that right now. Pywwt can control one of (1) an instance of WWT in Jupyter, (2) a WWT Qt widget, or (3) a running Windows app.
The "WWT in Jupyter" instance is a web application, so, depending on your needs, you could build a web application based on Jupyter with scripting built using pywwt. This is very roughly the approach taken by the Cosmic Data Stories project.
In principle, a web server running Python code (Tornado, Django, etc.) could have a special pywwt mode that exchanged messages with a web frontend to control a WWT instance from the server side. I believe this is more or less what you're hoping to do; it's at least been requested before. I believe that this would be possible to implement, and possibly even not that difficult for someone with the right expertise. But it would certainly require a fair amount of new code to be written.
I want to build a web side but his actual operation is controlled by pywwt
The text was updated successfully, but these errors were encountered: