Skip to content

Commit 9104657

Browse files
committed
add exclamation
1 parent d10e6dd commit 9104657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ai-integrations/llamaindex.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"outputs": [],
8484
"source": [
8585
"# Load the sample data\n",
86-
"mkdir -p 'data/'\n",
87-
"wget 'https://investors.mongodb.com/node/13176/pdf' -O 'data/mongodb-earnings-report.pdf'"
86+
"!mkdir -p 'data/'\n",
87+
"!wget 'https://investors.mongodb.com/node/13176/pdf' -O 'data/mongodb-earnings-report.pdf'"
8888
]
8989
},
9090
{
@@ -282,7 +282,7 @@
282282
"name": "python",
283283
"nbconvert_exporter": "python",
284284
"pygments_lexer": "ipython3",
285-
"version": "3.9.12"
285+
"version": "3.9.6"
286286
}
287287
},
288288
"nbformat": 4,

0 commit comments

Comments
 (0)