# MariaDB Jupyter Kernel Magic Commands

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.

<table><thead><tr><th width="126">Magic</th><th width="98">Type</th><th>Description</th></tr></thead><tbody><tr><td>lsmagic</td><td>line</td><td>lists all available magic and help text for each</td></tr><tr><td>line</td><td>line</td><td>line-plots the result of the last query</td></tr><tr><td>df</td><td>line</td><td>write the result of the last query in a CSV file</td></tr><tr><td>bar</td><td>line</td><td>bar-plots the result of the last query</td></tr><tr><td>pie</td><td>line</td><td>pie-plots the result of the last query</td></tr><tr><td>load</td><td>line</td><td>loads the data from a CSV file into an existing table</td></tr><tr><td>delimiter</td><td>cell</td><td>run a SQL statement using a custom delimiter</td></tr></tbody></table>

{% @marketo/form formId="4316" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/connectors/other/mariadb-jupyter-kernel/using-the-kernel/mariadb-jupyter-kernel-magic-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
