Or JupyterNotebookUploadQuestion?
I think it's quite easy to achieve that by subclassing UploadQuestion. Features:
- Allow only uploading file with extension ".ipynb"
- Check validaty of the file
- Enable preview in upload ui and grading ui
Prevent dangerous (JavaScript) code in preview
Any suggestions?