VScode Python "Run Cell" does nothing

Question:

I’m using VScode on mac and configured an anaconda environment. When I insert # %% and hit "Run Cell", nothing happens at all.

How can I fix this?

EDIT: the solution was simply to reboot my machine 🙂

Asked By: jimbob97

||

Answers:

When I insert and hit "Run Cell", nothing happens at all

If you can create .ipynb file which can be successfully run, there should be no problem.

Try reload window and give the interactive window more time to load:

enter image description here

enter image description here

Answered By: MingJie-MSFT