Source code for grader_convert.preprocessors.clearoutput



from nbconvert.preprocessors import ClearOutputPreprocessor

from grader_convert.preprocessors.base import NbGraderPreprocessor


[docs]class ClearOutput(NbGraderPreprocessor, ClearOutputPreprocessor): pass