bundles / IPython 9.11.0 / IPython / core / interactiveshell / InteractiveShell / find_cell_magic
function
IPython.core.interactiveshell:InteractiveShell.find_cell_magic
Signature
def find_cell_magic ( self , magic_name ) Summary
Find and return a cell magic by name.
Extended Summary
Returns None if the magic isn't found.
Aliases
-
IPython.InteractiveShell.find_cell_magic