Skip to content

Commit 8e1930e

Browse files
author
Marc Liyanage
committed
Replace '--pylab inline' with '--matplotlib inline'
1 parent 9f2fbdb commit 8e1930e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

IPython Notebook/launch-ipython.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
sys.path.extend(extra_paths)
1818

1919
# ipython help notebook --help-all
20-
sys.argv = ['ipython', 'notebook', '--pylab', 'inline', '--no-browser', '--port={}'.format(port), '--ipython-dir={}'.format(ipython_dir), '--notebook-dir={}'.format(ipython_dir)]
21-
20+
sys.argv = ['ipython', 'notebook', '--matplotlib', 'inline', '--no-browser', '--port={}'.format(port), '--ipython-dir={}'.format(ipython_dir), '--notebook-dir={}'.format(ipython_dir)]
2221
resource_dir = os.path.realpath(__file__)
2322
for i in range(3):
2423
resource_dir = os.path.dirname(resource_dir)

0 commit comments

Comments
 (0)