Connect Jupyter to Streambased
Jupyter notebooks are used for exploratory data analysis, data cleaning, data visualization, statistical modeling, machine learning, and deep learning. Let's bring real-time data into the mix.
Last updated
Jupyter notebooks are used for exploratory data analysis, data cleaning, data visualization, statistical modeling, machine learning, and deep learning. Let's bring real-time data into the mix.
Last updated
A running Streambased instance, for instructions see
A running Jupyter deployment that has the following additional packages:
jupysql
sqlalchemy-trino
In a new notebook execute the following:
From your notebook run the following to load the SQL extension and the open the previously created engine:
Using the SQL extension we can execute anything we like. Happy querying!