Skip to content

Commit 6fc3078

Browse files
Conchylicultorcopybara-github
authored andcommitted
Remove ipykernel dependency and disabled tqdm bar
PiperOrigin-RevId: 291185685
1 parent 4a10cde commit 6fc3078

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/overview.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"import numpy as np\n",
8989
"import tensorflow.compat.v2 as tf\n",
9090
"\n",
91-
"import tensorflow_datasets as tfds"
91+
"import tensorflow_datasets as tfds\n",
92+
"tfds.disable_progress_bar()"
9293
]
9394
},
9495
{

oss_scripts/oss_tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ docs/_index.ipynb
7474
function test_notebook() {
7575
local notebook=$1
7676
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"
7977
ipython kernel install --user --name tfds-notebook
8078
jupyter nbconvert \
8179
--ExecutePreprocessor.timeout=600 \

0 commit comments

Comments
 (0)