mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
added simple cluster entry point
This commit is contained in:
parent
b364c8aad5
commit
796c94b230
1
setup.py
1
setup.py
@ -217,6 +217,7 @@ if 'setuptools' in sys.modules:
|
||||
'pycolor = IPython.utils.PyColorize:main',
|
||||
'ipcontrollerz = IPython.zmq.parallel.controller:main',
|
||||
'ipenginez = IPython.zmq.parallel.engine:main',
|
||||
'ipclusterz = IPython.zmq.parallel.ipcluster:main',
|
||||
'iptest = IPython.testing.iptest:main',
|
||||
'irunner = IPython.lib.irunner:main'
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user