Spaces:
Runtime error
Runtime error
add a notebook
Browse files- .gitignore +1 -0
- explore.ipynb +33 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.ipynb_checkpoints
|
explore.ipynb
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "markdown",
|
| 5 |
+
"id": "f3371400-757c-4cd5-baf0-5c554d349394",
|
| 6 |
+
"metadata": {},
|
| 7 |
+
"source": [
|
| 8 |
+
"An empty notebook"
|
| 9 |
+
]
|
| 10 |
+
}
|
| 11 |
+
],
|
| 12 |
+
"metadata": {
|
| 13 |
+
"kernelspec": {
|
| 14 |
+
"display_name": "Python 3 (ipykernel)",
|
| 15 |
+
"language": "python",
|
| 16 |
+
"name": "python3"
|
| 17 |
+
},
|
| 18 |
+
"language_info": {
|
| 19 |
+
"codemirror_mode": {
|
| 20 |
+
"name": "ipython",
|
| 21 |
+
"version": 3
|
| 22 |
+
},
|
| 23 |
+
"file_extension": ".py",
|
| 24 |
+
"mimetype": "text/x-python",
|
| 25 |
+
"name": "python",
|
| 26 |
+
"nbconvert_exporter": "python",
|
| 27 |
+
"pygments_lexer": "ipython3",
|
| 28 |
+
"version": "3.10.13"
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"nbformat": 4,
|
| 32 |
+
"nbformat_minor": 5
|
| 33 |
+
}
|