Turn off Your Connection to AI Technology - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Configure Maple : Customize the Maple System : Turn off Your Connection to AI Technology

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

1. 

Right-click your Maple desktop icon and select Properties.

2. 

In the Target field, enter a space after the closing quotation mark and enter -noAI.

3. 

Click OK.

 

  

Linux

• 

At the command prompt, run the command xmaple -noAI

 

  

macOS

1. 

Close all open Maple sessions.

2. 

Navigate to the Maple installation folder (for example /Applications/Maple_version).

3. 

Control-click the Maple application icon and select Show Package Contents from the context menu.

4. 

Search for the file called Info.plist.

  

Note: It is strongly recommended that you create a backup of this file.

5. 

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>

6. 

Add the commandline option -noAI as an additional string entry on a new line in this section:

<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>

        <string>-noAI</string>

</array>

8. 

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