Hacker News new | ask | show | jobs
by wayneftw 2326 days ago
> SQL kernel

I've never heard this term before and a brief search for it did not bear any definitions.

Can you expand on what exactly makes an SQL kernel?

2 comments

Not GP, but I think they are referring to https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
Whilst jupyter notebooks are often synonymous with python code, the languages are actually pluggable by using a different kernel. Microsoft have implemented an SQL kernel which means you can write SQL queries directly in a notebook.