SQL cell magic command
Added ipython magic to make it easier to query sql.
import calitp.magics
# in a jupyter notebook cell
%%sql
SELECT 1
Added ipython magic to make it easier to query sql.
import calitp.magics
# in a jupyter notebook cell
%%sql
SELECT 1