[console_scripts]
ipcluster = IPython.parallel.apps.ipclusterapp:launch_new_instance
ipcluster3 = IPython.parallel.apps.ipclusterapp:launch_new_instance
ipcontroller = IPython.parallel.apps.ipcontrollerapp:launch_new_instance
ipcontroller3 = IPython.parallel.apps.ipcontrollerapp:launch_new_instance
ipengine = IPython.parallel.apps.ipengineapp:launch_new_instance
ipengine3 = IPython.parallel.apps.ipengineapp:launch_new_instance
iptest = IPython.testing.iptestcontroller:main
iptest3 = IPython.testing.iptestcontroller:main
ipython = IPython:start_ipython
ipython3 = IPython:start_ipython

[pygments.lexers]
ipython = IPython.lib.lexers:IPythonLexer
ipython3 = IPython.lib.lexers:IPython3Lexer
ipythonconsole = IPython.lib.lexers:IPythonConsoleLexer

