emacs-ipython-notebook
emacs-ipython-notebook copied to clipboard
unable to click file paths in traceback
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,:
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
)