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

Hello, I have noticed that when running the bash kernel on a jupyter notebook opened on a centos 7.9.2009 box the cell hangs indefinitely and does not quit even when...

## Issue I ask for user input in my .bashrc, because I need to have different environnement variables in different context. It cause the *bash_kernel* to repeatidly crash, due to...

I'm wondering why, after `pip install bash-kernel`, one still need to do: ``` python -m bash_kernel.install ``` I've found the hard way that `bash-kernel` won't work with python venv if...

enter and execute "read input" in cell, no way to type text

In bash, a non-zero exit code indicates that something has gone wrong. When doing deployments, it is important to know if something has gone awry. I have set up my...

pexpect wasn't finding the right prompt match and the kernel would then timeout on the jupyter side and get killed.

I'm using `bash_kernel` via nbconvert, and I noticed the following deprecation warning. traceback ``` self = , args = () kwargs = {'argv': ['/home/anton/miniconda3/envs/py38/bin/python', '-m', 'bash_kernel', '-f', '{connection_file}'], 'codemirror_mode': 'shell',...

Below is the stack-trace, started to happen after some upgrades. ``` [D 2018-10-27 18:31:57.479 SingleUserLabApp connect:542] Connecting to: tcp://127.0.0.1:54813 Traceback (most recent call last): File "/opt/conda/lib/python3.6/site-packages/pexpect/expect.py", line 111, in expect_loop...

running msfconsole on bash_kernel doesnt allow you to interact with the output Can I run a command then interact with the output or does this only need to be through...

Example: https://github.com/sporksmith/dev-journal/blob/60778d5273504900051fdff4ba99f8daa9c54c35/interposing-fwrite/README.md e.g. ``` 4005b6: e8 a5 fe ff ff ESC[01;31mESC[Kcallq 400460 ``` vs what I see in the jupyter gui or html export: ``` 4005b6: e8 a5 fe ff...