Fixup dup pip (#389)

This commit is contained in:
William FH
2024-05-03 15:49:51 -07:00
committed by GitHub
parent b7ec64df8d
commit 119bbe6bae
24 changed files with 26 additions and 26 deletions
+3 -3
View File
@@ -327,7 +327,7 @@
"outputs": [],
"source": [
"#%%capture --no-stderr\n",
"%pip install install pygraphviz"
"%pip install pygraphviz"
]
},
{
@@ -382,9 +382,9 @@
"outputs": [],
"source": [
"# %%capture --no-stderr\n",
"%pip install install pyppeteer\n",
"%pip install pyppeteer\n",
"# %%capture --no-stderr\n",
"%pip install install nest_asyncio"
"%pip install nest_asyncio"
]
},
{