This package provides a display for figures, plots and tables. When you load the package, it will push a new display onto the Julia display stack and from then on it will display any value that can be rendered as png, svg, vega, vega-lite or plotly in an electron-based window. This is especially handy when one works on the REPL and wants plots or tables to show up in a nice window.
Features
- You can install the package via the normal Julia package manger
- Documentation available
- Examples available
- ElectronDisplay also exports a function electrondisplay
- You can use electrondisplay(x) to show x explicitly in ElectronDisplay (e.g., when another display has higher precedence)
- You can also use electrondisplay(mime, x) to specify a MIME to be used
