Skip to content

Commit de5b043

Browse files
authored
use idom_jupyter.run instead of display
1 parent a9e4f29 commit de5b043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Once activated try clicking the displayed image to make it change 🖱️
4848
4949
pip install idom-jupyter
5050
51-
Then simply
51+
And replacing ``idom.run`` with ``idom_jupyter.run``:
5252

5353
.. code-block::
5454
5555
import idom_jupyter
56-
idom_jupyter.display(Slideshow)
56+
idom_jupyter.run(Slideshow)
5757
5858
Try it out on Binder now: |launch-binder|
5959

0 commit comments

Comments
 (0)