vscodium
vscodium copied to clipboard
Go to Definition in Jupyter Notebooks
In a .py, Go to Definition (F12) works:
However, if it's a .ipynb, it doesn't:
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.