I am taking a course on machine learning, I am totally new to this field and I am facing an error which I do not know how to fix. I'm trying to get this piece of code to work on windows but I have this error appearing
>>import pandas as pd
>>import numpy as np
>>import matplotlib.pyplot as plt
>>plt.plot()
Error: "The kernel appears to have died. It will restart automatically."
Anybody can help ?