jupyter / jupyter_console

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

Add keyboard shortcut to show help tooltips like in Jupyter Notebook/Lab #269

Open segevfiner opened 2 years ago

segevfiner commented 2 years ago

In Jupyter Notebook/Lab you can hit shift-tab to show a tooltip with the documentation of the item under the cursor, I don't see a way of opening a similar thing from the console interface. (IPython traditionally had the question mark suffix for showing such help, but that isn't available when working in non-Python kernels)