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
Get the main app to stream some data for a little while building the site, the objective being to run some more code so the notebook is more tested on the infrastructure, and possibly replace the existing screenshot by the real app. See Streaming Timeseries example #469 (comment)
The app has a notebook flag to declare whether it should be displayed in a template or not:
The app uses two variables, layout and template, that it returns conditionally in __panel__(). In theory it could just have one (e.g. view) but apparently something odd was going on and needed more investigation, see Streaming Timeseries example #469 (comment)
"Return to Stream Follow" needs to be investigated, as it's not working with the current implementation. It should be that "Zooming or panning temporarily pauses the viewport’s displayed range; clicking ‘reset’ restores the viewport range to follow the latest stream updates."
Use of pn.io.unlocked could use the some eyes from a senior engineer
The example had to be merged quite quickly without having enough time to add a few improvements listed in the review:
For future extensions to this example (not this PR):
Originally posted by @droumis in #469 (comment)
The text was updated successfully, but these errors were encountered: