Pytorch does not work in JupyterLab desktop version

Hi.

I would like to ask if somebody could help me with installing Pytorch for JupyterLab desktop version (Windows 10). I’ve installed Pytorch via command line (“python” > “import torch” = works in command line). When I write “import torch” to JupyterLab line, it shows: “ModuleNotFoundError: No module named 'torch’”.

Could somebody help me, please?

Thanks for help.

I’ve managed to do that with this manual:

The issue has been solved.

Thanks

1 Like