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

Dataframe columns autocomplete doesn't work in interactive window after extension update (jupytext mode) #6995

Closed
yopparai opened this issue Aug 7, 2021 · 5 comments
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window verified Verification succeeded

Comments

@yopparai
Copy link

yopparai commented Aug 7, 2021

Issue Type: Bug


image

Code
# %%
import pandas as pd

# %%
df = pd.DataFrame(
    {
        "firstname": [1, 2, 3],
        "lastname": [1, 2, 3],
        'patronymic': [1, 2, 3]
    }
)

# %%
df

Extension version: 2021.8.1195043623
VS Code version: Code 1.59.0 (379476f0e13988d90fab105c5c19e7abc8b1dea8, 2021-08-04T23:13:20.182Z)
OS version: Linux x64 5.8.0-63-generic snap
Restricted Mode: No

System Info
Item Value
CPUs AMD Ryzen 5 4600H with Radeon Graphics (12 x 1722)
GPU Status 2d_canvas: unavailable_software
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: disabled_off
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
Load (avg) 1, 1, 1
Memory (System) 15.08GB (0.50GB free)
Process Argv --no-sandbox --force-user-env --unity-launch --crash-reporter-id 417bce1b-d3f2-43a2-bf1b-e2eb11a9b3f6
Screen Reader no
VM 0%
DESKTOP_SESSION ubuntu
XDG_CURRENT_DESKTOP Unity
XDG_SESSION_DESKTOP ubuntu
XDG_SESSION_TYPE x11
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383cf:30185419
vspyt653:30270858
pythonvspyt602:30300191
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvspyt639:30300192
pythontb:30283811
pythonvspyt551cf:30345471
pythonptprofiler:30281270
vshan820:30294714
vstes263cf:30335440
pythondataviewer:30285071
pythonvsuse255:30340121
vscod805:30301674
pythonvspyt200:30340761
vscextlang:30333561
binariesv615:30325510
vsccppwt:30329788
pythonvssor306:30344512
bridge0708:30335490
vstre464cf:30346473

@greazer greazer added bug Issue identified by VS Code Team member as probable bug regression interactive-window Impacts interactive window labels Aug 7, 2021
@greazer
Copy link
Member

greazer commented Aug 7, 2021

Not 100% sure this is a regression. I'm assuming so at the moment.

@greazer greazer added this to the July 2021 Recovery milestone Aug 7, 2021
@greazer
Copy link
Member

greazer commented Aug 7, 2021

In the meantime while we're investigating, you can rollback to the old implementation with this setting:

    "jupyter.enableNativeInteractiveWindow": false

@yopparai
Copy link
Author

yopparai commented Aug 7, 2021

@greazer
Thanks for reply. Column autocomplete works fine in old implementation.

@janosh
Copy link
Contributor

janosh commented Aug 7, 2021

The df column autocomplete was powered by Jupyter in the old webview: #1561 (comment). Maybe gives some hint about where the regression might have happened.

@joyceerhl joyceerhl removed their assignment Aug 10, 2021
@joyceerhl joyceerhl modified the milestones: August 2021, September 2021 Aug 24, 2021
@greazer
Copy link
Member

greazer commented Sep 20, 2021

Dupe of #7406

@greazer greazer closed this as completed Sep 20, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 28, 2021
@IanMatthewHuff IanMatthewHuff added the verified Verification succeeded label Sep 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants