Commit cf5f2b8
committed
Fix Deno display_data to use broadcast API
The Deno.jupyter.html tagged template doesn't emit display_data messages.
Use Deno.jupyter.broadcast("display_data", ...) which is proven to work.
Also clarify evcxr requires trait impl for display_data.1 parent 87ccfaa commit cf5f2b8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments