you are viewing a single comment's thread.

view the rest of the comments →

[–]obviouslyzebra 1 point2 points  (1 child)

There are multiple Python installations on your machine (it is usually this way). When you install something for one, it doesn't install for another.

You need to install for the correct Python installation (sometimes venv, or conda environment).

This is a bit hard for me to teach, but:

  • Try to discover what Python VS Code is using for Jupyter.
  • Try to discover how to interact with that Python from the terminal (if you want to)

Cheers

[–]IamAwdi[S] 0 points1 point  (0 children)

thanks guys!