minrk / allthekernels

A multiplexer kernel for Jupyter
MIT License
76 stars 14 forks source link

python input() in allthekernels #5

Open simonhallstroem opened 5 years ago

simonhallstroem commented 5 years ago

Dear all I am using allthekernels on a jupyterhub. If I send an input() to a python kernel:

python3 a=input(0

Jupyter does not return anything.

Any ideas would be appreciated.