Skip to content

Commit e817b78

Browse files
committed
update description for how to display in jupyter
1 parent 571ae5e commit e817b78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/getting-started.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ connects to it will see a fresh view of the layout. If clients should see views
116116
common state you can use the ``SharedClientStateServer`` instead.
117117

118118
To display the layout we can navigate to http://localhost:8765/client/index.html or
119-
use ``idom.display()`` to show it in a Jupyter Notebook via a widget.
119+
use the dislay function returns by :func:`~idom.widgets.jupyter.init_display` to show it
120+
in a Jupyter Notebook via a widget. See the :ref:`Examples` section for more info on
121+
the ways to display your layouts.
120122

121123
.. Links
122124
.. =====

0 commit comments

Comments
 (0)