What is autocomplete?
Autocomplete is a feature that suggests completions for your notebook code as you type. It helps you write code faster and reduce errors by suggesting the correct syntax, method names, variables, and expressions.
Before you begin
You must have permission to access AI Workbench.
Use code completions in a notebook
Autocomplete suggestions appear directly inside Python cells as you type.
Navigate to More > AI workbench.
Select Add Notebook or choose from an existing Notebook.
Click into a Python cell in the notebook editor.
Begin typing a method name, variable, or expression.
Inline suggestions appear as light gray text ahead of your cursor.
When multiple completions are available, a popup menu appears beneath the line.
Use the shortcuts shown in the popup menu to accept or navigate between suggestions.
Continue typing or execute the cell as usual.
Click Save once your work is completed.
AI-powered code suggestions
By default, the editor offers autocomplete based on the history of your notebook code.
An administrator (user with “General” permission) can enable AI-powered code completions, which improve suggestion accuracy and provide more context-aware predictions.
Enable AI-powered code suggestions
To enable AI-powered suggestions:
In the BlueConic navigation bar, select BlueConic Settings (cog icon).
Choose General.
Scroll to the Generative AI Settings section.
Turn on Code completions.
Select Save.

