From 1bc595a2c552dd0410536f82030b088b3490a0ce Mon Sep 17 00:00:00 2001 From: MichaelBroughton Date: Thu, 20 May 2021 12:46:25 -0700 Subject: [PATCH] Remove -q flag from pip install in notebooks. (#575) --- docs/tutorials/barren_plateaus.ipynb | 4 ++-- docs/tutorials/gradients.ipynb | 4 ++-- docs/tutorials/hello_many_worlds.ipynb | 4 ++-- docs/tutorials/mnist.ipynb | 4 ++-- docs/tutorials/qcnn.ipynb | 4 ++-- docs/tutorials/quantum_data.ipynb | 2 +- docs/tutorials/research_tools.ipynb | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/tutorials/barren_plateaus.ipynb b/docs/tutorials/barren_plateaus.ipynb index e5f0d97d0..5c4b4ce8c 100644 --- a/docs/tutorials/barren_plateaus.ipynb +++ b/docs/tutorials/barren_plateaus.ipynb @@ -97,7 +97,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow==2.4.1" + "!pip install tensorflow==2.4.1" ] }, { @@ -120,7 +120,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow-quantum" + "!pip install tensorflow-quantum" ] }, { diff --git a/docs/tutorials/gradients.ipynb b/docs/tutorials/gradients.ipynb index b594caffe..4b7beebce 100644 --- a/docs/tutorials/gradients.ipynb +++ b/docs/tutorials/gradients.ipynb @@ -99,7 +99,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow==2.4.1" + "!pip install tensorflow==2.4.1" ] }, { @@ -122,7 +122,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow-quantum" + "!pip install tensorflow-quantum" ] }, { diff --git a/docs/tutorials/hello_many_worlds.ipynb b/docs/tutorials/hello_many_worlds.ipynb index 2d49748ba..4e2e55644 100644 --- a/docs/tutorials/hello_many_worlds.ipynb +++ b/docs/tutorials/hello_many_worlds.ipynb @@ -97,7 +97,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow==2.4.1" + "!pip install tensorflow==2.4.1" ] }, { @@ -120,7 +120,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow-quantum" + "!pip install tensorflow-quantum" ] }, { diff --git a/docs/tutorials/mnist.ipynb b/docs/tutorials/mnist.ipynb index e9ce856d9..f91c95fc3 100644 --- a/docs/tutorials/mnist.ipynb +++ b/docs/tutorials/mnist.ipynb @@ -97,7 +97,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow==2.4.1" + "!pip install tensorflow==2.4.1" ] }, { @@ -120,7 +120,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow-quantum" + "!pip install tensorflow-quantum" ] }, { diff --git a/docs/tutorials/qcnn.ipynb b/docs/tutorials/qcnn.ipynb index 2ca3fcdce..582224851 100644 --- a/docs/tutorials/qcnn.ipynb +++ b/docs/tutorials/qcnn.ipynb @@ -99,7 +99,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow==2.4.1" + "!pip install tensorflow==2.4.1" ] }, { @@ -122,7 +122,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow-quantum" + "!pip install tensorflow-quantum" ] }, { diff --git a/docs/tutorials/quantum_data.ipynb b/docs/tutorials/quantum_data.ipynb index cd7c8f070..e9ee34706 100644 --- a/docs/tutorials/quantum_data.ipynb +++ b/docs/tutorials/quantum_data.ipynb @@ -111,7 +111,7 @@ } ], "source": [ - "!pip -q install tensorflow==2.4.1 tensorflow-quantum" + "!pip install tensorflow==2.4.1 tensorflow-quantum" ] }, { diff --git a/docs/tutorials/research_tools.ipynb b/docs/tutorials/research_tools.ipynb index 34a25f613..35ee52636 100644 --- a/docs/tutorials/research_tools.ipynb +++ b/docs/tutorials/research_tools.ipynb @@ -83,7 +83,7 @@ }, "outputs": [], "source": [ - "!pip install -q tensorflow==2.4.1 tensorflow-quantum tensorboard_plugin_profile==2.4.0" + "!pip install tensorflow==2.4.1 tensorflow-quantum tensorboard_plugin_profile==2.4.0" ] }, {