save_workspace#
- Workspace.save_workspace(filename=None)[source]#
Saves all projects in the current workspace as a single file
- Parameters:
filename (str) – The filename to use when saving. If not provided, the present date and time are used.
Notes
The file is actually zip archive containing
pnmfiles, one for each project in the workspace. This archive can be extracted and eachpnmfile can be loaded manually usingload_projector theopenpnm.io.PNMclass.