Load or Unload a Package
Load Package
Unload Package
Package List
Load Package uses the with(package) calling sequence to make the short form names of the commands of a Maple package available at the interface level.
On the Tools tab of the ribbon, in the Packages group, click Load Package ( ) and select the package to load.
When a package is loaded it becomes active in the Unload Package menu. The package name remains active in the Load Package menu.
Unload Package uses the unwith(package) calling sequence to remove package exports from the global namespace.
From the Tools tab, select Unload Package ( ) and select the package to unload.
Package List ( ) opens a help page with a list of all packages.
See Also
packages
unwith
UsingPackages
with
Download Help Document