From e817b78dc5f8ac69224d65812507b57223556a93 Mon Sep 17 00:00:00 2001 From: rmorshea Date: Thu, 3 Sep 2020 00:24:16 -0700 Subject: [PATCH] update description for how to display in jupyter --- docs/source/getting-started.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index 2729d060b..016abcea8 100644 --- a/docs/source/getting-started.rst +++ b/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 common state you can use the ``SharedClientStateServer`` instead. To display the layout we can navigate to http://localhost:8765/client/index.html or -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 +in a Jupyter Notebook via a widget. See the :ref:`Examples` section for more info on +the ways to display your layouts. .. Links .. =====