##// END OF EJS Templates
Finish removing ipython-notebook.
Brian E. Granger -
Show More
@@ -246,7 +246,6 b' def find_scripts(entry_points=False):'
246 246 if entry_points:
247 247 console_scripts = [
248 248 'ipython = IPython.frontend.terminal.ipapp:launch_new_instance',
249 'ipython-notebook = IPython.frontend.html.notebook.notebookapp:launch_new_instance',
250 249 'pycolor = IPython.utils.PyColorize:main',
251 250 'ipcontroller = IPython.parallel.apps.ipcontrollerapp:launch_new_instance',
252 251 'ipengine = IPython.parallel.apps.ipengineapp:launch_new_instance',
@@ -268,7 +267,6 b' def find_scripts(entry_points=False):'
268 267 pjoin(parallel_scripts, 'ipcluster'),
269 268 pjoin(parallel_scripts, 'iplogger'),
270 269 pjoin(main_scripts, 'ipython'),
271 pjoin(main_scripts, 'ipython-notebook'),
272 270 pjoin(main_scripts, 'pycolor'),
273 271 pjoin(main_scripts, 'irunner'),
274 272 pjoin(main_scripts, 'iptest')
General Comments 0
You need to be logged in to leave comments. Login now