Notebooks
Athena Notebooks bring the power of Jupyter notebooks directly into the Athena platform, enhancing your data analysis and coding experience. These notebooks allow you to conduct in-depth, AI-powered analyses that contain interactive code, equations, visualizations, and models.
Key Features
Chat with Athena in the sidebar
You can collaborate with Athena while you work. She can “see” your notebook and your currently selected cell. So if you are stuck on something, just pop open the sidebar and ask for help or to write the code for you!
Call Athena directly in a notebook cell
In Jupyter notebooks the double percentage signs ”%%” are cell magic commands. You can use Athena directly by using the %%ai athena
command followed by your prompt your request.
Use the Athena SDK
We provide an SDK that exposes some of Athena’s capabilities. The SDK allows you to generate conversation messages, perform web searches, use tools and workflows, and more. You can use that SDK directly within Athena Notebooks, eliminating the need to enter or setup your API Key.