Conf

class astropy.table.Conf[source] [edit on github]

Bases: astropy.config.ConfigNamespace

Configuration parameters for astropy.table.

Attributes Summary

auto_colname The template that determines the name of a column if it cannot be determined.
default_notebook_table_class The table class to be used in Jupyter notebooks when displaying tables (and not overridden).

Attributes Documentation

auto_colname

The template that determines the name of a column if it cannot be determined. Uses new-style (format method) string formatting.

default_notebook_table_class

The table class to be used in Jupyter notebooks when displaying tables (and not overridden). See <http://getbootstrap.com/css/#tables for a list of useful bootstrap classes.