forked from catherinedevlin/ipython-sql
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
What happens?
I was reading this documentation page and there is the following example:
%sql two
SELECT * FROM two
But it doesn't run for me, it says:
Cell In[12], line 2
SELECT * FROM two
^
SyntaxError: invalid syntax
shouldn't the example be:
%%sql two
SELECT * FROM two
?
To Reproduce
See above
OS:
Windows
JupySQL Version:
0.11.1
Full Name:
Raffaele Mancuso
Affiliation:
University of Bologna
Metadata
Metadata
Assignees
Labels
No labels