Skip to content

Buitlin input doesn't work over zmq #3990

@fperez

Description

@fperez

Typing into any client with a remote kernel:

input('a')

produces

---------------------------------------------------------------------------
EOFError                                  Traceback (most recent call last)
<ipython-input-3-138401a29eba> in <module>()
----> 1 input('a')

EOFError: EOF when reading a line

a

This should be a simple matter of handling input calls just like we do raw_input, since in the end they are both doing the same stdin.read().

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions