We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae24fd commit 438a8bbCopy full SHA for 438a8bb
make.py
@@ -474,6 +474,10 @@ def _create_launchers(self):
474
command='${WINPYDIR}\pythonw.exe',
475
args='%s qtconsole --pylab=inline' % ipython_scr,
476
workdir='${WINPYDIR}\Scripts')
477
+ self.create_launcher('IPython Notebook.exe', 'ipython.ico',
478
+ command='${WINPYDIR}\python.exe',
479
+ args='%s notebook' % ipython_scr,
480
+ workdir='${WINPYDIR}\Scripts')
481
if osp.isfile(self.winpydir + self.THG_PATH):
482
self.create_launcher('TortoiseHg.exe', 'tortoisehg.ico',
483
command=r'${WINPYDIR}\..'+self.THG_PATH,
0 commit comments