Interactive python in visual studio code - is it possible?

  • Thread starter Thread starter Alex 01
  • Start date Start date
A

Alex 01

Guest
I want to know whether Microsoft Visual Studio Code supports an interactive environment for python like ipython in spyder.

This means I want to be able to define x='hello, world' in a console and call this x var from a script. Essentially be able to interact with my variable/memory stack runtime.

I need this to be able to dev python fast but I am trying to use company standard microsoft products instead of for example spyder.

Continue reading...
 
Back
Top