Skip to content

Commit

Permalink
Fix binder exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jul 18, 2023
1 parent fc6d524 commit 53f453b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ echo 'c = get_config()' > nbgrader_config.py
echo 'c.CourseDirectory.root = "./example_course"' >> nbgrader_config.py
echo 'c.Exchange.root = "./example_course_exchange"' >> nbgrader_config.py
echo 'c.Exchange.assignment_dir = "./example_course"' >> nbgrader_config.py

echo 'c.Exchange.root = "../example_course_exchange"' >> example_course/nbgrader_config.py

0 comments on commit 53f453b

Please sign in to comment.