On 4 November 2016 at 12:00, djoseph <[email protected]> wrote: > How do I setup command recall in a jupyter terminal? Up and Down arrows > are not working. Nor is 'set -o vi' >
Do you mean the terminals available in the notebook web interface? If so, up and down arrows work for me. One possibility is that you don't have the $SHELL environment variable set, and it's defaulting to plain sh rather than bash. Set SHELL=bash before launching the notebook to make it use bash. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qiv9kqEi6EpFpJasNHWi%3DL%3DdWNA%2Bfzpe%3D9exsSK62GK%2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
