##// END OF EJS Templates
Finishing the index files.
Finishing the index files.

File last commit:

r16113:87737521
r16118:61d31e5b
Show More
ipython-qtconsole.desktop
24 lines | 684 B | text/plain | TextLexer
/ examples / Misc / ipython-qtconsole.desktop
Julian Taylor
add desktop file for the qtconsole
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
Thomas Kluyver
Add Unity quicklist to .desktop file for IPython Qt console.
r4823 GenericName[en_US]=Python shell
GenericName=Python shell
Julian Taylor
add desktop file for the qtconsole
r4257 Icon=gnome-netstatus-idle
Thomas Kluyver
Add Unity quicklist to .desktop file for IPython Qt console.
r4823 Name[en_US]=IPython Qt console
Name=IPython Qt console
Julian Taylor
add desktop file for the qtconsole
r4257 Categories=Development;Utility;
StartupNotify=false
Terminal=false
Type=Application
MinRK
remove pylab from desktop entrypoint and completion
r15183 Actions=Matplotlib;Matplotlibinline;
Thomas Kluyver
Add Unity quicklist to .desktop file for IPython Qt console.
r4823
MinRK
remove pylab from desktop entrypoint and completion
r15183 [Desktop Action Matplotlib]
Name=Matplotlib
Exec=ipython qtconsole --matplotlib
Thomas Kluyver
Add Unity quicklist to .desktop file for IPython Qt console.
r4823
MinRK
remove pylab from desktop entrypoint and completion
r15183 [Desktop Action Matplotlibinline]
Name=Matplotlib (inline plots)
Exec=ipython qtconsole --matplotlib=inline