Skip to content

Commit 4ca6809

Browse files
committed
update how to use idom_jupyter in docs
1 parent 571d753 commit 4ca6809

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ Once activated try clicking the displayed image to make it change 🖱️
5252
5353
pip install idom-jupyter
5454
55-
And replacing ``idom.run`` with ``idom_jupyter.run``:
55+
Then just import ``idom_jupyter`` at the top of your notebook and your components
56+
will magically turn into widgets:
5657

5758
.. code-block::
5859
5960
import idom_jupyter
60-
idom_jupyter.run(Slideshow)
61+
Slideshow()
6162
6263
Try it out on Binder now: |launch-binder|
6364

0 commit comments

Comments
 (0)