Skip to content

Commit

Permalink
Remove -q flag from pip install in notebooks. (tensorflow#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton authored May 20, 2021
1 parent ad3a898 commit 1bc595a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/barren_plateaus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow==2.4.1"
"!pip install tensorflow==2.4.1"
]
},
{
Expand All @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow-quantum"
"!pip install tensorflow-quantum"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/gradients.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow==2.4.1"
"!pip install tensorflow==2.4.1"
]
},
{
Expand All @@ -122,7 +122,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow-quantum"
"!pip install tensorflow-quantum"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/hello_many_worlds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow==2.4.1"
"!pip install tensorflow==2.4.1"
]
},
{
Expand All @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow-quantum"
"!pip install tensorflow-quantum"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow==2.4.1"
"!pip install tensorflow==2.4.1"
]
},
{
Expand All @@ -120,7 +120,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow-quantum"
"!pip install tensorflow-quantum"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/qcnn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow==2.4.1"
"!pip install tensorflow==2.4.1"
]
},
{
Expand All @@ -122,7 +122,7 @@
},
"outputs": [],
"source": [
"!pip install -q tensorflow-quantum"
"!pip install tensorflow-quantum"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/quantum_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
],
"source": [
"!pip -q install tensorflow==2.4.1 tensorflow-quantum"
"!pip install tensorflow==2.4.1 tensorflow-quantum"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/research_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit 1bc595a

Please sign in to comment.