Show More
@@ -4,12 +4,23 b'' | |||
|
4 | 4 | [Desktop Entry] |
|
5 | 5 | Comment=Enhanced interactive Python qtconsole |
|
6 | 6 | Exec=ipython qtconsole |
|
7 |
GenericName[en_US]= |
|
|
8 |
GenericName= |
|
|
7 | GenericName[en_US]=Python shell | |
|
8 | GenericName=Python shell | |
|
9 | 9 | Icon=gnome-netstatus-idle |
|
10 |
Name[en_US]= |
|
|
11 |
Name= |
|
|
10 | Name[en_US]=IPython Qt console | |
|
11 | Name=IPython Qt console | |
|
12 | 12 | Categories=Development;Utility; |
|
13 | 13 | StartupNotify=false |
|
14 | 14 | Terminal=false |
|
15 | 15 | Type=Application |
|
16 | X-Ayatana-Desktop-Shortcuts=Pylab;Pylabinline | |
|
17 | ||
|
18 | [Pylab Shortcut Group] | |
|
19 | Name=Pylab | |
|
20 | Exec=ipython qtconsole --pylab | |
|
21 | TargetEnvironment=Unity | |
|
22 | ||
|
23 | [Pylabinline Shortcut Group] | |
|
24 | Name=Pylab (inline plots) | |
|
25 | Exec=ipython qtconsole --pylab=inline | |
|
26 | TargetEnvironment=Unity |
General Comments 0
You need to be logged in to leave comments.
Login now