Connect from Cube Cloud
Navigate to the Integrations page, click Connect to Cube, and choose Jupyter to get detailed instructions.Connect from Cube Core
You can connect a Cube deployment to Jupyter using the SQL API. In Cube Core, the SQL API is disabled by default. Enable it and configure the credentials to connect to Jupyter.Connecting from Jupyter
Jupyter connects to Cube as to a Postgres database.Creating a connection
Make sure to install thesqlalchemy and pandas modules.
sqlalchemy.create_engine to connect to Cube’s SQL API.