Settings Configuration

Use CLI tool

First the jupyterlab_mutableai extension needs to be installed. After that, you can update the settings using the following command.

jupyterlab_mutableai 
    --api_key <api_key> 
    --auto_complete_domain <auto_complete_domain> 
    --transform_domain <transfer_domain>

The flags can be added as needed.

api_key: This flag sets mutableai backend API key.

auto_complete_domain: This flag updates the autocomplete domain. By default, the domain is set as api.mutableai.com.

transform_domain: This flag updates the transfer domain. By default, the domain is set as api.mutableai.com.

Use MutableAI settings

Navigate to toolbar then Mutable AI settings > Update Mutable AI Settings

Jupyterlab Settings

You can use jupyterlab settings to update the extension settings.

Last updated