Reputation: 4628
This has been annoying me for weeks, it's usually not this bad but it's honestly like a snail at this point.
I can either run a specific line, or select some code and run the selection which sends that selection to the python console.
Why does this happen so slowly? See the gif...
Any thoughts on how I could fix this?
Upvotes: 1
Views: 769
Reputation: 2923
1) Well first one is that you can try by changing the default terminal Powershell
to Command Prompt
Here are the two guide for you on how to change the terminal
2) Start VSCode
with the --ignore-gpu-blacklist
flag and see if it solve any performance issues
Upvotes: 2