bshinnebarger

Results 1 comments of bshinnebarger

I've had the same issue switching from jupyter to jupyter lab and going from %matplotlib inline or notebook to %matplotlib widget. For me, I just do: plt.close('chart_name') plt.figure('chart_name') plt.plot([1,2,3]) Then...