Skip to content

Commit

Permalink
Merge pull request #20 from martinRenou/disable_jedi
Browse files Browse the repository at this point in the history
Disable jedi by default for the completion
  • Loading branch information
martinRenou authored Aug 3, 2023
2 parents 6cc4527 + c9cd3c4 commit e661b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xeus_python_shell/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def __init__(self, *args, **kwargs):
super(XPythonShell, self).__init__(*args, **kwargs)

self.kernel = None
self.Completer.use_jedi = False

def enable_gui(self, gui=None):
"""Not implemented yet."""
Expand Down

0 comments on commit e661b6a

Please sign in to comment.