Merge pull request #31 from simonw/pip-install

Use %pip install not !pip install
This commit is contained in:
Alex Albert
2024-09-17 14:50:59 -07:00
committed by GitHub
12 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic"
"%pip install anthropic"
]
},
{

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",

View File

@@ -20,7 +20,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",

View File

@@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic\n",
"%pip install anthropic\n",
"\n",
"# Import python's built-in regular expression library\n",
"import re\n",