The thing preventing me from switching to cloud9 is the lack of support for matplotlib since graphing things are very important to my work.
I have tried installing matplotlib but there seems to be some problems with pygtk even though it appears to be installed. Is it even possible for an online ide to interact with gtk windows on my local computer? Perhaps the graphs could be generated remotely and saved to my directory?
It would be great if anyone had successfully managed this could show me how?
You can change the backend with
import matplotlib
matplotlib.use('Agg')
and then save the figure using figure.savefig('filename')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With