Intro
Jupyter Workspaces allows you to write AI prompts within Notebooks. Jupyter uses the same prompts as in the Domo. AI Playground without navigating away from Jupyter. Learn more about Jupyter AI and the AI Playground.- Required grants
- Access Jupyter Workspaces
- Use the generate text prompt
- Use the Text-to SQL prompt
- Use the Text-to-Beast-Mode prompt
- Use the Summarize Text prompt
Required Grants
To access Jupyter, at least one of the following grants must be enabled for your role:- Create Jupyter Workspace — Allows a user to create, edit, and delete Jupyter Workspaces to which they have access.
- Manage Jupyter Workspace (Jupyter Admin) — Allows a user to view, edit, and delete any Jupyter Workspaces in the instance. This grant is needed to enable workspace sharing for other users.
Access Jupyter Workspaces
In the navigation header, select Data to open the Data Center. In the left navigation, select
More (three horizontal dots icon) > Jupyter Workspaces.

Use the Generate Text Prompt
The generate_text prompt provides answers to questions. In the example, the prompt provided to the AI service is in the prompt_template. It is given a limitation of $, which is provided in the prompt_parameters. The output prompt is provided at the bottom.
input_str.
Use the Text-to-SQL Prompt
The text_to_sql prompt provides a SQL query based on the question asked. In the example, the prompt provided to the AI service is in the prompt_template, and the specified column is in the prompt_parameters. The functional SQL query is provided in the output at the bottom.
input_str.
Use the Text-to-Beast-Mode Prompt
The Text-to-Beast-Mode service provides a Beast Mode function based on the question asked. In the example, the prompt provided to the AI asks to add all of the value columns (data_source_schemas) together. The Beast Mode function is provided in the output at the bottom.
input_str.
Use the Summarize Text Prompt
The summarize_text prompt provides a text summary based on the question asked. In the example, the prompt provided to the AI service is in text_summarization. The output prompt is provided at the bottom.
input_str.