Cannot use ```%matplotlib qt``` in Jupyter notebook in Azure Machine Learning

Lu 66 Reputation points
2021-07-21T17:00:10.05+00:00

I am asking this question again, because I haven't got any update for my previous question, even though I have made new comments 20 days ago to describe my issue. The question can be found here.

To summarize:
After restarting the kernel, I run the following suggested solution
import matplotlib
matplotlib.use('Qt5Agg')
import matplotlib.pyplot as plt
, and still got the same error:

   ImportError: Cannot load backend 'Qt5Agg' which requires the 'qt5' interactive framework, as 'headless' is currently running  

Can someone please help me to solve this problem? It is really important for me to use interactive plots.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,563 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 46,566 Reputation points
    2021-07-26T17:18:37.453+00:00

    We redirected this issue to support team. @Lu Please let me know if you have any block during that process.

    Regards,
    Yutong

    0 comments No comments