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 4a10cde commit 6fc3078Copy full SHA for 6fc3078
docs/overview.ipynb
@@ -88,7 +88,8 @@
88
"import numpy as np\n",
89
"import tensorflow.compat.v2 as tf\n",
90
"\n",
91
- "import tensorflow_datasets as tfds"
+ "import tensorflow_datasets as tfds\n",
92
+ "tfds.disable_progress_bar()"
93
]
94
},
95
{
oss_scripts/oss_tests.sh
@@ -74,8 +74,6 @@ docs/_index.ipynb
74
function test_notebook() {
75
local notebook=$1
76
create_virtualenv tfds_notebook $PY_BIN
77
- # Pinning ipykernel to avoid https://github.com/ipython/ipykernel/issues/422
78
- pip install -q jupyter "ipykernel==5.1.1"
79
ipython kernel install --user --name tfds-notebook
80
jupyter nbconvert \
81
--ExecutePreprocessor.timeout=600 \
0 commit comments