millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 123 forks source link

unable to click file paths in traceback #834

Open xiaohan2012 opened 2 years ago

xiaohan2012 commented 2 years ago

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

ein configuration

(use-package ein
  :ensure t
  )