Skip to content

Commit

Permalink
Update nbgrader_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Jan 12, 2024
1 parent fcd709a commit 5640571
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions images/datascience-notebook/scripts/nbgrader_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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();"
}

0 comments on commit 5640571

Please sign in to comment.