Skip to main content

Use the AI Assistant in AI Workbench

Updated today

The AI Assistant in AI Workbench provides a conversational experience to help you write, modify, and troubleshoot Python code directly in your notebooks. It supports real-time interactions, contextual suggestions, and direct access to support resources—all within the notebook editor. Use the assistant to accelerate analysis, reduce errors, and uncover new insights faster.


Before you begin


Open the AI Assistant

  1. From the BlueConic navigation bar, click More > AI Workbench.

  2. Open an existing notebook or create a new one by selecting Add notebook.

  3. In the notebook editor, click the AI button in the top-left corner.

    • The AI Assistant panel opens on the right side of the editor window.

  4. Save your work.

Ask questions or request help

In the AI Assistant panel, you can:

  • Ask questions about Python syntax, libraries, or best practices.

  • Paste code snippets and request explanations or optimizations.

  • Use chat commands to format, clean, or summarize content.

  • Fix errors in your Python code.

Tip: In the Python editor, you can request code completions in your cell.


Tips for success

  • Start with a clear question or goal, such as “Optimize this loop” or “How do I filter a DataFrame?”

  • Use natural language. Technical shorthand is understood but not required.

  • When stuck, use the context button in the chat to share notebook content for tailored suggestions.


Next steps

  • Explore additional resources in AI Workbench to expand your analysis, such as running models, visualizing outputs and results.

Did this answer your question?