Skip to content

Commit a412647

Browse files
committed
IPython notebook launcher: enabled the pylab inline mode
Following this post on WinPython's Google Group: https://groups.google.com/group/winpython/browse_thread/thread/54368ae935beedfb
1 parent bfee3d0 commit a412647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def _create_launchers(self):
504504
workdir='${WINPYDIR}\Scripts')
505505
self.create_launcher('IPython Notebook.exe', 'ipython.ico',
506506
command='${WINPYDIR}\python.exe',
507-
args='%s notebook' % ipython_scr,
507+
args='%s notebook --pylab=inline' % ipython_scr,
508508
workdir='${WINPYDIR}\Scripts')
509509
if osp.isfile(self.winpydir + self.THG_PATH):
510510
self.create_launcher('TortoiseHg.exe', 'tortoisehg.ico',

0 commit comments

Comments
 (0)