I am using PyCharm 4.0.4 and anaconda python installation. When I click run, run output is shown in a run tab which is not ipython console. If I choose code and execute in console result is shown Python console which is ipython console. How can I make run output always shown in python console (which is ipython) not run tab (normal output)?
Note: prefeferences->build,execution,deployment->console->Use Ipython if available
is already checked.