TenjintShell.
run_cell_magic
Execute the given cell magic.
magic_name (str) – Name of the desired magic function, without ‘%’ prefix.
line (str) – The rest of the first input line as a single string.
cell (str) – The body of the cell as a (possibly multiline) string.