##// END OF EJS Templates
Merge pull request #4305 from minrk/even-more-ways-to-get-ifaces...
Merge pull request #4305 from minrk/even-more-ways-to-get-ifaces Add even more ways to populate localinterfaces use netifaces for faster IPython.utils.localinterfaces when availlable, Parse subprocess output from ifconfig / ip addr / ipconfig. Lower priority than netifaces, but still higher priority than socket.gethostbyname. Fallback to gethostname otherwise. Should be much faster in worst case scenario where machine are badly configurred and can wait up to ~30s to start ipython. Slighly slower in other cases.

File last commit:

r9190:20a102a5
r12911:aeeb7f5a merge
Show More
ipython-qtconsole.desktop
24 lines | 644 B | text/plain | TextLexer
/ examples / core / 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
Bradley M. Froehle
Avoid deprecated warnings from ipython-qtconsole.desktop....
r6705 Actions=Pylab;Pylabinline;
Thomas Kluyver
Add Unity quicklist to .desktop file for IPython Qt console.
r4823
Bradley M. Froehle
Avoid deprecated warnings from ipython-qtconsole.desktop....
r6705 [Desktop Action Pylab]
Thomas Kluyver
Add Unity quicklist to .desktop file for IPython Qt console.
r4823 Name=Pylab
Exec=ipython qtconsole --pylab
Bradley M. Froehle
Avoid deprecated warnings from ipython-qtconsole.desktop....
r6705 [Desktop Action Pylabinline]
Thomas Kluyver
Add Unity quicklist to .desktop file for IPython Qt console.
r4823 Name=Pylab (inline plots)
Exec=ipython qtconsole --pylab=inline