Fraser commited on
Commit
580de2e
·
1 Parent(s): d28b899

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -11,4 +11,6 @@ Scraped from my dataset of traced HackerRank solutions. https://www.kaggle.com/f
11
  {"start": "b = 15", "code": "b = b // 2", "end": "b = 7"}
12
  ```
13
 
14
- Get an overview of the dataset from seeing the frequency of different ASTs. https://observablehq.com/@frasergreenlee/python-lines-dataset
 
 
 
11
  {"start": "b = 15", "code": "b = b // 2", "end": "b = 7"}
12
  ```
13
 
14
+ Get an overview of the dataset from seeing the frequency of different ASTs.
15
+ <iframe width="100%" height="144" frameborder="0"
16
+ src="https://observablehq.com/embed/@frasergreenlee/python-lines-dataset?cells=chart"></iframe>