jupyter_console
jupyter_console copied to clipboard
Add option to get autosuggest from history
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.