Skip to content

Commit

Permalink
Use %pip install not !pip install, refs anthropics#30
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Aug 29, 2024
1 parent cf2979d commit d6dac6c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install anthropic"
"%pip install anthropic"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d6dac6c

Please sign in to comment.