Skip to content

Commit a699b7e

Browse files
Add example.ipynb
Signed-off-by: Andy Jakubowski <hello@andyjakubowski.com>
1 parent 7170fb6 commit a699b7e

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

example.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "bd14bf8d-1a4b-434c-8251-4291a9afb10e",
7+
"metadata": {},
8+
"outputs": [],
9+
"source": [
10+
"print('hello')"
11+
]
12+
}
13+
],
14+
"metadata": {
15+
"kernelspec": {
16+
"display_name": "Python 3 (ipykernel)",
17+
"language": "python",
18+
"name": "python3"
19+
},
20+
"language_info": {
21+
"codemirror_mode": {
22+
"name": "ipython",
23+
"version": 3
24+
},
25+
"file_extension": ".py",
26+
"mimetype": "text/x-python",
27+
"name": "python",
28+
"nbconvert_exporter": "python",
29+
"pygments_lexer": "ipython3",
30+
"version": "3.12.11"
31+
}
32+
},
33+
"nbformat": 4,
34+
"nbformat_minor": 5
35+
}

0 commit comments

Comments
 (0)