python - Jupyter Notebook Not Recognizing "import torch ...
stackoverflow.com › questions › 52247021Sep 10, 2018 · To install PyTorch on Ubuntu, as instructed by the official website, I did pip3 install torch torchvision, and I am able to run PyTorch using the python3.5 command.. However, when I run Jupyter Notebook (I'm just running Jupyter Notebook in the terminal and using Chrome to access my notebooks), it doesn't recognize the package, throwing ModuleNotFoundError: No module named 'torch' at me.