##// END OF EJS Templates
Update wrapperkernels.rst...
Update wrapperkernels.rst Fixed typo experssions -> expressions. This page also needs to mention the command to get started: ```shell ipython console --kernel echo ``` And needs to point to creating a profile to use the EchoKernel in a notebook.

File last commit:

r14009:6f019b30
r17619:290627e8
Show More
__main__.py
3 lines | 118 B | text/x-python | PythonLexer
MinRK
add `python -m` entry points for everything
r14009 if __name__ == '__main__':
from IPython.parallel.apps import ipcontrollerapp as app
app.launch_new_instance()