I want to install scanpy on Jupyter notebook so I run:
! pip3 install scanpy, I got this:
WARNING: You are using pip version 21.1.1; however, version 22.2.2 is available.
You should consider upgrading via the ‘/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -m pip install --upgrade pip’ command.
Then: import scanpy as sc doesn’t work even though I updated pip to 22.2.2.
the warning is not relevant for your purpose here. Please ensure that you are using the correct kernel when attempting to import scanpy in your jupyter notebook.