Sage Notebook CSS

Sage Notebook CSS

sage.server.notebook.css.css(color='default')

Return the CSS header used by the Sage Notebook.

INPUT:

  • color - string or pair of html colors, e.g., ‘gmail’ ‘grey’ ('#ff0000', '#0000ff')

EXAMPLES:

sage: import sage.server.notebook.css as c
sage: type(c.css())
<type 'str'>

Previous topic

Customization of the Notebook Keybindings

Next topic

Support for the Notebook (introspection and setup)

This Page