relate icon indicating copy to clipboard operation
relate copied to clipboard

New type of question: JupyterNotebookQuestion

Open dzhuang opened this issue 5 years ago • 1 comments

Or JupyterNotebookUploadQuestion? I think it's quite easy to achieve that by subclassing UploadQuestion. Features:

  1. Allow only uploading file with extension ".ipynb"
  2. Check validaty of the file
  3. Enable preview in upload ui and grading ui
  4. ~~Prevent dangerous (JavaScript) code in preview~~

Any suggestions?

dzhuang avatar Mar 20 '20 03:03 dzhuang

That sounds like a useful feature.

inducer avatar Mar 20 '20 03:03 inducer