Skip to content

Commit 802eeda

Browse files
[tutorials] modify tfio version in notebooks (#1160)
* modify tfio version in notebooks * lint fixes * Prefer not to mix python in into `!` cells. * Prefer not to mix python in into `!` cells. Co-authored-by: Mark Daoust <[email protected]>
1 parent 02286f3 commit 802eeda

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

docs/tutorials/elasticsearch.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@
107107
},
108108
"outputs": [],
109109
"source": [
110-
"print(\"Installing the tensorflow-io-nightly package !\")\n",
111-
"!pip install tensorflow-io-nightly\n",
112-
"\n",
113-
"print(\"Installing the elasticsearch package !\")\n",
110+
"!pip install tensorflow-io\n",
114111
"!pip install elasticsearch\n"
115112
]
116113
},

docs/tutorials/kafka.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@
103103
},
104104
"outputs": [],
105105
"source": [
106-
"print(\"Installing the tensorflow-io-nightly package !\")\n",
107-
"!pip install tensorflow-io-nightly\n",
108-
"\n",
109-
"print(\"Installing the kafka-python package !\")\n",
106+
"!pip install tensorflow-io\n",
110107
"!pip install kafka-python"
111108
]
112109
},

0 commit comments

Comments
 (0)