admin管理员组文章数量:1405859
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...
本文标签: Windows 11 prompt Python commands not respondingStack Overflow
版权声明:本文标题:Windows 11 prompt Python commands not responding - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744955526a2634333.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
jupyter lab --debug
you might get some more info to share with us. – JonSG Commented Mar 6 at 19:22