MapletViewer
The MapletViewer is an executable program that can launch saved Maplet applications. It displays and runs Maplet applications independently of the Maple worksheet environment.
Exporting a Worksheet As a Maplet Application File
Launching a Maplet Application
You can export Maple worksheets as .maplet files.
From the File menu, select Export As.
Specify Maplet as the file type.
Specify a path and folder for the file.
Enter a filename.
Click Save
To launch a Maplet application outside of the worksheet environment:
In Windows
By default the Windows installer creates an association between .maplet files and the MapletViewer.
From a Windows file browser, double-click the .maplet file.
or
Create a shortcut icon and place it on the desktop, specifying mapletviewer.exe followed by the .maplet filename.
In MacOS
The MapletViewer is available on Windows only. macOS users can invoke the .maplet files by executing the Command-line version.
Navigate to the /Library/Frameworks/Maple.framework/Versions/Current/bin directory.
At the command line, enter maple -q and then the filename as an argument.
In Linux
The MapletViewer is available on Windows only. Linux users can invoke the .maplet files by executing the Command-line version.
Change directories to $MAPLE_ROOT/bin, where MAPLE_ROOT is the root directory of your Maple installation.
See Also
Maplets[CommandLine]
Overview of Maplet Applications
The maple Command and Command-line Options
Translation of Maple Worksheets to Maplets
Download Help Document