diff --git a/images/datascience-notebook/scripts/nbgrader_config.py b/images/datascience-notebook/scripts/nbgrader_config.py index 41d06465..279f5392 100644 --- a/images/datascience-notebook/scripts/nbgrader_config.py +++ b/images/datascience-notebook/scripts/nbgrader_config.py @@ -10,11 +10,3 @@ c.Exchange.root = "/srv/nbgrader/exchange" c.ExecutePreprocessor.timeout = 300 - -c.ClearSolutions.begin_solution_delimeter = "BEGIN MY SOLUTION" -c.ClearSolutions.end_solution_delimeter = "END MY SOLUTION" -c.ClearSolutions.code_stub = { - "R": "# your code here\nfail() # No Answer - remove if you provide an answer", - "python": "# your code here\nraise NotImplementedError", - "javascript": "// your code here\nthrow new Error();" -} \ No newline at end of file