os: Windows 10 python: 3.6
when I try to install JN, using this command:
pip install notebook
I get this error:
Fatal error in launcher: Unable to create process using '"'
the only solution I found online:
python -m pip install --upgrade pip
is not helping, I get:
Requirement already up-to-date:
another thing I found is:
Copy & Paste the standalone python into the ampps/python folder and overwriting the python version provided by AMPPS
but I have no idea what does this means - what is AMPPS, where can find its folder, where can I find the standalone python, what is the standalone python.
how can I solve this?