1

My Jupyter Notebook cannot even draw a simple plot anymore.
Until yesterday, it could plot all kinds of plots of matplotlib and seaborn.
It is not a memory error because there are 1.6 GB available.
Also, I updated jupyter, matplotlib and seaborn.

Dead Kernel

Hastur
  • 18,764
  • 9
  • 52
  • 95
  • Welcome on SuperUser. Is also Python updated [a died kernel error suggests me to check it]? Did you reboot the machine? What does it happens if you try something on the browser version? You can answer this little questions [edit]ing your post. In case you solved by yourself you can add the answer below. – Hastur Feb 22 '19 at 10:24

2 Answers2

1

I had the same problem--fixed it with conda install nomkl.

Dan Dillon
  • 11
  • 1
0

I reinstalled Anaconda, that's how the issue was solved but that was like surgery after 3 years of using jupyter.