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