dahn-zk / zsh-jupyter-kernel

Z shell kernel for Jupyter Notebook
Other
81 stars 6 forks source link

Continuation prompt breaks the behavior of next command #5

Closed dahn-zk closed 5 years ago

dahn-zk commented 5 years ago

Although there is no reason in doing so, but when executing

print 1 \
    2 \
    3 \

Kernel will timeout and the output of the next executed command will be missing.

Related: #4