Show More
@@ -1,26 +1,24 b'' | |||
|
1 | 1 | # If you want ipython to appear in a linux app launcher ("start menu"), install this by doing: |
|
2 | 2 | # sudo desktop-file-install ipython-qtconsole.desktop |
|
3 | 3 | |
|
4 | 4 | [Desktop Entry] |
|
5 | 5 | Comment=Enhanced interactive Python qtconsole |
|
6 | 6 | Exec=ipython qtconsole |
|
7 | 7 | GenericName[en_US]=Python shell |
|
8 | 8 | GenericName=Python shell |
|
9 | 9 | Icon=gnome-netstatus-idle |
|
10 | 10 | Name[en_US]=IPython Qt console |
|
11 | 11 | Name=IPython Qt console |
|
12 | 12 | Categories=Development;Utility; |
|
13 | 13 | StartupNotify=false |
|
14 | 14 | Terminal=false |
|
15 | 15 | Type=Application |
|
16 |
|
|
|
16 | Actions=Pylab;Pylabinline; | |
|
17 | 17 | |
|
18 | [Pylab Shortcut Group] | |
|
18 | [Desktop Action Pylab] | |
|
19 | 19 | Name=Pylab |
|
20 | 20 | Exec=ipython qtconsole --pylab |
|
21 | TargetEnvironment=Unity | |
|
22 | 21 | |
|
23 | [Pylabinline Shortcut Group] | |
|
22 | [Desktop Action Pylabinline] | |
|
24 | 23 | Name=Pylab (inline plots) |
|
25 | 24 | Exec=ipython qtconsole --pylab=inline |
|
26 | TargetEnvironment=Unity |
General Comments 0
You need to be logged in to leave comments.
Login now