# API Reference The public Python API is intentionally small. Instructors usually call `notebook_ta.load()` from a notebook setup cell, and may use `notebook_ta.get_registry()` for introspection. ```{eval-rst} .. automodule:: notebook_ta :members: load, get_registry ```