from IPython import display plt.plot(data) display.clear_output(wait=True) display.display(plt.gcf())