Bedoonraj K
commited on
Commit
·
74b43e7
1
Parent(s):
fd82320
test pushing
Browse files- test.ipynb +48 -0
test.ipynb
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": 1,
|
6 |
+
"metadata": {},
|
7 |
+
"outputs": [
|
8 |
+
{
|
9 |
+
"name": "stdout",
|
10 |
+
"output_type": "stream",
|
11 |
+
"text": [
|
12 |
+
"Hello\n"
|
13 |
+
]
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"source": [
|
17 |
+
"print(\"Hello\")"
|
18 |
+
]
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"metadata": {
|
22 |
+
"kernelspec": {
|
23 |
+
"display_name": "Python 3.11.3 64-bit",
|
24 |
+
"language": "python",
|
25 |
+
"name": "python3"
|
26 |
+
},
|
27 |
+
"language_info": {
|
28 |
+
"codemirror_mode": {
|
29 |
+
"name": "ipython",
|
30 |
+
"version": 3
|
31 |
+
},
|
32 |
+
"file_extension": ".py",
|
33 |
+
"mimetype": "text/x-python",
|
34 |
+
"name": "python",
|
35 |
+
"nbconvert_exporter": "python",
|
36 |
+
"pygments_lexer": "ipython3",
|
37 |
+
"version": "3.11.3"
|
38 |
+
},
|
39 |
+
"orig_nbformat": 4,
|
40 |
+
"vscode": {
|
41 |
+
"interpreter": {
|
42 |
+
"hash": "5238573367df39f7286bb46f9ff5f08f63a01a80960060ce41e3c79b190280fa"
|
43 |
+
}
|
44 |
+
}
|
45 |
+
},
|
46 |
+
"nbformat": 4,
|
47 |
+
"nbformat_minor": 2
|
48 |
+
}
|