##// END OF EJS Templates
Image embed vs not embed notebook example...
Image embed vs not embed notebook example consist of 2 images, same URL, display in the notebook, one witih embed=True the other with embed=False, Chosen url is google doodle url which should show : the first, embeded : google doodle of robert doisneau's commemoration day the other, with url kwarg : google doodle of current the day

File last commit:

r4256:804cec56
r6530:fe2f9ba3
Show More
ipython.desktop
15 lines | 400 B | text/plain | TextLexer
Ville M. Vainio
Add linux .desktop files to doc/examples/core. Can be used with desktop-file-install to create start menu entries
r1592 # If you want ipython to appear in a linux app launcher ("start menu"), install this by doing:
# sudo desktop-file-install ipython.desktop
[Desktop Entry]
Comment=Enhanced interactive Python shell
Exec=ipython
GenericName[en_US]=IPython
GenericName=IPython
Icon=gnome-netstatus-idle
Name[en_US]=ipython
Name=ipython
Categories=Development;Utility;
StartupNotify=false
Terminal=true
Type=Application