Go to file
Paul Ivanov f5a02a02dd 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";
}
2014-03-11 18:22:03 -07:00
docs/source Merge pull request #5100 from minrk/base_kernel_url 2014-02-20 17:00:38 -08:00
examples Fixing the rest of the widget paths (widgets/js). 2014-03-07 14:15:11 -08:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython semantic names for indicator icons 2014-03-11 18:22:03 -07:00
.gitignore build listed twice in .gitignore. Removing one. 2014-01-24 12:37:48 -06:00
.mailmap updated .mailmap 2013-07-11 10:36:26 -07:00
setup.py Add mock to requirements for testing 2014-03-03 12:30:47 -08:00
setupbase.py Merge pull request #4802 from ivanov/ui-docs 2014-03-07 12:09:32 -08:00