nteract / hydrogen

:atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.
https://nteract.gitbooks.io/hydrogen/
MIT License
3.92k stars 334 forks source link

After hydrogen running "toggle inspector" no suggestions from autocomplete-python plugin. #1061

Open pum-purum-pum-pum opened 7 years ago

pum-purum-pum-pum commented 7 years ago

Description:

I'm using hydrogen with autocomplete-python plugin. After I'm "toggling the inspector" in hydrogen (alt-i), I can't see autocomplete suggestions enymore

no suggestions

Steps to Reproduce:

  1. run "hydrogen:toggle-inspector" (alt-i in default keybindings)
  2. No autocomplete suggestions :(

Versions:

Which OS and which version of Hydrogen and Atom are you running?

macOS Sierra 10.12.4
Atom 1.21.1

I'm using Atom for a month, and this problem appeared in all versions, I've used.

Logs: There is only one warning in " Developer Tools":

IntersectionObserver.observe(target): target element is not a descendant of root.
TreeView @ <embedded>:119170
lgeiger commented 7 years ago

I guess this is because Atom switches the focus to the inspector. Are autocompletions working again after continuing typing in the editor?

pum-purum-pum-pum commented 7 years ago

No :(

pum-purum-pum-pum commented 7 years ago

what can I do to help you detect the problem?

pum-purum-pum-pum commented 7 years ago

the problem dissapeared after I switched my keybinding for hydrogen inspector from alt-i to cntrl-i. But cntrl-i still crashes my autocomplete, that's crazy.