ipython-sql icon indicating copy to clipboard operation
ipython-sql copied to clipboard

Making a notebook with only SQL code

Open AbdealiLoKo opened this issue 8 years ago • 0 comments

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.

AbdealiLoKo avatar Aug 24 '16 07:08 AbdealiLoKo