Python Version Mismatch in Jupyter Notebook Environment
I am experiencing a discrepancy between the Python version reported in the Jupyter notebook startup banner and the version shown when I query python --version
within the notebook. The startup banner indicates Python 3.11.9, but when I run !python --version
, it returns Python 3.11.7.