ipython-sql
ipython-sql copied to clipboard
Making a notebook with only SQL code
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.