bash_kernel icon indicating copy to clipboard operation
bash_kernel copied to clipboard

A bash kernel for IPython

Results 56 bash_kernel issues
Sort by recently updated
recently updated
newest added

When echoing anything I'm getting strange output: ``` ]777;preexec ``` ![image](https://user-images.githubusercontent.com/15305358/152644175-f5aff41c-6024-4d3a-be04-86c0fe484e5d.png) 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`: ![image](https://user-images.githubusercontent.com/15305358/107108918-ce35e400-6876-11eb-99cc-b52c11d257d4.png) 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...

![2022-02-09-112302_1920x1080_scrot](https://user-images.githubusercontent.com/429567/153179199-30f2ec66-f637-4876-9df5-f96e414596ee.png) 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...