-
Notifications
You must be signed in to change notification settings - Fork 123
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
Traceback: Jump to code #42
Comments
I believe the |
Yes, the decimal number definitely corresponds to the cell number. Is the hexadecimal part a hash of the notebook? Anyway, this would be a very neat feature to have. 👍 |
Okay, with 75c5f36 should be working. |
Hi, I managed to try the latest version from Melpa (20150505.1922). After pressing RET on a traceback entry, I now get messages "ein:cell-goto: No method definition: ein:cell-goto, (nil)", though. My Emacs reports as "GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2014-01-30 on gerlach-VirtualBox". |
Can jump to notebook cells from traceback buffer, kernel restart command works on both IPython 2.x and 3.x.
d2681d8 works for me too, thanks! I added some code in the pull request to also go to the right line number within the cell. |
When there's a Python error in a cell of a notebook, I can get a nice traceback with
C-c C-x
, but I cannot jump to the location of the error withRET
at least if the error does not origin in some external file. The message isFile <ipython-input-87-7987bc9ea0c8> does not exist
or similar.Looking at the code, this may not actually be supposed to work. Would it be hard to allow jumping to the line in a notebook buffer?
In any case, thanks a lot for keeping EIN alive!
The text was updated successfully, but these errors were encountered: