How to Connect a Database with SignalPilot
Learn how to analyze data from your custom databases with SignalPilot
In this tutorial, we will show how to connect and use a Database with Signalpilot AI, an AI powered assistant for Jupyter notebook.
Install SignalPilot
At first, install SignalPilot AI following the installation guide.
Connecting the Database
Go to SignalPilot Settings and Paste your Database URL and click the refresh cache button (right next to Database URL text box):
For PostgresDB, the URL format is
postgresql://username:password@host:port/database
Using the Database
Go Back to SignalPilot AI Chat, use @mention to mention the database:
We will ask it the following question:
How many unique users are there in the database?