I am trying to use Qt as matplotlib backend. i have checked it both on kaggle and google colab, but problem is same.
When i write
%matplotlib qt5
i got following error
ImportError: Cannot load backend 'Qt5Agg' which requires the 'qt5' interactive framework, as 'headless' is currently running
When i print default backend, its already Qt5Agg
import matplotlib
print(matplotlib.get_backend())