I am trying to install Jupyter simply by following the documentation. I used pip
.
The installation went fine, but while trying to open Jupyter using jupyter lab
in the command prompt I got the following error right after it was trying to import win32api
.
ImportError: DLL load failed: The specified module could not be found.
How do I fix this?