changed file path

This commit is contained in:
“Tarun
2023-07-22 17:37:57 -07:00
parent 777ec2e4d6
commit 3785339da3
+5 -5
View File
@@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
@@ -41,11 +41,11 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"with open(\"../docsgetting_started/starter_example.md\", \"r\") as f:\n",
"with open(\"../docs/getting_started/starter_example.md\", \"r\") as f:\n",
" text = f.read()"
]
},
@@ -59,7 +59,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
@@ -330,7 +330,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.10.0"
},
"orig_nbformat": 4
},