bash_kernel
bash_kernel copied to clipboard
Error when typing `\`
Every time I type \ for line continuation, the following error appears:
[IPKernelApp] ERROR | Exception in message handler: Traceback (most recent call last):
File "/home/kyle/local/anaconda3/lib/python3.6/site-packages/ipykernel/kernelbase.py", line 233, in dispatch_shell handler(stream, idents, msg)
File "/home/kyle/local/anaconda3/lib/python3.6/site-packages/ipykernel/kernelbase.py", line 434, in complete_request matches = self.do_complete(code, cursor_pos)
File "/home/kyle/local/anaconda3/lib/python3.6/site-packages/bash_kernel/kernel.py", line 201, in do_complete output = self.bashwrapper.run_command(cmd).rstrip()
File "/home/kyle/local/anaconda3/lib/python3.6/site-packages/pexpect/replwrap.py", line 100, in run_command
+ command)
ValueError: Continuation prompt found - input was incomplete: compgen -cdfa \
