I'm running VS Code on Windows 10 and I use IPython in the terminal for numerical analysis (REPL) (not Jupyter, just a normal IPython shell, launched with ipython.exe). I would like to be able to copy ...
The Python IDE Spyder runs code in an IPython terminal integrated in the IDE. The IPython terminal opens along with the rest of the IDE and when you run a script, it gets run directly via %run in ...