0
votes

Since today my plots are not appearing on my jupyter notebook (using Python 3.6). When adding plt.show() the plot appears but in a separate tab.

How can I make the plot appear directly inline ?

1

1 Answers

0
votes

Adding the following worked for me

%matplotlib inline