Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qtconsole does not send is_complete_request #23

Closed
stevengj opened this issue Jul 2, 2015 · 1 comment
Closed

qtconsole does not send is_complete_request #23

stevengj opened this issue Jul 2, 2015 · 1 comment
Milestone

Comments

@stevengj
Copy link

stevengj commented Jul 2, 2015

I was implementing the latest protocol in JuliaLang/IJulia.jl#325, and I wanted to test out my handling of the is_complete_request message. However, the qtconsole front-end does not seem to send this message to check whether inputs are complete; it just sends an execute_request whenever you hit .

See also jupyter/jupyter_console#11

@takluyver
Copy link
Member

Closed by #20.

We introduced the is_complete message types before we made any of our own frontends use them. We just merged Min's changes in here to use it.

@minrk minrk added this to the 4.0 milestone Oct 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants