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

How to customize keybindings?

infokiller opened this issue · comments

Hey,

I'm trying to figure out how to customize keybindings. I'm already doing it for IPython using the prompt_toolkit API, but I couldn't find the prompt_toolkit objects from IPython.get_ipython().
Am I missing something?

Thanks