We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571ae5e commit e817b78Copy full SHA for e817b78
docs/source/getting-started.rst
@@ -116,7 +116,9 @@ connects to it will see a fresh view of the layout. If clients should see views
116
common state you can use the ``SharedClientStateServer`` instead.
117
118
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.
+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.
122
123
.. Links
124
.. =====
0 commit comments