Hi~
I’m a beginner in programming world, and sorry for not reading enough posts and ask question directly. I often use jupyter lab and use simple functions to plot formal engineering diagram and that’s all.
My question is :
I usually import some library in the first row, import data in the second row and the plotting code in another row.
Whenever I modified the plotting code, I can’t just compile the plotting code and get the new plot. However, I need to restart kernel, and re-compile all the import codes and plotting codes and then can get new plot.
This issue drives me crazy, can someone help me with that? Please!!