lgeiger / hydrogen-launcher

:rocket: Launch terminals and jupyter consoles connected to hydrogen
https://atom.io/packages/hydrogen-launcher
MIT License
96 stars 25 forks source link

How to redirect output of hydrogen to ipython consol #36

Open Jogala opened 5 years ago

Jogala commented 5 years ago

I am using hydrogen launcher 1.2.2 and hydrogen 2.8.9.

When running a python program, the output is either inlined or written into the "Hydrogen output Area" in case that "View outoput in the dock by default" is selected in the hydrogen option.

The Hydrogen output area can not be opened in a separate window! So I can not make use of two screens, what is really annoying. That could be solved by redirecting the output to on other terminal. Also the "Hydrogen output Area" is a non "interactive python terminal".

Therefore I installed hydrogen-launcher. I can now use the Ipython consol, but the output is still written to the "Hydrogen output Area"!

Is it possible to redirect the output to the hydrogen-launcher Ipython consol?