Skip to content
Snippets Groups Projects
Commit c849e0c0 authored by Oksana Riba Grognuz's avatar Oksana Riba Grognuz
Browse files

Update README.md

parent 6702a040
No related branches found
No related tags found
No related merge requests found
Pipeline #278835 passed with stage
in 1 minute and 8 seconds
# Jupyter-autograde
# autograde
`autograde` is a toolbox for testing Jupyter notebooks. Autograde executed of notebooks with consecutive unit testing of the final notebook state and allows refining results (e.g. grading plots by hand) in the audit mode. Autograde summarizes results in human and machine-readable formats.
https://github.com/cssh-rwth/autograde#autograde
https://github.com/cssh-rwth/autograde
## Demo
Let's evaluate dexample files provided by `autograde` that are located in the demo/ subdirectory to illustrate automatic grading.
We have included `autograde` to this envirnment by adding a line `jupyter-autograde==0.2.13` to `requirements.txt` file.
Let's evaluate how it automates grading using the example files provided by `autograde` in the `demo/` subdirectory.
### Grade
To grade `demo/notebook.ipynb` we run `autograde test` against test scenarios specified in `demo/test.py` using context files stored in `demo/context`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment