Commit ·
b2076f0
1
Parent(s): e4d0ce4
second attempt
Browse files
.ipynb_checkpoints/Example-Notebook-checkpoint.ipynb
CHANGED
|
@@ -1,6 +1,80 @@
|
|
| 1 |
{
|
| 2 |
-
"cells": [
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"nbformat": 4,
|
| 5 |
"nbformat_minor": 5
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "markdown",
|
| 5 |
+
"id": "2efe8437",
|
| 6 |
+
"metadata": {},
|
| 7 |
+
"source": [
|
| 8 |
+
"# my first file for HF"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"cell_type": "code",
|
| 13 |
+
"execution_count": 1,
|
| 14 |
+
"id": "50e6da7f",
|
| 15 |
+
"metadata": {},
|
| 16 |
+
"outputs": [
|
| 17 |
+
{
|
| 18 |
+
"data": {
|
| 19 |
+
"text/plain": [
|
| 20 |
+
"24"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
"execution_count": 1,
|
| 24 |
+
"metadata": {},
|
| 25 |
+
"output_type": "execute_result"
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"source": [
|
| 29 |
+
"12+12 "
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"cell_type": "code",
|
| 34 |
+
"execution_count": null,
|
| 35 |
+
"id": "41f19994",
|
| 36 |
+
"metadata": {},
|
| 37 |
+
"outputs": [],
|
| 38 |
+
"source": []
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"metadata": {
|
| 42 |
+
"kernelspec": {
|
| 43 |
+
"display_name": "Python 3 (ipykernel)",
|
| 44 |
+
"language": "python",
|
| 45 |
+
"name": "python3"
|
| 46 |
+
},
|
| 47 |
+
"language_info": {
|
| 48 |
+
"codemirror_mode": {
|
| 49 |
+
"name": "ipython",
|
| 50 |
+
"version": 3
|
| 51 |
+
},
|
| 52 |
+
"file_extension": ".py",
|
| 53 |
+
"mimetype": "text/x-python",
|
| 54 |
+
"name": "python",
|
| 55 |
+
"nbconvert_exporter": "python",
|
| 56 |
+
"pygments_lexer": "ipython3",
|
| 57 |
+
"version": "3.9.18"
|
| 58 |
+
},
|
| 59 |
+
"latex_envs": {
|
| 60 |
+
"LaTeX_envs_menu_present": true,
|
| 61 |
+
"autoclose": false,
|
| 62 |
+
"autocomplete": true,
|
| 63 |
+
"bibliofile": "biblio.bib",
|
| 64 |
+
"cite_by": "apalike",
|
| 65 |
+
"current_citInitial": 1,
|
| 66 |
+
"eqLabelWithNumbers": true,
|
| 67 |
+
"eqNumInitial": 1,
|
| 68 |
+
"hotkeys": {
|
| 69 |
+
"equation": "Ctrl-E",
|
| 70 |
+
"itemize": "Ctrl-I"
|
| 71 |
+
},
|
| 72 |
+
"labels_anchors": false,
|
| 73 |
+
"latex_user_defs": false,
|
| 74 |
+
"report_style_numbering": false,
|
| 75 |
+
"user_envs_cfg": false
|
| 76 |
+
}
|
| 77 |
+
},
|
| 78 |
"nbformat": 4,
|
| 79 |
"nbformat_minor": 5
|
| 80 |
}
|
Example-Notebook.ipynb
CHANGED
|
@@ -1,6 +1,80 @@
|
|
| 1 |
{
|
| 2 |
-
"cells": [
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"nbformat": 4,
|
| 5 |
"nbformat_minor": 5
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "markdown",
|
| 5 |
+
"id": "2efe8437",
|
| 6 |
+
"metadata": {},
|
| 7 |
+
"source": [
|
| 8 |
+
"# my first file for HF"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"cell_type": "code",
|
| 13 |
+
"execution_count": 1,
|
| 14 |
+
"id": "50e6da7f",
|
| 15 |
+
"metadata": {},
|
| 16 |
+
"outputs": [
|
| 17 |
+
{
|
| 18 |
+
"data": {
|
| 19 |
+
"text/plain": [
|
| 20 |
+
"24"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
"execution_count": 1,
|
| 24 |
+
"metadata": {},
|
| 25 |
+
"output_type": "execute_result"
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"source": [
|
| 29 |
+
"12+12 "
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"cell_type": "code",
|
| 34 |
+
"execution_count": null,
|
| 35 |
+
"id": "41f19994",
|
| 36 |
+
"metadata": {},
|
| 37 |
+
"outputs": [],
|
| 38 |
+
"source": []
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"metadata": {
|
| 42 |
+
"kernelspec": {
|
| 43 |
+
"display_name": "Python 3 (ipykernel)",
|
| 44 |
+
"language": "python",
|
| 45 |
+
"name": "python3"
|
| 46 |
+
},
|
| 47 |
+
"language_info": {
|
| 48 |
+
"codemirror_mode": {
|
| 49 |
+
"name": "ipython",
|
| 50 |
+
"version": 3
|
| 51 |
+
},
|
| 52 |
+
"file_extension": ".py",
|
| 53 |
+
"mimetype": "text/x-python",
|
| 54 |
+
"name": "python",
|
| 55 |
+
"nbconvert_exporter": "python",
|
| 56 |
+
"pygments_lexer": "ipython3",
|
| 57 |
+
"version": "3.9.18"
|
| 58 |
+
},
|
| 59 |
+
"latex_envs": {
|
| 60 |
+
"LaTeX_envs_menu_present": true,
|
| 61 |
+
"autoclose": false,
|
| 62 |
+
"autocomplete": true,
|
| 63 |
+
"bibliofile": "biblio.bib",
|
| 64 |
+
"cite_by": "apalike",
|
| 65 |
+
"current_citInitial": 1,
|
| 66 |
+
"eqLabelWithNumbers": true,
|
| 67 |
+
"eqNumInitial": 1,
|
| 68 |
+
"hotkeys": {
|
| 69 |
+
"equation": "Ctrl-E",
|
| 70 |
+
"itemize": "Ctrl-I"
|
| 71 |
+
},
|
| 72 |
+
"labels_anchors": false,
|
| 73 |
+
"latex_user_defs": false,
|
| 74 |
+
"report_style_numbering": false,
|
| 75 |
+
"user_envs_cfg": false
|
| 76 |
+
}
|
| 77 |
+
},
|
| 78 |
"nbformat": 4,
|
| 79 |
"nbformat_minor": 5
|
| 80 |
}
|