How to organise code with workspaces¶
MARPLE uses workspaces to organise and persist your work. A workspace is a directory containing .apl files.
Save your session¶
This saves all variables and functions to the workspaces/myproject/ directory.
Load a workspace¶
List available workspaces¶
Workspace directory structure¶
Workspaces are saved under the workspaces/ directory (or the path set by the MARPLE_WORKSPACES environment variable):
See also: Import standard library, Workspaces and namespaces tutorial