Can I use a matplotlib module?
goormIDE is a display-less environment, you cannot see the output using the matplotlib module.
If you know how to use Jupyter Notebook,
there is a way to execute it through goormIDE's Jupyter Notebook stack.
After import matplotlib, add code "% matplotlib inline" to use the matplotlib module
in the Jupyter Notebook environment.
Last modified 1yr ago