In the latest version (0.3.3) a fig.canvas does not display correctly in ipywidgets.Tab. Notional example:
tab = widgets.Tab()
tab.children = [fig1.canvas, fig2.canvas]
tab
The figures appear in both tabs. Not expected and this used to work in previous version (0.2.1). Please also see picture.
