load# EnsContext.load(filename: str) → None# Read a context from a local zip file Given the name of a context file, read it into memory and make it available for use by the PyEnSight Session methods. Parameters: filename: strThe name of the file to read.