bash_kernel
bash_kernel copied to clipboard
A bash kernel for IPython
When echoing anything I'm getting strange output: ``` ]777;preexec ```  This seems to be caused by the following lines in `/etc/profile.d/vte.sh`: ``` if [[ -n "${BASH_VERSION:-}" ]]; then #...
This will automatically disable bracketed paste, which seems to break bash_kernel. I have verified that this fixes the problem with the latest released version of bash_kernel. It should address issues...
Hello, First, I'd like to thank the developers and community for producing and supporting this software. **Issue:** On every cell I run in the Jupyter bash kernel, an exception is...
I encountered strange issue which prohibits cells from running in sequence as numerical outputs were postfixes with `[?2004l` or `[?200hl`:  Found that setting ``` bind 'set enable-bracketed-paste off' ```...
I installed to try, but I would like to uninstall. Uninstalling bash_kernel with pip is not enough
First and foremost: Thank you for all your work on this amazing project. I have had just a small problem with it: For a significant amount of time, I was...
 Running a cell with some missing delimiter (see screenshot above) produces the following error output in my Jupyter log, and requires interrupting the kernel to be able to continue...
When I run any cell with Bash code in it with Bash kernel, it always returns a non-zero exit status. The issue seems to be related to both issues #116,...
When accessing this kernel in a conda environment containing `readline` v8.1 (as is the default in `conda-forge` or `defaults` channels) every command output returns garbled with exit status 1 in...
Any help appreciated! I'm using VS Code Insiders on Windows. I have WSL2 set up and I'm remotely in WSL Ubuntu-20.04 via VS Code. Python 3.8.10 jupyter core : 4.7.1...