Getting ipython notebook to plot inline

2012-10-09 Thread Frank Franklin
I've just managed to install ipython and get it to run by typing ipython notebook --pylab=inline Now I'm getting the following error when I try to plot something in ipython notebook: AttributeError: 'module' object has no attribute 'FigureCanvas' I've tried using imports to make this work:

Re: Getting ipython notebook to plot inline [updated]

2012-10-11 Thread Frank Franklin
plotting. Any help on this would be appreciated -- at this point I'm banging my head against the wall and solution doesn't seem to have surfaced through googling. On Tuesday, October 9, 2012 2:02:17 PM UTC-4, Frank Franklin wrote: I've just managed to install ipython and get it to run by typing