Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel keeps dying #403

Open
jagja opened this issue Jul 31, 2022 · 2 comments
Open

kernel keeps dying #403

jagja opened this issue Jul 31, 2022 · 2 comments

Comments

@jagja
Copy link

jagja commented Jul 31, 2022

trying to run the jupyter notebook, the kernel dies usually when matplotlib functions are called.
have tried several suggested workarounds, issue remains.

@jhmao697
Copy link

is your memory enough. I have same problem while dealing with big data model.

@Siddharth-Latthe-07
Copy link

possible soultions for the above issue:-

  1. Check Matplotlib Backend:-
    Certain backends of matplotlib can sometimes cause issues
    sample snippet:-
import matplotlib
matplotlib.use('agg')  # Or try 'TkAgg', 'Qt5Agg', etc.

import matplotlib.pyplot as plt
  1. update the version of the dependencies and also check the memory usage
  2. Also might try running it different env
  3. If the above doesn't work, try installing it again

Hope this helps
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants