Once you have your Jupyter Notebook setup, you can start setting up testcases.

You will need the ID of each cell to specify what test cases run on which cells. We recommend keeping the notebook editor in one tab and the Mimir Notebook settings on another. Here is an example of how cell IDs are linked to testcases. 

The image below contains a graded cell with ID "func_def".

When creating a testcase for Jupyter coursework, you will find a new required field labeled "Cells To Run." Any cell that you select here will be loaded into the testing environment for the testcase execution. For more complicated testcases, we recommend using our new Custom Python Testcase.

Did this answer your question?