Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e67c3 commit 57adf06Copy full SHA for 57adf06
1 file changed
docs/examples/core/ipython-qtconsole.desktop
@@ -4,12 +4,23 @@
4
[Desktop Entry]
5
Comment=Enhanced interactive Python qtconsole
6
Exec=ipython qtconsole
7
-GenericName[en_US]=IPython qtconsole
8
-GenericName=IPython qtconsole
+GenericName[en_US]=Python shell
+GenericName=Python shell
9
Icon=gnome-netstatus-idle
10
-Name[en_US]=ipython qtconsole
11
-Name=ipython qtconsole
+Name[en_US]=IPython Qt console
+Name=IPython Qt console
12
Categories=Development;Utility;
13
StartupNotify=false
14
Terminal=false
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
0 commit comments