I'm using plotly offline with ipywidgets and can't figure it out why the code below is not working: op=widgets.Output() with op: iplot([{"x": [1,2,3],"y": ...
確定! 回上一頁