ipython-qtconsole.desktop
24 lines
| 644 B
| application/x-desktop
|
DesktopLexer
|
r4257 | # If you want ipython to appear in a linux app launcher ("start menu"), install this by doing: | ||
# sudo desktop-file-install ipython-qtconsole.desktop | ||||
[Desktop Entry] | ||||
Comment=Enhanced interactive Python qtconsole | ||||
Exec=ipython qtconsole | ||||
|
r4823 | GenericName[en_US]=Python shell | ||
GenericName=Python shell | ||||
|
r4257 | Icon=gnome-netstatus-idle | ||
|
r4823 | Name[en_US]=IPython Qt console | ||
Name=IPython Qt console | ||||
|
r4257 | Categories=Development;Utility; | ||
StartupNotify=false | ||||
Terminal=false | ||||
Type=Application | ||||
|
r6705 | Actions=Pylab;Pylabinline; | ||
|
r4823 | |||
|
r6705 | [Desktop Action Pylab] | ||
|
r4823 | Name=Pylab | ||
Exec=ipython qtconsole --pylab | ||||
|
r6705 | [Desktop Action Pylabinline] | ||
|
r4823 | Name=Pylab (inline plots) | ||
Exec=ipython qtconsole --pylab=inline | ||||