Daniel, You can get it to work by running
run(`cmd /c start /min ipython`) For any command I've wanted to run, I always just prefix it with "cmd /c" to get the behavior of the command line. -Jacob On Tue, Aug 26, 2014 at 4:09 PM, Daniel Høegh <[email protected]> wrote: > It just feel very unintuitive from a user perspective that it doesn't work > as in Python, prompt and other programs. Do you then know how to circumvent > that start doesn't exist / how to get the same effects? >
