Skip to content

Commit 35dcf47

Browse files
authoredSep 23, 2020
Update to refer to idom_jupyter
1 parent be6b470 commit 35dcf47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ Running this will serve our slideshow to `"https://localhost:8765/client/index.h
6464

6565
<img src='https://picsum.photos/800/300?random'/>
6666

67-
You could even display the same thing in a Jupyter notebook!
67+
You can even display the same thing in a Jupyter Notebook, just use [`idom_jupyter`](https://github.com/idom-team/idom-jupyter):
6868

6969
```python
70-
from idom.widgets.jupyter import init_display
71-
display = init_display("127.0.0.1")
70+
from idom_jupyter import display
7271
display(Slideshow)
7372
```
7473

0 commit comments

Comments
 (0)
Please sign in to comment.