htmd.session module# htmd.session.htmdload(fname)# Loads a previously saved workspace from a file. Parameters: fname (str) – The location of the file containing the saved workspace. htmd.session.htmdsave(fname, varnames=None)# Saves the workspace to a file Parameters: fname (str) – The file in which to save the workspace varnames (list) – A list of variables to save. Default: saves all variables.