Skip to content

Commit

Permalink
docs: Correct doc of "allow_jedi_completion" (#6485)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanwest authored Jan 9, 2025
1 parent b8cd6d8 commit b66153a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions holoviews/ipython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ class notebook_extension(extension):
export figures to other formats such as PDF with nbconvert.""")

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

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

0 comments on commit b66153a

Please sign in to comment.