The PYTHONPATH in my terminal does not seem to be used by spyder (and I've started spyder from the command line). In the console, sys.path just contains ['/home ...
I use a kernel that sets a custom PYTHONPATH to add our project path. After a recent switch from vscode 1.71.2 to 1.92.2, my notebooks no longer find the modules developed in our project though in ...