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 b9243ba commit 446885dCopy full SHA for 446885d
holoviews/ipython/__init__.py
@@ -100,9 +100,7 @@ class notebook_extension(extension):
100
export figures to other formats such as PDF with nbconvert.""")
101
102
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.""")
+ Whether to allow jedi tab-completion to be enabled in IPython.""")
106
107
case_sensitive_completion = param.Boolean(default=False, doc="""
108
Whether to monkey patch IPython to use the correct tab-completion
0 commit comments