Skip to content

Commit 446885d

Browse files
committed
docs: Correct doc of "allow_jedi_completion"
A previous commit enabled Jedi completion by default.
1 parent b9243ba commit 446885d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

holoviews/ipython/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ class notebook_extension(extension):
100100
export figures to other formats such as PDF with nbconvert.""")
101101

102102
allow_jedi_completion = param.Boolean(default=True, doc="""
103-
Whether to allow jedi tab-completion to be enabled in IPython.
104-
Disabled by default because many HoloViews features rely on
105-
tab-completion machinery not supported when using jedi.""")
103+
Whether to allow jedi tab-completion to be enabled in IPython.""")
106104

107105
case_sensitive_completion = param.Boolean(default=False, doc="""
108106
Whether to monkey patch IPython to use the correct tab-completion

0 commit comments

Comments
 (0)