Yes. I am referring to the terminal from the web interface. Where exactly do I set the SHELL variable?. After lauching the notebook at localhost:8888? If so, where? Thanks for your help. I tried setting it after creating the terminal from the web interface to no avail.
On Friday, November 4, 2016 at 4:45:17 PM UTC-5, takowl wrote: > > On 4 November 2016 at 12:00, djoseph <[email protected] <javascript:>> > 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/e3107d5a-1a54-4ef7-9365-9acd51b4b65f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
