Synced repo using 'sync_with_huggingface' Github Action
Browse files- notebooks/helloworld.ipynb +3 -19
notebooks/helloworld.ipynb
CHANGED
|
@@ -2,29 +2,13 @@
|
|
| 2 |
"cells": [
|
| 3 |
{
|
| 4 |
"cell_type": "code",
|
| 5 |
-
"execution_count":
|
| 6 |
"id": "18edcb70-64a5-4d17-94c0-a86ecc435be4",
|
| 7 |
"metadata": {},
|
| 8 |
-
"outputs": [
|
| 9 |
-
{
|
| 10 |
-
"name": "stdout",
|
| 11 |
-
"output_type": "stream",
|
| 12 |
-
"text": [
|
| 13 |
-
"hello world\n"
|
| 14 |
-
]
|
| 15 |
-
}
|
| 16 |
-
],
|
| 17 |
"source": [
|
| 18 |
"print(\"hello world\")"
|
| 19 |
]
|
| 20 |
-
},
|
| 21 |
-
{
|
| 22 |
-
"cell_type": "code",
|
| 23 |
-
"execution_count": null,
|
| 24 |
-
"id": "b90e3e1f-5aa1-43a0-b9e2-1d1bcaf9ff94",
|
| 25 |
-
"metadata": {},
|
| 26 |
-
"outputs": [],
|
| 27 |
-
"source": []
|
| 28 |
}
|
| 29 |
],
|
| 30 |
"metadata": {
|
|
@@ -43,7 +27,7 @@
|
|
| 43 |
"name": "python",
|
| 44 |
"nbconvert_exporter": "python",
|
| 45 |
"pygments_lexer": "ipython3",
|
| 46 |
-
"version": "3.
|
| 47 |
}
|
| 48 |
},
|
| 49 |
"nbformat": 4,
|
|
|
|
| 2 |
"cells": [
|
| 3 |
{
|
| 4 |
"cell_type": "code",
|
| 5 |
+
"execution_count": null,
|
| 6 |
"id": "18edcb70-64a5-4d17-94c0-a86ecc435be4",
|
| 7 |
"metadata": {},
|
| 8 |
+
"outputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"source": [
|
| 10 |
"print(\"hello world\")"
|
| 11 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
| 13 |
],
|
| 14 |
"metadata": {
|
|
|
|
| 27 |
"name": "python",
|
| 28 |
"nbconvert_exporter": "python",
|
| 29 |
"pygments_lexer": "ipython3",
|
| 30 |
+
"version": "3.10.11"
|
| 31 |
}
|
| 32 |
},
|
| 33 |
"nbformat": 4,
|