I can import mplh5canvas and everything works. I get a url where my plots are located.
But I can't ever get that url to load in a browser. I've tried several approaches -- uploading a script, using interpreter, using IPython, ...
Any insight greatly appreciated. I've included an IPython session below:
Python 2.7.3 (default, Oct 4 2012, 11:28:36)
IPython 0.13 -- An enhanced Interactive Python.
In [1]: import matplotlib
In [2]: import mplh5canvas
In [3]: matplotlib.use('module://mplh5canvas.backend_h5canvas')
In [4]: from pylab import *
Management interface active. Browse to http://10.124.249.231:9000 to view plots.
In [5]: x = arange(-2,2,0.01)
In [6]: plot(x,x**2)
Out[6]: [<matplotlib.lines.Line2D at 0x2895d10>]
In [7]: show()
Showing figures. Hit Ctrl-C to finish script and close figures...
Upon entering the url in a browser window...
Oops! Google Chrome could not connect to 10.124.249.231:9000