Reputation: 486
Hi I am using jupyter notebook and every time I plot I am getting all the matplolib inline executions as per below. The graph appears at the bottom. But I would like to get only the graph as I would like to use it for presenting.
I tried the below
%matplotlib inline
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"
Upvotes: 1
Views: 122