-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathipython-qtconsole.desktop
33 lines (27 loc) · 1.2 KB
/
ipython-qtconsole.desktop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Downloaded From: https://github.com/ipython/ipython/blob/master/examples/IPython%20Kernel/ipython-qtconsole.desktop
# With modifications to use dark background theme
# 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=bash -i -c "ipython qtconsole --ConsoleWidget.font_family=\"Source Code Pro\""
GenericName[en_US]=Python shell
GenericName=Python shell
#Icon=gnome-netstatus-idle
Icon=ipython
Name[en_US]=IPython Qt console
Name=IPython Qt console
Categories=Development;Utility;
StartupNotify=false
Terminal=false
Type=Application
Actions=Matplotlib;Matplotlibinline;
[Desktop Action Matplotlib]
Name=Matplotlib
#Exec=ipython qtconsole --matplotlib
#Exec=ipython qtconsole --matplotlib --colors=linux --ConsoleWidget.font_family="Source Code Pro"
Exec=bash -i -c "ipython qtconsole --ConsoleWidget.font_family=\"Source Code Pro\" --matplotlib"
[Desktop Action Matplotlibinline]
Name=Matplotlib (inline plots)
#Exec=ipython qtconsole --matplotlib=inline
Exec=bash -i -c "ipython qtconsole --ConsoleWidget.font_family=\"Source Code Pro\" --matplotlib=inline"