Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't disable Jedi completion by default #5701

Merged
merged 2 commits into from Apr 28, 2023
Merged

Don't disable Jedi completion by default #5701

merged 2 commits into from Apr 28, 2023

Conversation

Hoxbro
Copy link
Member

@Hoxbro Hoxbro commented Apr 28, 2023

Fixes #2132 (comment)

This change means we don't inject ip.run_line_magic('config', 'IPCompleter.use_jedi = False') into the notebook.

The original problem described in the issue had already been fixed previously. Though, I added quotations around the unmatched arguments in this PR.

image

@Hoxbro Hoxbro requested a review from jlstevens April 28, 2023 09:05
@Hoxbro Hoxbro changed the title Allow jedi completion by defaul Don't disable Jedi completion by default Apr 28, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 28, 2023

Codecov Report

Merging #5701 (7ef3ddf) into main (c74191d) will decrease coverage by 0.01%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main    #5701      +/-   ##
==========================================
- Coverage   88.30%   88.30%   -0.01%     
==========================================
  Files         302      302              
  Lines       62603    62603              
==========================================
- Hits        55281    55279       -2     
- Misses       7322     7324       +2     
Impacted Files Coverage Δ
holoviews/ipython/__init__.py 75.77% <50.00%> (-0.63%) ⬇️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Hoxbro Hoxbro added this to the 1.16.0 milestone Apr 28, 2023
@Hoxbro Hoxbro merged commit 5ec8e63 into main Apr 28, 2023
16 checks passed
@Hoxbro Hoxbro deleted the allow_jedi branch April 28, 2023 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confusing behavior of hv.extension()
3 participants