Skip to content

Commit

Permalink
added: data
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanDandage committed Jul 14, 2024
1 parent a7cd705 commit 08a476f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ include LICENSE
include CONTRIBUTING.md
include README.md
recursive-exclude * __pycache__
include parag/data/*.json
include data/*.json
16 changes: 14 additions & 2 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1203,9 +1203,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "parag",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "parag"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 08a476f

Please sign in to comment.