mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Add entry point for ipythonx to setup.py, when used with setuptools.
This commit is contained in:
parent
97f4edd917
commit
dee802b42f
3
setup.py
3
setup.py
@ -132,7 +132,8 @@ if 'setuptools' in sys.modules:
|
||||
'pycolor = IPython.PyColorize:main',
|
||||
'ipcontroller = IPython.kernel.scripts.ipcontroller:main',
|
||||
'ipengine = IPython.kernel.scripts.ipengine:main',
|
||||
'ipcluster = IPython.kernel.scripts.ipcluster:main'
|
||||
'ipcluster = IPython.kernel.scripts.ipcluster:main',
|
||||
'ipythonx = IPython.frontend.wx.ipythonx:main'
|
||||
]
|
||||
}
|
||||
setup_args["extras_require"] = dict(
|
||||
|
Loading…
Reference in New Issue
Block a user