ExamKernel Installation

The ExamKernel can be found on GitHub.

The ExamKernel acts as a wrapper around a standard Python kernel, that sanitizes the code before executing it. For this cell magics and terminal commands are blocked. It also allows for executing an initialization code and blocking or allowing certain imports. For more details see the ExamKernel Configuration section.

To install do the following

pip install --no-cache-dir git+https://github.com/DigiKlausur/exam_kernel@master
python -m exam_kernel install --sys-prefix