We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814ab8b commit 64f3aedCopy full SHA for 64f3aed
README.md
@@ -64,10 +64,3 @@ Running this will serve our slideshow to `"https://localhost:8765/client/index.h
64
<img src='https://picsum.photos/800/300?random'/>
65
66
You can even display the same thing in a Jupyter Notebook, just use [`idom_jupyter`](https://github.com/idom-team/idom-jupyter):
67
-
68
-```python
69
-import idom_jupyter
70
-idom_jupyter.run(Slideshow)
71
-```
72
73
-Every click will then cause the image to change (it won't here of course).
0 commit comments