ihaskell-hvega-0.1.0.3: IHaskell display instance for hvega types.

Safe HaskellNone
LanguageHaskell2010

IHaskell.Display.Hvega

Contents

Orphan instances

IHaskellDisplay VegaLite #

Use Vega-Embed to include the Vega-Lite visualization in an IHaskell notebook.

There is currently no way to pass options to the vegaEmbed call.

Note that local file access is not guaranteed to work - e.g. dataFromUrl where the file name refers to a local file - since the JavaScript fs module may not be loaded.

Instance details

Methods

display :: VegaLite -> IO Display #