Closed Volland closed 1 year ago
This is a known issue. sos-notebook
was not designed for a workflow where interactive user input is needed. It may not be very difficult to support it though.
But this should work for jupyterlab-sos
, which is actually the preferred frontend for sos
. Is there any reason why you have to use the classic jupyter notebook?
I used recommended docker setup
docker run -d -p 8888:8888 -v $HOME:/home/jovyan/work vatlab/sos-notebook
I just updated the docker image to use the latest version of jupyterlab
and jupyterlab-sos
. Could you please test it? The command would be the same but the jupyterlab instead of classic jupyter interface will be used.
Cell input for python3 kernel
Output