ipython-vimception icon indicating copy to clipboard operation
ipython-vimception copied to clipboard

ReferenceError: Cell is not defined

Open lukepfister opened this issue 10 years ago • 4 comments

After performing %load_ext vimception I get the following error:

Javascript error adding output! ReferenceError: Cell is not defined See your browser Javascript console for more details. Javascript error adding output! ReferenceError: Cell is not defined See your browser Javascript console for more details.

vimception appears to work, but I lose all syntax highlighting.

I've tested this on Ubuntu 14.04 with Chromium version 34.0.1847.116.

lukepfister avatar Jul 28 '14 15:07 lukepfister

This is awesome. I've the same issues as above - same error and all syntax highlighting goes. Ubuntu 14.04 with Chromium.

djhume avatar Jul 29 '14 02:07 djhume

It looks like the syntax highlighting issue is realated to issue #7. Toggling the cell between 'code' and 'markdown' or some other format will restore syntax highlighting to that cell.

lukepfister avatar Jul 29 '14 13:07 lukepfister

Still experienced this issue on Ubuntu 15.04 with google-chrome-stable 43.0.2357.65-1. Any suggestion where to look at?

rueycheng avatar May 22 '15 04:05 rueycheng

Same here on OS X 10.10 with Firefox 43.0.4. Issue #7 did not point me far enough to fix the issue.

I checked my browsers console as I reloaded and got this error.

accessingCellis deprecated. Userequire("notebook/js/cell").Cell``

CameronTStark avatar Feb 09 '16 21:02 CameronTStark