
I downloaded and updated sympy, before that re - entered to jupyter

I downloaded and updated sympy, before that re - entered to jupyter
What you should do is
pip install --upgrade sympy
Then you could do
import sympy
For more info, visit this link: https://www.datacamp.com/community/tutorials/pip-python-package-manager
If you want to upgrade pip, you could do the same thing:
pip install --upgrade pip
 
    
    I installed and import sympy in the anaconda jupyter environment with python 3.8.
!pip install sympy
import sympy
You can try quiting the notebook & navigator both and again re-open.
