I need help getting Jupyter Lab started. I was able to open and work in it just fine until recently. Now, whenever I try to run jupyter-lab
from Command Prompt in Windows 10, I get the following error message:
Fatal error in launcher: Unable to create process using '"c:\users\[MyUser]\appdata\local\programs\python\python38-32\python.exe" "C:\Users\[MyUser]\AppData\Local\Programs\Python\Python38-32\Scripts\jupyter-lab.exe" '
The issue seems to have started after I created an alias called python
to run Python 3 instead of Python 2.
For additional context, python.exe is in my Python38 folder, not Python38-32.