I am trying to upgrade scipy to solve this problem. I go to the Command Prompt, type
pip uninstall scipy
pip install scipy
and the output is "Successfully installed scipy-1.9.0". However, if I go to Jupyter and type:
import scipy
print(scipy.__version__)
the output is 1.7.3. Does anybody know what's going on? Total noob here. Thanks!