Form Element¶
HTML elements that are binded to python through javascript remote function calls
-
rpcjs.binded.streaming_iterator(id: str, name: str, callback, delay=1)[source]¶ Parameters: - id: str
DOM id of the plot
- name: str
Name of the dataset the data is appended to
- callback: Callable
Function that returns an iterator with the data to append
- delay: int
Sleep time in second before sending data to the browser
Notes
Only on update thread can exist at any given time. If a new thread is spawn the old one will exit.