Skip to content

Commit 438a8bb

Browse files
committed
Added launcher for IPython notebook
1 parent 3ae24fd commit 438a8bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

make.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,10 @@ def _create_launchers(self):
474474
command='${WINPYDIR}\pythonw.exe',
475475
args='%s qtconsole --pylab=inline' % ipython_scr,
476476
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')
477481
if osp.isfile(self.winpydir + self.THG_PATH):
478482
self.create_launcher('TortoiseHg.exe', 'tortoisehg.ico',
479483
command=r'${WINPYDIR}\..'+self.THG_PATH,

0 commit comments

Comments
 (0)