nteract / ick

:izakaya_lantern: Interactive Console Experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement code completeness

rgbkrk opened this issue · comments

Problem: We execute only a single line of what the user typed, not allowing for functions, classes, etc. in Python

Solution: Rely on is_complete_request to determine to not send yet

Spec: http://jupyter-client.readthedocs.org/en/latest/messaging.html#code-completeness