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

c.ZMQTerminalInteractiveShell.editing_mode='vi' is ignored

naefl opened this issue · comments

jupyter console --kernel=ir --ZMQTerminalInteractiveShell.editing_mode=vi works

adding c.ZMQTerminalInteractiveShell.editing_mode='vi' to `.jupyter/jupyter_notebook_config.py' doesn't. Other configuration items are read correctly.

Any advice?

Debian Docker fresh install, ipython==7.10.0

Writing to .jupyter/jupyter_console_config.py vs .jupyter/jupyter_notebook_config.py worked