Closed brentp closed 5 years ago
see e.g.: https://github.com/numforge/monocle/blob/master/src/monocle/viz.nim from @mratsim that uses https://github.com/oskca/webview
this could be either via when defined(webview) or another mechanism currently unknown to me.
when defined(webview)
Heh, good thing you add this as an issue. After I saw @mratsim using webview in monocle, I played around with it in plotly. Hacked it in and it works well.
I'll try to implement that cleanly soon and create a PR.
see e.g.: https://github.com/numforge/monocle/blob/master/src/monocle/viz.nim from @mratsim that uses https://github.com/oskca/webview
this could be either via
when defined(webview)
or another mechanism currently unknown to me.