Problème : matplotlib is currently using a non-GUI backend
Bonjour,
J'ai un soucis avec Jupyter pouvez-vous m'aider?
Lorsque j'utilise les consoles JupyterLab ou qtplot je ne peux pas tracer de figure le message d'erreur est :
Code:
1 2 3
|
" UserWarning: matplotlib is currently using a non-GUI backend, so cannot show the figure
"matplotlib is currently using a non-GUI backend, " |
Le début de mon code est celui-ci
Code:
1 2 3 4
| import numpy as np
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt |
Merci :)