jupyter / jupyter_console

Jupyter Terminal Console

Home Page:http://jupyter-console.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration InteractiveShell.separate_in not supported?

r3m0t opened this issue · comments

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 [ ]?

Foudn it...