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
I've started up a trame app from the command line. I'd like to control the app from a jupyter notebook. I've tried doing this by instantiating the Client class and then connecting it to the server running on the command line using the web socket link. In a broad sense, this works, in that I can subsequently access the server's state in the jupyter notebook. However, the state available on the Client object is empty; it appears to not have been initialized/synced with the one for the app running on the command line. Why is the state not synced upon connecting the client to the server? If this non-syncing behavior is expected, how can I push a sync manually?
To Reproduce
Steps to reproduce the behavior:
Run the following in the terminal as a .py file (lightly modified from the example here:
Describe the bug
I've started up a trame app from the command line. I'd like to control the app from a jupyter notebook. I've tried doing this by instantiating the
Client
class and then connecting it to the server running on the command line using the web socket link. In a broad sense, this works, in that I can subsequently access the server's state in the jupyter notebook. However, the state available on theClient
object is empty; it appears to not have been initialized/synced with the one for the app running on the command line. Why is the state not synced upon connecting the client to the server? If this non-syncing behavior is expected, how can I push a sync manually?To Reproduce
Steps to reproduce the behavior:
Run the following in the terminal as a
.py
file (lightly modified from the example here:Then, in a jupyter notebook:
Platform:
trame v. 3.4.0 (trame-server v 3.2.3)
Device:
x Desktop
Mobile
OS:
Windows
x MacOS
Linux
Android
iOS
Browsers Affected:
x Chrome
Firefox
Microsoft Edge
Safari
Opera
Brave
IE 11
The text was updated successfully, but these errors were encountered: