Using Windows 11
Everything was working fine a couple days ago. Today, when I went to start a Jupyter Lab session, nothing happened. After typing 'jupyter lab' in the command prompt, the cursor went to the line below, keep blinking, and nothing else... the same happened when I tried to use pip (e.g., 'python -m pip install --upgrade pip'), or jupyter notebook.
I tried restarting the computer, and executed the CMD as administrator... same thing!
Python, starting from the prompt, is working fine!
Can't say if there was a Windows actualization since last time I used jupyter
(last week).
Using Windows 11
Everything was working fine a couple days ago. Today, when I went to start a Jupyter Lab session, nothing happened. After typing 'jupyter lab' in the command prompt, the cursor went to the line below, keep blinking, and nothing else... the same happened when I tried to use pip (e.g., 'python -m pip install --upgrade pip'), or jupyter notebook.
I tried restarting the computer, and executed the CMD as administrator... same thing!
Python, starting from the prompt, is working fine!
Can't say if there was a Windows actualization since last time I used jupyter
(last week).
1 Answer
Reset to default 0I didn´t find the source of the problem, even after many (many!) attempts with the help of chatgpt, which wasn´t a great help, by the way!
The 'solution' was to uninstall Python, restart the computer (just in case!), and reinstall everything (I don´t use Anaconda!). It took me about 10 minutes... compared with the couple hours looking for a solution. However, it is puzzling what happened, and a bit worrying.
My guess it was a Windows related thing...
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744955527a4603170.html
jupyter lab --debug
you might get some more info to share with us. – JonSG Commented Mar 6 at 19:22