akshayka commited on
Commit
ddd7855
·
unverified ·
1 Parent(s): 5aaa673
Files changed (1) hide show
  1. polars/07-querying-with-sql.py +1 -1
polars/07-querying-with-sql.py CHANGED
@@ -83,7 +83,7 @@ def _(cached_file, sqlalchemy):
83
  @app.cell(hide_code=True)
84
  def _(mo):
85
  mo.md(r"""
86
- After creating the Engine, you should be able to see it in the **Data Sources** pannel in the sidebar. Whenever you create an SQLAlchemy engine as a global variable, Marimo picks up on it and makes it available for use in SQL Cells
87
 
88
  You can use it to consult all tables and their columns, as well as click "Add table to notebook" to get the code to use it, creating our first SQL Cell:
89
  """)
 
83
  @app.cell(hide_code=True)
84
  def _(mo):
85
  mo.md(r"""
86
+ After creating the Engine, you should be able to see it in the **Data Sources** panel in the sidebar. Whenever you create an SQLAlchemy engine as a global variable, Marimo picks up on it and makes it available for use in SQL Cells
87
 
88
  You can use it to consult all tables and their columns, as well as click "Add table to notebook" to get the code to use it, creating our first SQL Cell:
89
  """)