Faced problems when using a jupyter notebook and tried to do a simple plot using matplotlib.
Hit many errors,
ImportError: Failed to import any qt binding
Also tried installing some libraries in my WSL Ubuntu Linux
sudo apt-get install libgl1-mesa-glx
But didn't solve the problem:
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
After installing other packages I only got from Jupyter a message Kernel is dead.
How to solve issue?