We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
idom_jupyter
1 parent be6b470 commit 35dcf47Copy full SHA for 35dcf47
README.md
@@ -64,11 +64,10 @@ Running this will serve our slideshow to `"https://localhost:8765/client/index.h
64
65
<img src='https://picsum.photos/800/300?random'/>
66
67
-You could even display the same thing in a Jupyter notebook!
+You can even display the same thing in a Jupyter Notebook, just use [`idom_jupyter`](https://github.com/idom-team/idom-jupyter):
68
69
```python
70
-from idom.widgets.jupyter import init_display
71
-display = init_display("127.0.0.1")
+from idom_jupyter import display
72
display(Slideshow)
73
```
74
0 commit comments