Open astrojuanlu opened 1 year ago
I can reproduce this on both 3.x and 4.0.0a34
There's a text box where I can type input.
This is what I would expect too.
Somewhat related to https://github.com/jupyterlab/jupyterlab/issues/8632 and https://github.com/jupyterlab/jupyterlab/pull/8713.
Description
(This comes from https://github.com/ipython/ipython/issues/10499 - I'm not sure if there's an issue tracking this problem on JupyterLab or classic Notebook, tried looking for
stdin
and scan the titles but didn't find anything)Any shell command (prefixed by
!
) requiring input (stdin
) blocks the cell.IPython:
JupyterLab:
Reproduce
!(echo "type something"; read foo; echo $foo)
in a cell (or any other shell command prompting the user for input)Expected behavior
I can think of two options:
Context