I'm using Python 3.7.8 and jupyter 6.1.3, and for some reason I'm not able to get Jupyter notebook to start. I'm able to connect to notebook and navigate through folders, but when I attempt to open a .ipynb file, I receive the following error:
import win32api
ImportError: DLL load failed: The specified module could not be found.
Uninstalling and reinstalling pywin32 doesn't appear to fix the problem. Any idea what might be wrong?