Skip to content

Commit

Permalink
Merge pull request #421 from lincc-frameworks/quiet_install
Browse files Browse the repository at this point in the history
quiet the quickstart pip install
  • Loading branch information
dougbrn authored Apr 1, 2024
2 parents ce1f2b5 + 8e12db3 commit c4ae53b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/gettingstarted/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install lf-tape"
"\n",
"%pip install lf-tape --quiet\n"
]
},
{
Expand Down Expand Up @@ -210,7 +211,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.10.11"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit c4ae53b

Please sign in to comment.