Skip to content

Commit

Permalink
added in example notebook image
Browse files Browse the repository at this point in the history
  • Loading branch information
colinclement authored Feb 9, 2022
1 parent 1dd8ade commit 4b9abcd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ $ tar -xvzf juice-github-repos.tar.gz

### Data Schema

An example problem from the dataset looks like below. It includes the `prompt` which is the question to be asked to the student, `solution` which is the answer to the question and `test` which is the test case to be run on the student's code.
Here is an example of a notebook context, prompt cell (1 and the markdown), solution cell (2), and unit tests cell (3).

![example problem](example.png)

The DSP schema corresponding to this example includes the `prompt` which is the question to be asked to the student, `solution` which is the answer to the question and `test` which is the test case to be run on the student's code.

```python
{
Expand Down

1 comment on commit 4b9abcd

@LordReydrX
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is much better. It is far easier to follow, but consider expanding on the syntax with more robust examples. Closer to real-world the better.

Please sign in to comment.