You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make a notebook which essentially only has SQL code.
Currently, I'd have to choose a Python kernel and add a %%sql to every block, right ?
Is there a better way to do this so that I can simply write SQL code without adding the magics everywhere ?
It would be nice to have a kernel "SQL" or so which directly does this.
The text was updated successfully, but these errors were encountered:
* adds alias to Connection
* adds -A/--alias
* adds alias to Connection
* parsing -A/--alias
* documents -A/--alias
* test fixes due to -A/--alias addition
* adds some missing versionadded
* adds links to example
* adds fork notice
* adds missing test on closing connections with --alias
I want to make a notebook which essentially only has SQL code.
Currently, I'd have to choose a Python kernel and add a
%%sql
to every block, right ?Is there a better way to do this so that I can simply write SQL code without adding the magics everywhere ?
It would be nice to have a kernel "SQL" or so which directly does this.
The text was updated successfully, but these errors were encountered: