iblai / jupyter-edx-grader-xblock

Grade Jupyter Notebooks in Open edX
https://ibleducation.com/gw-and-ibl-release-an-open-edx-xblock-to-add-graded-problems-based-on-jupyter-notebooks/
BSD 3-Clause "New" or "Revised" License
45 stars 20 forks source link

Upload source notebook #10

Closed guangyaw closed 4 years ago

guangyaw commented 5 years ago

In "INSTRUCTOR NOTEBOOK UPLOAD", I meet a problem when uploading my notebook: "No Solution Cells Found in uploaded notebook! Are you sure this is the instructor version?".

Would you please provide a sample that would be a correct called "INSTRUCTOR NOTEBOOK"?

(My notebook is here :
https://drive.google.com/file/d/1q7hA7_3Fh-d8P45V-J4LKfDl3vaBhL-g/view?usp=sharing )

labarba commented 5 years ago

Your instructor notebook needs to comply with the nbgrader format. You might need to consult the nbgrader documentation. We can't provide support for that.