Skip to content

Commit

Permalink
Merge pull request #145 from nalderto/patch-1
Browse files Browse the repository at this point in the history
Fix environments typo
  • Loading branch information
chrispyles authored Oct 23, 2020
2 parents a4714bf + 81ab7df commit c7e9362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/otter_generate/config_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ otter generate autograder -t hidden-tests -l r data.csv

#### Grading with Environments

Otter can grade assignments using saved environemnts in the log in the Gradescope container. _This behavior is not supported for R assignments._ This works by unshelving the environment stored in each check entry of Otter's log and grading against it. The notebook is parsed and only its import statements are executed. For more inforamtion about saving and using environments, see [Logging](../logging.md).
Otter can grade assignments using saved environments in the log in the Gradescope container. _This behavior is not supported for R assignments._ This works by unshelving the environment stored in each check entry of Otter's log and grading against it. The notebook is parsed and only its import statements are executed. For more inforamtion about saving and using environments, see [Logging](../logging.md).

To configure this behavior, two things are required:

Expand Down

0 comments on commit c7e9362

Please sign in to comment.