docs/content/product/configuration/visualization-tools/deepnote.mdx
Deepnote is a data notebook that is built for collaboration and is Jupyter compatible.
Here's a short video guide on how to connect Deepnote to Cube.
<LoomVideo url="https://www.loom.com/embed/d00eed9dd37b476e8928126d010b3dfc" />Navigate to the Integrations page, click <Btn>Connect to Cube</Btn>, and choose <Btn>Deepnote</Btn> 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>