vscodium icon indicating copy to clipboard operation
vscodium copied to clipboard

Go to Definition in Jupyter Notebooks

Open jamesdeluk opened this issue 10 months ago • 0 comments

In a .py, Go to Definition (F12) works:

Image

However, if it's a .ipynb, it doesn't:

Image

Is this expected behaviour?

Neither works for imported libraries; afterimport pandas, if I want to see the code for, say, .read_csv(), I get the same no defition found message.

jamesdeluk avatar Mar 04 '25 15:03 jamesdeluk