Skip to content

Commit

Permalink
added note
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahpetty committed Nov 29, 2023
1 parent 68b63b2 commit f64d883
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/client/docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ Subscribe to a ticking table
The `pydeephaven_ticking` package can be used to subscribe to ticking tables. This is useful for getting asynchronous callbacks when
they change. The package maintains a complete local copy of the table and notifies callers when the table changes.

Note that `pydeephaven_ticking` must be built before running this example; find build instructions <ahref='https://github.com/deephaven/deephaven-core/blob/3d8f9e210b00259aaa1980d72ed5763699b821bd/py/client-ticking/README.md'>here</a>

The listener can be specified either as a python function or as an implementation of the TableListener abstract base class. In the
case of implementing
:py:class:`TableListener <pydeephaven.ticking.TableListener>`
Expand Down

0 comments on commit f64d883

Please sign in to comment.