E2xgrader Configuration
To make sure all E2xgrader features are working as expected, you need to edit your nbgrader_config.py.
Information about where this file is located can be found in the Nbgrader docs.
Basic Configuration
# nbgrader_config.py
from e2xgrader.config import configure_base
c = get_config()
# Register custom preprocessors for autograding and generating assignments
configure_base(c)
Configuring the Exchange
For configuring the exchange look at the section Configuring the Exchange.
A complete example of the nbgrader_config.py can be found in the e2xgrader repository.