Iplot is wider then jupyter notebook's column

Hello, when I display the plot it is wider than the notebook. Is there a way to set the maximum width of a plot?

trace = go.Pie(labels=labels, values=content_values, hoverinfo='label+percent', textinfo='value', title='Categories by Amount of Content')
py.iplot([trace], filename='category_pie_chart')

Thanks for the help.

52%20PM

Ended up to reboot computer anyway which solved to problem.

1 Like