From 8e12db38d9150d96cdf45421e37b410422fd280c Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Fri, 29 Mar 2024 11:25:36 -0700 Subject: [PATCH] quiet the quickstart pip install --- docs/gettingstarted/quickstart.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/gettingstarted/quickstart.ipynb b/docs/gettingstarted/quickstart.ipynb index 41da4ca..cf3d467 100644 --- a/docs/gettingstarted/quickstart.ipynb +++ b/docs/gettingstarted/quickstart.ipynb @@ -21,7 +21,8 @@ "metadata": {}, "outputs": [], "source": [ - "%pip install lf-tape" + "\n", + "%pip install lf-tape --quiet\n" ] }, { @@ -210,7 +211,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.14" + "version": "3.10.11" }, "vscode": { "interpreter": {