John Yan
commited on
Commit
·
f251880
1
Parent(s):
910efdc
fixed
Browse files- .ipynb_checkpoints/Untitled-checkpoint.ipynb +0 -6
- .ipynb_checkpoints/app-checkpoint.ipynb +56 -0
- Untitled.ipynb +0 -6
- app.ipynb +56 -0
- app.py +2 -2
.ipynb_checkpoints/Untitled-checkpoint.ipynb
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"cells": [],
|
| 3 |
-
"metadata": {},
|
| 4 |
-
"nbformat": 4,
|
| 5 |
-
"nbformat_minor": 5
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ipynb_checkpoints/app-checkpoint.ipynb
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "code",
|
| 5 |
+
"execution_count": 1,
|
| 6 |
+
"id": "1f1132c8-8566-466f-a76b-13741b317365",
|
| 7 |
+
"metadata": {
|
| 8 |
+
"tags": []
|
| 9 |
+
},
|
| 10 |
+
"outputs": [
|
| 11 |
+
{
|
| 12 |
+
"data": {
|
| 13 |
+
"text/plain": [
|
| 14 |
+
"2"
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"execution_count": 1,
|
| 18 |
+
"metadata": {},
|
| 19 |
+
"output_type": "execute_result"
|
| 20 |
+
}
|
| 21 |
+
],
|
| 22 |
+
"source": [
|
| 23 |
+
"1+1"
|
| 24 |
+
]
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"cell_type": "code",
|
| 28 |
+
"execution_count": null,
|
| 29 |
+
"id": "bb6b81c7-7fcc-48f4-949a-0bcbae1d557a",
|
| 30 |
+
"metadata": {},
|
| 31 |
+
"outputs": [],
|
| 32 |
+
"source": []
|
| 33 |
+
}
|
| 34 |
+
],
|
| 35 |
+
"metadata": {
|
| 36 |
+
"kernelspec": {
|
| 37 |
+
"display_name": "Python 3 (ipykernel)",
|
| 38 |
+
"language": "python",
|
| 39 |
+
"name": "python3"
|
| 40 |
+
},
|
| 41 |
+
"language_info": {
|
| 42 |
+
"codemirror_mode": {
|
| 43 |
+
"name": "ipython",
|
| 44 |
+
"version": 3
|
| 45 |
+
},
|
| 46 |
+
"file_extension": ".py",
|
| 47 |
+
"mimetype": "text/x-python",
|
| 48 |
+
"name": "python",
|
| 49 |
+
"nbconvert_exporter": "python",
|
| 50 |
+
"pygments_lexer": "ipython3",
|
| 51 |
+
"version": "3.11.3"
|
| 52 |
+
}
|
| 53 |
+
},
|
| 54 |
+
"nbformat": 4,
|
| 55 |
+
"nbformat_minor": 5
|
| 56 |
+
}
|
Untitled.ipynb
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"cells": [],
|
| 3 |
-
"metadata": {},
|
| 4 |
-
"nbformat": 4,
|
| 5 |
-
"nbformat_minor": 5
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app.ipynb
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "code",
|
| 5 |
+
"execution_count": 1,
|
| 6 |
+
"id": "1f1132c8-8566-466f-a76b-13741b317365",
|
| 7 |
+
"metadata": {
|
| 8 |
+
"tags": []
|
| 9 |
+
},
|
| 10 |
+
"outputs": [
|
| 11 |
+
{
|
| 12 |
+
"data": {
|
| 13 |
+
"text/plain": [
|
| 14 |
+
"2"
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"execution_count": 1,
|
| 18 |
+
"metadata": {},
|
| 19 |
+
"output_type": "execute_result"
|
| 20 |
+
}
|
| 21 |
+
],
|
| 22 |
+
"source": [
|
| 23 |
+
"1+1"
|
| 24 |
+
]
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"cell_type": "code",
|
| 28 |
+
"execution_count": null,
|
| 29 |
+
"id": "bb6b81c7-7fcc-48f4-949a-0bcbae1d557a",
|
| 30 |
+
"metadata": {},
|
| 31 |
+
"outputs": [],
|
| 32 |
+
"source": []
|
| 33 |
+
}
|
| 34 |
+
],
|
| 35 |
+
"metadata": {
|
| 36 |
+
"kernelspec": {
|
| 37 |
+
"display_name": "Python 3 (ipykernel)",
|
| 38 |
+
"language": "python",
|
| 39 |
+
"name": "python3"
|
| 40 |
+
},
|
| 41 |
+
"language_info": {
|
| 42 |
+
"codemirror_mode": {
|
| 43 |
+
"name": "ipython",
|
| 44 |
+
"version": 3
|
| 45 |
+
},
|
| 46 |
+
"file_extension": ".py",
|
| 47 |
+
"mimetype": "text/x-python",
|
| 48 |
+
"name": "python",
|
| 49 |
+
"nbconvert_exporter": "python",
|
| 50 |
+
"pygments_lexer": "ipython3",
|
| 51 |
+
"version": "3.11.3"
|
| 52 |
+
}
|
| 53 |
+
},
|
| 54 |
+
"nbformat": 4,
|
| 55 |
+
"nbformat_minor": 5
|
| 56 |
+
}
|
app.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c395a1abcc5e6834435b77f98c550deb5e3ec2518269741a1016c597d7250506
|
| 3 |
+
size 663
|