htmd.session module# htmd.session.htmdload(fname: str) → None# Load a previously saved workspace from a file. Parameters: fname (str) – The location of the file containing the saved workspace. htmd.session.htmdsave(fname: str, varnames: list | None = None) → None# Save the workspace to a file. Parameters: fname (str) – The file in which to save the workspace. varnames (list, optional) – A list of variable names to save. If None, all non-private, non-module, non-function variables are saved.