File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,11 @@ While it's possible to implement a whole-sale replacement for IDOM's built-in cl
113113adhering to IDOM's :ref: `API <Package API >` and :ref: `Specifications `, the easiest way
114114to implement a custom client is to create an object that adheres to the
115115:class: `~idom.client.protocol.ClientImplementation ` protocol and update the ``current ``
116- value of the :attr: `~idom.client.protocol.client_implementation ` ref.
116+ value of the :attr: `~idom.client.protocol.client_implementation ` ref. An example of
117+ such an implementation can be seen in
118+ `IDOM's Jupyter Widgets <https://github.com/idom-team/idom-jupyter >`__.
119+
120+ The following describes the client implementation interface:
117121
118122.. autoclass :: idom.client.protocol.ClientImplementation
119123 :noindex:
You can’t perform that action at this time.
0 commit comments