From b66153a9eca724b1824947a54a2e002f08960d11 Mon Sep 17 00:00:00 2001 From: Stan West <38358698+stanwest@users.noreply.github.com> Date: Thu, 9 Jan 2025 07:04:45 -0500 Subject: [PATCH] docs: Correct doc of "allow_jedi_completion" (#6485) --- holoviews/ipython/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/holoviews/ipython/__init__.py b/holoviews/ipython/__init__.py index a9b56ed09a..c2ff66a2fc 100644 --- a/holoviews/ipython/__init__.py +++ b/holoviews/ipython/__init__.py @@ -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