docs-mintlify/admin/connect-to-data/visualization-tools/deepnote.mdx
Here's a short video guide on how to connect Deepnote to Cube.
<iframe width="100%" height="400" src="https://www.loom.com/embed/d00eed9dd37b476e8928126d010b3dfc" title="Loom video" frameBorder="0" allowFullScreen />Navigate to the Integrations page, click Connect to Cube, and choose Deepnote to get detailed instructions.
You can connect a Cube deployment to Deepnote using the SQL API.
In Cube Core, the SQL API is disabled by default. Enable it and configure the credentials to connect to Deepnote.
Deepnote connects to Cube as to a Postgres database.
Your cubes will be exposed as tables, where both your measures and dimensions are columns.
You can write SQL in Deepnote that will be executed in Cube. Learn more about Cube SQL syntax on the reference page.
<div style={{ textAlign: "center" }}> </div>You can also create a visualization of the executed SQL query.
<div style={{ textAlign: "center" }}> </div>