Skip to content

Commit 194510b

Browse files
Carreauminrk
andauthored
Update ipykernel/zmqshell.py
Co-authored-by: Min RK <benjaminrk@gmail.com>
1 parent 2fd5325 commit 194510b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ipykernel/zmqshell.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,7 @@ def __init__(self, *args, **kwargs):
483483
# don't like it but we have few other choices.
484484
# See https://github.com/tqdm/tqdm/pull/1628
485485
if "IPKernelApp" not in self.config:
486-
self.config["IPKernelApp"] = Config(
487-
{"tqdm": "dummy value for https://github.com/tqdm/tqdm/pull/1628"}
488-
)
486+
self.config.IPKernelApp.tqdm = "dummy value for https://github.com/tqdm/tqdm/pull/1628"
489487

490488
displayhook_class = Type(ZMQShellDisplayHook)
491489
display_pub_class = Type(ZMQDisplayPublisher)

0 commit comments

Comments
 (0)