Replies: 1 comment
-
|
In Jupyter you have have an implicit running tornado server provided by the Jupyter application, so you can interact between front and backend perspective instances directly via the If you wanted to e.g. subscribe to a websocket with a tornado client and push data into perspective, you would just want to call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to follow the instructions https://perspective.finos.org/docs/md/python.html about getting python working with perspective.
It says that PerspectiveWidget has same api as perspective-viewer js. I'm trying to make a PerspectiveWidget instance display data from a tornado websocket stream and it keeps saying i can't use a TableProxy, but then i don't know how to 'attach' the live data to the widget.
Is there any example of streaming data into the jupyter lab widget?
Thanks
P
Beta Was this translation helpful? Give feedback.
All reactions