We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7f4b3 commit 571ae5eCopy full SHA for 571ae5e
README.md
@@ -61,7 +61,9 @@ Running this will serve our slideshow to `"https://localhost:8765/client/index.h
61
You could even display the same thing in a Jupyter notebook!
62
63
```python
64
-idom.display("jupyter", "https://localhost:8765/stream")
+from idom.widgets.jupyter import init_display
65
+display = init_display("127.0.0.1")
66
+display(Slideshow)
67
```
68
69
Every click will then cause the image to change (it won't here of course).
0 commit comments