Issue
I can not interrupt a running script in python3 kernel in Jupyter, Qt Console, spyder on my window 10 desktop. Ctrl+c and interrupt bottom from the menu do not work, just nothing happens. The same method works well on my laptop and Ubuntu desktop. I tried to reinstall uninstall Anaconda and delete the remaining files, then I tried reinstalling the new version of Anaconda. The problem still here. My window 10 on the desktop is just installed yesterday, so it is fresh.
I have one desktop and one laptop. Each one has window 10 and Ubuntu installed on it. My laptop windows 10 has no problem to interrupt. Interruption works fine in Ubuntu on both desktop and laptop.
Right now, my situation is:
Win 10 desktop: Interruption does not work.
Ubuntu desktop: Interruption works.
Win 10 laptop: Interruption works.
Ubuntu laptop: Interruption works.
My question is:
- How can I fix this? Reinstallation not helping!
- What is wrong (probably)?
Thanks you! I need to fix to do my physics assignment. My laptop are too bad and I am not familiar with Ubuntu.
Solution
Python 3.6 can key interrupt for me. But I have a solution for Python 3.7.
uninstall Anaconda
after that delete those files in
C:\Users\<your_user_name>
:
.anaconda .conda .ipython .jupyter .matplotplot .spyder-py3
This is very important step.reinstall Anaconda.
It works for me.
Answered By - MH Yip
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.