mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
added zmq controller/engine entry points
This commit is contained in:
parent
6ea1a28d55
commit
b364c8aad5
5
setup.py
5
setup.py
@ -215,9 +215,8 @@ if 'setuptools' in sys.modules:
|
|||||||
'ipython = IPython.frontend.terminal.ipapp:launch_new_instance',
|
'ipython = IPython.frontend.terminal.ipapp:launch_new_instance',
|
||||||
'ipython-qtconsole = IPython.frontend.qt.console.ipythonqt:main',
|
'ipython-qtconsole = IPython.frontend.qt.console.ipythonqt:main',
|
||||||
'pycolor = IPython.utils.PyColorize:main',
|
'pycolor = IPython.utils.PyColorize:main',
|
||||||
# 'ipcontroller = IPython.kernel.ipcontrollerapp:launch_new_instance',
|
'ipcontrollerz = IPython.zmq.parallel.controller:main',
|
||||||
# 'ipengine = IPython.kernel.ipengineapp:launch_new_instance',
|
'ipenginez = IPython.zmq.parallel.engine:main',
|
||||||
# 'ipcluster = IPython.kernel.ipclusterapp:launch_new_instance',
|
|
||||||
'iptest = IPython.testing.iptest:main',
|
'iptest = IPython.testing.iptest:main',
|
||||||
'irunner = IPython.lib.irunner:main'
|
'irunner = IPython.lib.irunner:main'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user