bash_kernel icon indicating copy to clipboard operation
bash_kernel copied to clipboard

can't read input

Open d2jvkpn opened this issue 5 years ago • 2 comments

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

d2jvkpn avatar Oct 27 '20 10:10 d2jvkpn

Here is a related issue in jupyter lab. It seems that jupyter has a standard pop-up for getting user input. Presumably the bash kernel needs a way of invoking that pop-up. https://github.com/jupyterlab/jupyterlab/issues/8522

Here is another related issue. It addresses commands that read data from stdin. https://github.com/takluyver/bash_kernel/issues/72 If there is a user input prompt that asked for text from the user and saved it in a variable then we could echo $myvar | mycommand.

bitdivine avatar Feb 10 '21 03:02 bitdivine

Thank you!

d2jvkpn avatar Feb 21 '21 05:02 d2jvkpn