bundles / IPython 9.3.0 / IPython / core / interactiveshell / InteractiveShell / run_cell_magic
function
IPython.core.interactiveshell:InteractiveShell.run_cell_magic
Signature
def run_cell_magic ( self , magic_name , line , cell ) Summary
Execute the given cell magic.
Parameters
magic_name: strName of the desired magic function, without '%' prefix.
line: strThe rest of the first input line as a single string.
cell: strThe body of the cell as a (possibly multiline) string.
Aliases
-
IPython.InteractiveShell.run_cell_magic