##// END OF EJS Templates
make execute button in menu bar match shift-enter...
make execute button in menu bar match shift-enter Noticed this when testing the UI on the IPad. I expected the button to perform the default execute behavior, but it doesn't.

File last commit:

r14009:6f019b30
r15179:4c140ed1
Show More
__main__.py
3 lines | 114 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import ipengineapp as app
app.launch_new_instance()