You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to set the interactive tip option throws an error.
Stack trace:
TypeError: Cannot set property eventPhase of #<Event> which has only a getter
at SVGElement.dispatchEvent (file:///Users/username/Library/Caches/deno/npm/registry.npmjs.org/linkedom/0.16.8/esm/interface/event-target.js:72:22)
at Object.context.dispatchValue (file:///Users/username/Library/Caches/deno/npm/registry.npmjs.org/@observablehq/plot/0.6.13/src/plot.js:178:12)
at render (file:///Users/username/Library/Caches/deno/npm/registry.npmjs.org/@observablehq/plot/0.6.13/src/interactions/pointer.js:129:59)
at Tip.<anonymous> (file:///Users/username/Library/Caches/deno/npm/registry.npmjs.org/@observablehq/plot/0.6.13/src/interactions/pointer.js:182:14)
at Tip.render (file:///Users/username/Library/Caches/deno/npm/registry.npmjs.org/@observablehq/plot/0.6.13/src/mark.js:144:15)
at Module.plot (file:///Users/username/Library/Caches/deno/npm/registry.npmjs.org/@observablehq/plot/0.6.13/src/plot.js:287:25)
at <anonymous>:30:19
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How can I make an interactive plot in a Jupyter notebook with Deno kernel?
For example, using Observable Plot similar to the blog post Deno in 2023.
Trying to set the interactive
tip
option throws an error.deno 1.40.2
VSCode 1.86.2
VSCode Jupyter extension v2024.1.1
Beta Was this translation helpful? Give feedback.
All reactions