We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571d753 commit 4ca6809Copy full SHA for 4ca6809
docs/source/index.rst
@@ -52,12 +52,13 @@ Once activated try clicking the displayed image to make it change 🖱️
52
53
pip install idom-jupyter
54
55
- And replacing ``idom.run`` with ``idom_jupyter.run``:
+ Then just import ``idom_jupyter`` at the top of your notebook and your components
56
+ will magically turn into widgets:
57
58
.. code-block::
59
60
import idom_jupyter
- idom_jupyter.run(Slideshow)
61
+ Slideshow()
62
63
Try it out on Binder now: |launch-binder|
64
0 commit comments