##// END OF EJS Templates
get _ipython_display_ method safely...
get _ipython_display_ method safely use the same method we use for `_repr_foo_`

File last commit:

r14009:6f019b30
r15486:0b7e0f7e
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()