mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
remove ipython-qtconsole
gui-script
Always use `ipython qtconsole` QtConsole entry in the Windows Start Menu is updated appropriately.
This commit is contained in:
parent
6226f830a0
commit
06188412b3
@ -318,9 +318,7 @@ def find_scripts(entry_points=False, suffix=''):
|
||||
'iptest%s = IPython.testing.iptest:main',
|
||||
'irunner%s = IPython.lib.irunner:main'
|
||||
]]
|
||||
gui_scripts = [s % suffix for s in [
|
||||
'ipython%s-qtconsole = IPython.frontend.qt.console.qtconsoleapp:main',
|
||||
]]
|
||||
gui_scripts = []
|
||||
scripts = dict(console_scripts=console_scripts, gui_scripts=gui_scripts)
|
||||
else:
|
||||
parallel_scripts = pjoin('IPython','parallel','scripts')
|
||||
|
Loading…
Reference in New Issue
Block a user