How to fix error: 'TypeError: Cannot read properties of undefined (reading 'Config')' while using the graphing module?

Richard Vetticad 20 Reputation points
2024-05-23T01:08:16.47+00:00

Hi,

Whenever I have to use the graphing module across any modules involved in the data science steram of the MSA program, I always encounter the error: "TypeError: Cannot read properties of undefined (reading 'Config')". For simple plotting i do a workaround using matplotlib and seaborn but for complex plots like 3D plots I'm unable to proceed with the learning tasks due to the error.

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,229 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Saad Hussain 0 Reputation points
    2024-06-22T05:05:39.6+00:00

    Graphing Module:
    Well, i was also facing the same issue when working with graphing module
    I searched the whole web but I didn't find its solution.

    but then I tried something different and it actually WORKS!!

    first, download the notebook in .ipynb format

    then open colab.google and open that notebook there
    and BOOM, now you will not get any errors related to graphing module

    0 comments No comments