This is a development version (9.14.0.dev) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.14.0.dev / IPython / core / interactiveshell / InteractiveShell / find_cell_magic

function

IPython.core.interactiveshell:InteractiveShell.find_cell_magic

source: /IPython/core/interactiveshell.py :2611

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