[IPython-dev] Notebook doesn't load in Chrome

Dave Hirschfeld dave.hirschfeld at gmail.com
Thu Apr 25 07:46:42 EDT 2013


Dave Hirschfeld <dave.hirschfeld <at> gmail.com> writes:

> 
> 
> ...I don't see any cells for either new or existing notebooks and in 
either 
> the insert cell command does nothing.
> 
> Inspecting the code it seems I get an uncaught TypeError: Object [object 
> Object] has no method 'mergeopt' on line 75 of codecell.js
> 
> 75: options = this.mergeopt(CodeCell, options, 
> {cm_config:cm_overwrite_options});
> 
> It seems to work fine in FireFox though.
> 
> Is anyone else seeing this?
> 
> Thanks,
> Dave
> 

When the notebook first loads it initially throws the same error on line 46 
of textcell.js

46: options = this.mergeopt(TextCell,options,
{cm_config:cm_overwrite_options});#


HTH,
Dave




More information about the IPython-dev mailing list