Skip to content

Commit

Permalink
updated demo
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Feb 12, 2024
1 parent 327cf13 commit f996fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"outputs": [],
"source": [
"%%capture\n",
"!pip install llama-iris"
"%pip install llama-iris"
]
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 15,
"metadata": {},
"outputs": [],
"source": [
"%%capture\n",
"!pip install testcontainers-iris"
"%pip install testcontainers-iris"
]
},
{
Expand Down

0 comments on commit f996fd9

Please sign in to comment.