##// END OF EJS Templates
semantic names for indicator icons...
semantic names for indicator icons For all of the discussion that we had about what kind of icons should and should not be used to indicate what mode the notebook is in, we never went through to make it possible to override it. With this change, it is now possible to override what icons are displayed for Command and Edit Modes. For example, @minrk liked the fighter-jet icon for Command Mode, so he can put this in his custom.css .ipython-command-mode:before { content: "\f0fb"; }
Paul Ivanov -
r15806:6b3b303a
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / templates
html
latex
skeleton
README.md Loading ...
markdown.tpl Loading ...
python.tpl Loading ...
rst.tpl Loading ...

README FIRST

Please do not add new templates for nbconvert here.

In order to speed up the distribution of nbconvert templates and make it
simpler to share such contributions, we encourage sharing those links on our
wiki
page
.