Sync Any Documentation with Notebooks
Overview
Access any documentation in Athena Notebooks to enhance code Athena's code copiloting capabilities.
Sync Documentation
Select 'Web Sync' Option
To start syncing documentation in Athena, go to Drive and click the Connect
button. This button is located in the top right, along with other options like Create
and Chat
.
After clicking Connect
, a dropdown menu will appear. In this dropdown, you will find two options: Web Sync
and Upload
. Select the Web Sync
option.
Enter URL and Sync
In the Enter website URL
textbox, type the URL of the web page with the documentation you want to sync. Click the Sync
button.
Use Synced Documentation
To use documentation, drag the synced webpage to the right to add it to the Workbench.
Once the asset is added to the workbench, you can use it across the app to have Athena reference the documentation in any workflow:
Open Chat and start a new chat to have Athena answer questions about the documentation or provide advice
Open Notebooks and click Chat to use Athena in Notebooks to copilot code and provide specific advice using added documentation context.
Copiloting code with documentation context
In this example, Athena was asked to provide an example of multivariate plots using documentation examples.
You can transfer Athena's code blocks to the notebook by clicking Insert on each code block. Then click Run (Shfit+Enter) on each cell to run the code.