forked from catherinedevlin/ipython-sql
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
When executing %load_ext sql
in a Jupyter Notebook, it raises two warnings:
/opt/python3.13/site-packages/sql/parse.py:339: SyntaxWarning: invalid escape sequence '\:'
Given a query, replaces all occurrences of ':variable' with '\:variable' and
/opt/python3.13/site-packages/sql/parse.py:369: SyntaxWarning: invalid escape sequence '\:'
Given a query, replaces all occurrences of 'example'[x:y] with 'example'[x\:y].
Metadata
Metadata
Assignees
Labels
No labels