Skip to content

Commit

Permalink
Merge pull request #1128 from minrk/pylab
Browse files Browse the repository at this point in the history
* pylab profile removed
* pylab StartMenu item uses default profile and `--pylab`
  • Loading branch information
minrk committed Dec 13, 2011
2 parents 82d3f4f + beff82d commit d6447c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
23 changes: 0 additions & 23 deletions IPython/config/profile/pylab/ipython_config.py

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/ipython_win_post_install.py
Expand Up @@ -95,8 +95,8 @@ def install():
# mkshortcut(python, 'IPython (command prompt mode)', link, cmd, workdir)

link = pjoin(ip_start_menu, 'pylab.lnk')
cmd = '"%s" profile=pylab --init' % ipybase
mkshortcut(python, 'IPython (pylab profile)', link, cmd, workdir)
cmd = '"%s" --pylab' % ipybase
mkshortcut(python, 'IPython (pylab mode)', link, cmd, workdir)

link = pjoin(ip_start_menu, 'ipcontroller.lnk')
cmdbase = suffix(pjoin(scripts, 'ipcontroller'))
Expand Down

0 comments on commit d6447c1

Please sign in to comment.