You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tab completion is still pretty bare-bones. jedi 0.19 claims to improve the performance, but there is currently no way to control the setting to enable it.
Proposed Solution
Initially, allow re-enabling jedi completion.
If it works well for large packages (e.g. pandas and big DataFrames), enable it by default.
As an additional CLI improvement, it might be possible to pre-cache jedi completions for known packages (#27), removing the "basically always cold cache" problem that this kernel experiences.
Additional context
While jedi and parso are large downloads, the completion experience is strictly better than IPython's built-in one... once it works
The text was updated successfully, but these errors were encountered:
Problem
Tab completion is still pretty bare-bones. jedi 0.19 claims to improve the performance, but there is currently no way to control the setting to enable it.
Proposed Solution
Initially, allow re-enabling jedi completion.
If it works well for large packages (e.g.
pandas
and bigDataFrames
), enable it by default.As an additional CLI improvement, it might be possible to pre-cache jedi completions for known packages (#27), removing the "basically always cold cache" problem that this kernel experiences.
Additional context
While
jedi
andparso
are large downloads, the completion experience is strictly better than IPython's built-in one... once it worksThe text was updated successfully, but these errors were encountered: