cjdoris / Bokeh.jl

Interactive plotting made easy
https://cjdoris.github.io/Bokeh.jl
Other
77 stars 3 forks source link

[TODO] Separate BokehBrowser package #10

Closed cjdoris closed 2 years ago

cjdoris commented 2 years ago

For consistency with other backends, move the browser plotting stuff to a separate package?

Then unify the backend APIs to something like

BokehBrowser.Display(; kw...)
BokehBrowser.activate!(activate=true; kw...) = pushdisplay(Display(; kw...))
BokehBrowser.__init__() = activate!()