I'm not sure if it's the newer version of spyder, or the fact that I don't have a full anaconda installation, but the existing detection does not work on the latest version of spyder (5.3.2).
Anaconda shouldn't be required for Spyder (unless they changed something). There's some change to the Jupyter Notebook too that I found out recently, so not totally surprised.
I'm not sure if it's the newer version of spyder, or the fact that I don't have a full anaconda installation, but the existing detection does not work on the latest version of spyder (5.3.2).
'spyder' in sys.modules
returns False.This switch corrects the issue.