You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before update, I can save the figure without seeing it in jupyter notebook cell with code "plt.close()". This function is good for me working with big size notebook to write a analysis report. But, after update, this function is not working.
So I asked raphaelquast "Can I save the figure without seeing it in the cell ?"
He give me the solution using %%capture. This was a good solution.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Before update, I can save the figure without seeing it in jupyter notebook cell with code "plt.close()". This function is good for me working with big size notebook to write a analysis report. But, after update, this function is not working.
So I asked raphaelquast "Can I save the figure without seeing it in the cell ?"
He give me the solution using %%capture. This was a good solution.
Beta Was this translation helpful? Give feedback.
All reactions