-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with IPython version 3.0.0 #19
Comments
Javascript error adding output! ReferenceError: Cell is not defined {stack: (...), message: "Cell is not defined"}message: "Cell is not defined"stack: "ReferenceError: Cell is not defined↵ at eval (eval at (http://localhost:8888/static/notebook/js/outputarea.js?v=20150311185300:623:18), :374:5)↵ at append_javascript (http://localhost:8888/static/notebook/js/outputarea.js?v=20150311185300:623:13)↵ at OutputArea.append_mime_type (http://localhost:8888/static/notebook/js/outputarea.js?v=20150311185300:569:39)↵ at OutputArea.append_display_data (http://localhost:8888/static/notebook/js/outputarea.js?v=20150311185300:533:18)↵ at OutputArea.append_output (http://localhost:8888/static/notebook/js/outputarea.js?v=20150311185300:320:18)↵ at OutputArea.handle_output (http://localhost:8888/static/notebook/js/outputarea.js?v=20150311185300:234:14)↵ at CodeCell.get_callbacks.iopub.output (http://localhost:8888/static/notebook/js/codecell.js?v=20150311185300:456:52)↵ at Kernel._handle_output_message (http://localhost:8888/static/services/kernels/kernel.js?v=20150311185300:997:13)↵ at x.extend.proxy.x.isFunction.i (http://localhost:8888/static/components/jquery/jquery.min.js?v=20150311185300:4:5488)↵ at Kernel._handle_iopub_message (http://localhost:8888/static/services/kernels/kernel.js?v=20150311185300:1024:13)"get stack: function () { [native code] }set stack: function () { [native code] }proto: Error |
I'm getting the following error too: Javascript error adding output! I'm using Jupiter on Chrome. |
Hello. Same error as above. Jupyter for Python 3 (so ipython3) on latest Firefox on OS X Yosemite. |
Same error as above for ipython3 on firefox 37.0.1 on linux. Is there a workaround? |
Same thing here.... Ipython3.2, python 3.4.2 and python 2.7.3(64bit) |
Has anybody had any progress with this? I would love to use vimception, but given I don't know any Javascript moves - I have trouble to just imagine how to fix this problem (aprart from learning javascript first 😄 ). |
Just adding that I get the same error, ipython 3.2.1 with python 3.4.3 and Firefox 39. I think that this maybe a problem with codemirror? Except I've been able to use the vim on their test page. https://github.com/asford/notebook_input_mode purports to work with ipython3, but I haven't been able to get that working either. I just can't seem to switch into vim's command mode. |
I just got https://github.com/asford/notebook_input_mode working. Make sure that your IPython profile has nbconfig/notebook.json with the load_extensions stuff in it (the setup.py file should do this for the default profile). Then I have a 'Key Map' section under the Edit menu. |
Same problem here python 2.7.10 (anaconda) + chrome :( |
@scottkidder - maybe you could create a pull request? |
BTW @mehrtash - it is IPython, they don't like the "little i" version :) |
I would encourage people to check out another project that does everything vimception does without any of the issues: https://github.com/asford/notebook_input_mode |
@justmytwospence thanks! Unfortunatelly there is no readme there :( |
@mmagnuski I was able to get |
@dvbuntu what does vimception do that notebook_input_mode doesn't do? |
@dvbuntu thanks for the link. Could not figure out the keymap part (edit -> vim). Works like a charm. |
created a pull request with a minimal readme.md for notebook_input_mode |
@dvbuntu thanks! 👍 |
@justmytwospence I was under the impression that vimception supported more vim keybindings than notebook_input_mode. The latter, however, has had enough of the core functionality for me that I haven't really noticed yet. For serious software development, it might become more apparent, but then you probably wouldn't be doing that within Jupyter anyway :) |
I switched to use lambdalisue for jupyter: https://github.com/lambdalisue/jupyter-vim-binding |
By updating to version 3.0.0 vimception stops working. Pressing i (insert mode) sends kernel interrupting signal.
The text was updated successfully, but these errors were encountered: