amaurydar

Results 2 issues of amaurydar

Most of the things I tried with ipywidgets work well, but here I don't understand what's wrong. ``` /%python import ipywidgets as widgets from IPython.display import display out = widgets.Output()...

enhancement

Previously I was able to do ``` plotly.offline.plot(..., config={'showLink':False, 'displayModeBar':False}) ``` Is it possible using the new FigureWidget ?

enhancement