I am using jupyter and jupyter lab to analyze data.
In case of showing graph, I want to show all of graph in the last cell.
But jupyter and jupyter lab show graph right after setting plot code like
plt.scatter(regdata[0],regdata[1])
What I want to do is setting plots in above different cells and showing in the last cell.