##// END OF EJS Templates
Backport PR #5584: more semantic icons...
Backport PR #5584: more semantic icons This adds classes to customize the folder and notebook document icons in the dashboard view. I've also changed the notebook icon to have it better distinguished from the folders and match e.g. Github's approach to this issue. For the pixel-perfectionist, I've also made these icons a fixed width (they weren't before, I'm sure, like me, it's made you angry ; ) screenshot is coming. closes #5555

File last commit:

r10447:853e909f
r16676:85697f93
Show More
display.py
16 lines | 638 B | text/x-python | PythonLexer
"""Public API for display tools in IPython.
"""
#-----------------------------------------------------------------------------
# Copyright (C) 2012 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------
from IPython.core.display import *
from IPython.lib.display import *