We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399fc41 commit 2ef3c2bCopy full SHA for 2ef3c2b
docs/tutorials/avro.ipynb
@@ -138,7 +138,16 @@
138
"metadata": {
139
"id": "dX74RKfZ_TdF"
140
},
141
- "outputs": [],
+ "outputs": [
142
+ {
143
+ "name": "stdout",
144
+ "output_type": "stream",
145
+ "text": [
146
+ "tensorflow-io version: 0.17.0\n",
147
+ "tensorflow version: 2.4.0\n"
148
+ ]
149
+ }
150
+ ],
151
"source": [
152
"print(\"tensorflow-io version: {}\".format(tfio.__version__))\n",
153
"print(\"tensorflow version: {}\".format(tf.__version__))"
0 commit comments