I’m running ipython from Windows command line. I wonder if there’s a feature in ipython that allows me to temporarily goes to the shell (cmd.exe) and later returns to the current ipython session.
I’m aware of using “!” to execute shell commands. But that’s not what I want.
Folks suggested a solution that work so I answered it here.
Folks commented and suggested an approach that works – use !cmd or !powershell to start a new command session, and return by exiting that shell.
Example: