Turn off Your Maple Connection to AI Technology
The AI Formula Assistant and the related NaturalLanguage package offer a connection to AI technology.
By default, the AI Formula Assistant pane is visible and the connection is enabled after you accept the Terms of Use. If you don't accept the terms of use, the connection is not enabled. Alternatively, you can disable the connection to AI so that the AI Formula Assistant pane does not appear in the Maple interface.
To disable the AI connection:
Windows
Right-click your Maple desktop icon and select Properties.
In the Target field, enter a space after the closing quotation mark and enter -noAI.
Click OK.
Linux
At the command prompt, run the command xmaple -noAI
macOS
Close all open Maple sessions.
Navigate to the Maple installation folder (for example /Applications/Maple_version).
Control-click the Maple application icon and select Show Package Contents from the context menu.
Search for the file called Info.plist.
Note: It is strongly recommended that you create a backup of this file.
Open the Info.plist file in a text editor and locate the JVMArguments section of the file. For example,
<key>JVMArguments</key>
<array>
<string>-command</string>
<string>Start</string>
<string>Maple</string>
<string>-args</string>
<string>-B</string>
<string>/Library/Frameworks/Maple.framework/Versions/<Maple_version>/lib</string>
</array>
Add the commandline option -noAI as an additional string entry on a new line in this section:
<string>-noAI</string>
Save your changes and then restart Maple.
Alternatively, on macOS, you can turn off your connection by navigating to the /Library/Frameworks/Maple.framework/Versions/<Maple_version>/bin directory at a command prompt, and entering xmaple -noAI
Now when you open Maple, the AI Formula Assistant does not appear, the link to the AI Terms of Use in the Options Dialog is hidden from the Maple interface, and you cannot use the NaturalLanguage package to query an AI.
For more information, see maple.
See Also
maple
Using the AI Formula Assistant
Download Help Document