aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-16 07:06:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-16 07:09:55 -0700
commitd4f5f85e677b9efe0397c92a64b4d114d03e3a36 (patch)
tree3657c3ef425b3bbb3f1343e143c92826201e56e2 /tensorflow
parent5c6d6eb67c76c33022908c447033c5e7f9b4f10e (diff)
Missing import and pip install of tf-nightly in workshop notebook
PiperOrigin-RevId: 204736577
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/contrib/autograph/examples/notebooks/workshop.ipynb24
1 files changed, 21 insertions, 3 deletions
diff --git a/tensorflow/contrib/autograph/examples/notebooks/workshop.ipynb b/tensorflow/contrib/autograph/examples/notebooks/workshop.ipynb
index e8f16b431d..4643656ff4 100644
--- a/tensorflow/contrib/autograph/examples/notebooks/workshop.ipynb
+++ b/tensorflow/contrib/autograph/examples/notebooks/workshop.ipynb
@@ -11,14 +11,32 @@
}
},
"colab_type": "code",
+ "id": "yFn4b8J0CKQV"
+ },
+ "outputs": [],
+ "source": [
+ "pip install -U tf-nightly"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 0,
+ "metadata": {
+ "colab": {
+ "autoexec": {
+ "startup": false,
+ "wait_interval": 0
+ }
+ },
+ "colab_type": "code",
"id": "qWUV0FYjDSKj"
},
"outputs": [],
"source": [
+ "import os\n",
+ "import matplotlib.pyplot as plt\n",
"import tensorflow as tf\n",
- "from tensorflow.contrib import autograph\n",
- "\n",
- "import matplotlib.pyplot as plt"
+ "from tensorflow.contrib import autograph"
]
},
{