githubEdit

MariaDB Jupyter Kernel Magic Commands

Magic commands reference for the MariaDB Jupyter Kernel, covering lsmagic, line/bar/pie plot commands, df export, load, and the delimiter cell magic.

Below you'll find a table with all the available magic commands supported by the kernel. For more help information regarding the usage and parameters of each magic command, please run the %lsmagic command.

Magic
Type
Description

lsmagic

line

lists all available magic and help text for each

line

line

line-plots the result of the last query

df

line

write the result of the last query in a CSV file

bar

line

bar-plots the result of the last query

pie

line

pie-plots the result of the last query

load

line

loads the data from a CSV file into an existing table

delimiter

cell

run a SQL statement using a custom delimiter

spinner

Last updated

Was this helpful?