From 3fba7bf9a810af55a1d9e92b27fadc0485f28836 Mon Sep 17 00:00:00 2001 From: Michael Broughton Date: Fri, 28 Feb 2020 09:24:11 -0800 Subject: [PATCH] Moved tutorials onto 0.2.0 release. --- docs/tutorials/barren_plateaus.ipynb | 2 +- docs/tutorials/gradients.ipynb | 2 +- docs/tutorials/hello_many_worlds.ipynb | 2 +- docs/tutorials/mnist.ipynb | 2 +- docs/tutorials/qcnn.ipynb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tutorials/barren_plateaus.ipynb b/docs/tutorials/barren_plateaus.ipynb index 5989a4a93..0080e628c 100644 --- a/docs/tutorials/barren_plateaus.ipynb +++ b/docs/tutorials/barren_plateaus.ipynb @@ -125,7 +125,7 @@ }, "outputs": [], "source": [ - "!pip install tfq-nightly" + "!pip install tensorflow-quantum" ] }, { diff --git a/docs/tutorials/gradients.ipynb b/docs/tutorials/gradients.ipynb index 8a40e4453..f3859b1f4 100644 --- a/docs/tutorials/gradients.ipynb +++ b/docs/tutorials/gradients.ipynb @@ -127,7 +127,7 @@ }, "outputs": [], "source": [ - "!pip install tfq-nightly" + "!pip install tensorflow-quantum" ] }, { diff --git a/docs/tutorials/hello_many_worlds.ipynb b/docs/tutorials/hello_many_worlds.ipynb index 226fd4a16..0084a92f3 100644 --- a/docs/tutorials/hello_many_worlds.ipynb +++ b/docs/tutorials/hello_many_worlds.ipynb @@ -134,7 +134,7 @@ }, "outputs": [], "source": [ - "!pip install tfq-nightly" + "!pip install tensorflow-quantum" ] }, { diff --git a/docs/tutorials/mnist.ipynb b/docs/tutorials/mnist.ipynb index aa732976c..4b5174011 100644 --- a/docs/tutorials/mnist.ipynb +++ b/docs/tutorials/mnist.ipynb @@ -125,7 +125,7 @@ }, "outputs": [], "source": [ - "!pip install tfq-nightly" + "!pip install tensorflow-quantum" ] }, { diff --git a/docs/tutorials/qcnn.ipynb b/docs/tutorials/qcnn.ipynb index 568b52c57..fad20adff 100644 --- a/docs/tutorials/qcnn.ipynb +++ b/docs/tutorials/qcnn.ipynb @@ -127,7 +127,7 @@ }, "outputs": [], "source": [ - "!pip install tfq-nightly" + "!pip install tensorflow-quantum" ] }, {