##// END OF EJS Templates
add `ConsoleWidget.check_complete` flag...
add `ConsoleWidget.check_complete` flag disables input-parsing in the QtConsole, which is inappropriate for non-Python kernels. Disabling check_complete forces shift-enter to execute, just like the Notebook.

File last commit:

r9190:20a102a5
r11779:e3e99a13
Show More
client.py
3 lines | 62 B | text/x-python | PythonLexer
from IPython.parallel.client import Client
client = Client()