emacs-ipython-notebook icon indicating copy to clipboard operation
emacs-ipython-notebook copied to clipboard

unable to click file paths in traceback

Open xiaohan2012 opened this issue 3 years ago • 0 comments

Hi,

When checking a traceback, I expect that I can click on the any file path, which leads me to the actual file.

For instance, in the following buffer, when I click the text File ~/code/test-goto-def/mylib/module.py:3,:

Screenshot 2022-04-03 at 4 42 47

I should find the actual file.

Whereas ein says:

File File does not exist.

Is such functionality supported? Am I misusing ein?

system and software version

  • OS: MacOS Monterey
  • emacs: GNU Emacs 27.2 (build 1, x86_64-apple-darwin21.1.0) of 2021-10-23
  • ein version: 20220324.204

ein configuration

(use-package ein
  :ensure t
  )

xiaohan2012 avatar Apr 03 '22 01:04 xiaohan2012