简体   繁体   中英

Error : "The kernel appears to have died. It will restart automatically."

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."

You can just use py script instead of jupyter but if you wanna use jupyter try either reinstalling numpy or update.

pip install -U numpy

it happened to me once and this solved it

I just had the same error message appear while using Jupyter notebook. Based on what I read, I think it's suggested to reinstall pandas, NumPy and matplotlib (other libraries if necessary) and see if that works.

I had several other issues, so I reinstalled the Anaconda navigator.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM