mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
adapt kernel's ipcluster and Launchers to newparallel
This commit is contained in:
parent
343d69750c
commit
9afdcad9e9
3
setup.py
3
setup.py
@ -218,12 +218,13 @@ if 'setuptools' in sys.modules:
|
||||
'ipcontrollerz = IPython.zmq.parallel.ipcontrollerapp:launch_new_instance',
|
||||
'ipenginez = IPython.zmq.parallel.ipengineapp:launch_new_instance',
|
||||
'iploggerz = IPython.zmq.parallel.iploggerapp:launch_new_instance',
|
||||
'ipclusterz = IPython.zmq.parallel.ipcluster:main',
|
||||
'ipclusterz = IPython.zmq.parallel.ipclusterapp:launch_new_instance',
|
||||
'iptest = IPython.testing.iptest:main',
|
||||
'irunner = IPython.lib.irunner:main'
|
||||
]
|
||||
}
|
||||
setup_args['extras_require'] = dict(
|
||||
zmq = 'pyzmq>=2.0.10',
|
||||
doc='Sphinx>=0.3',
|
||||
test='nose>=0.10.1',
|
||||
security='pyOpenSSL>=0.6'
|
||||
|
Loading…
x
Reference in New Issue
Block a user