Sheets

class ws_sheets.Book(settings=None)[source]

Book class

middleware_security = None

string to be interpreted as rst and displayed on webpage

script_post = None

Script object that runs after cell evaluation. It has access to cell strings and values.

script_pre = None

Script object that runs before cell evalutation. It has access to cell strings. The globals dict passed to this script is then used in cell evaluation. So cells have access to globals created or modified by this script.