shinywidgets 0.2.3
- Widgets now
fill
inside of afillable
container by default. For examples, see the ipyleaflet, plotly, or other output examples. If this intelligent filling isn't desirable, either provide aheight
orfillable=False
onoutput_widget()
. (#115) as_widget()
uses the newaltair.JupyterChart()
to coercealtair.Chart()
into aipywidgets.widgets.Widget
instance. (#120)