jupyter / jupyter_console

Jupyter Terminal Console
http://jupyter-console.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
248 stars 146 forks source link

Improve handling of remote input and output when enabled. #274

Open RobinJadoul opened 1 year ago

RobinJadoul commented 1 year ago

This makes the handling of the prompt and the display of external inputs and outputs less messy, ensuring it looks more like something that was run in the actual console (with a "Remote" prefix), while not having the local input prompt all throughout the text.

I'm not sure if this warrants extra tests, or how to write those, so potential advise there would be appreciated.

wmvanvliet commented 6 months ago

This is so much better!