Skip to content Skip to sidebar Skip to footer

Spyder 4 Is Not Displaying Plots And Displays Message Like This 'uncheck "mute Inline Plotting" Under The Plots Pane Options Menu.'

I wrote this code. It should display the plots in spyder ide. import pandas as pd import numpy as np import matplotlib.pyplot as plt from IPython.display import display from sklea

Solution 1:

What you have is neither an error nor a warning. It's an instruction. You can find the options following:

enter image description here

Ignore the console outputs, that's just to give you orientation in Spyder 4.0.1.

Post a Comment for "Spyder 4 Is Not Displaying Plots And Displays Message Like This 'uncheck "mute Inline Plotting" Under The Plots Pane Options Menu.'"