[IPython-dev] container Javascript object not available

TARUN GABA tarun.gaba7 at gmail.com
Sun Jul 14 03:25:17 EDT 2013


Hi,
I am trying to render some webgls in IPython notebook,
My code is on these lines ..

function Canvas(arg) { this.initialize = function() { container.show();
..... }}

then I call
var new_canvas = new Canvas(arg);
new_canvas.initialize();

I get this error ..
ReferenceError: container is not defined

Any Ideas what might be wrong.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130714/eaa50efb/attachment.html>


More information about the IPython-dev mailing list