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

Configuration InteractiveShell.separate_in not supported? #283

Open r3m0t opened 1 year ago

r3m0t commented 1 year ago

Hi, this setting takes effect:

ipython --InteractiveShell.separate_in=""

This doesn't:

jupyter console --InteractiveShell.separate_in=""

How can I remove the blank line before In [ ]?

r3m0t commented 1 year ago

Foudn it...

r3m0t commented 1 year ago

284