jupyter_console icon indicating copy to clipboard operation
jupyter_console copied to clipboard

Add option to get autosuggest from history

Open jsr-p opened this issue 2 years ago • 0 comments

This PR adds the option to get autosuggestions based on the AutoSuggestFromHistory class from prompt_toolkit as is also done in IPython here. The NavigableAutoSuggestFromHistory does not seem to work as well with the jupyter_console shell as with the IPython shell (slight delay when navigating through the history which I could not identify), so I have excluded it from this PR.

jsr-p avatar Apr 02 '23 12:04 jsr-p