Skip to content

Jupyter extension: ipywidgets Combo options display in status bar #9821

@ianhelle

Description

@ianhelle

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: Windows 11 22000.588
  • OS Version: Windows 11 22000.588
    (more system info below)

Steps to Reproduce:

  1. Create new Jupyter notebook
  2. Enter code below:
        import ipywidgets
        combo = ipywidgets.Combobox(
            description="Testing",
            options=["one", "two", "three"]
        ) 
        combo
  1. Click on combo control and see options display at bottom left of vscode window rather than beneath the control (Select and other widgets behave as expected)

Vscode-combo

System info

(my Help Report Issue wouldn't work)

VSCode

Version: 1.66.2 (user setup)
Commit: dfd34e8260c270da74b5c2d86d61aee4b6d56977
Date: 2022-04-11T07:46:01.075Z
Electron: 17.2.0
Chromium: 98.0.4758.109
Node.js: 16.13.0
V8: 9.8.177.11-electron.0
OS: Windows_NT x64 10.0.22000

System

CPUs AMD Ryzen 9 3900XT 12-Core Processor (24 x 3793)
GPU Status 2d_canvas: enabled canvas_oop_rasterization: disabled_off direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: enabled opengl: enabled_on rasterization: enabled raw_draw: disabled_off_ok skia_renderer: enabled_on video_decode: enabled video_encode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled
Load (avg)  
Memory (System) 63.91GB (34.65GB free)
Process Argv msticpy.code-workspace --crash-reporter-id 8f5b12ae-c826-4e5d-9d09-acd0c7d8c12d
Screen Reader yes
VM 0%

Extensions

vsliv368:30146709
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256859
pythonvspyl392:30443607
pythontb:30283811
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscorecescf:30445987
pythondataviewer:30285071
vscod805:30301674
pythonvspyt200:30340761
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593:30376534
vsc1dst:30438360
pythonvs932:30410667
wslgetstarted:30449410
pythonvsnew555:30457759
vscscmwlcmt:30465135
cppdebug:30475216

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugipywidgetsRendering, loading, saving, anything to do with IPyWidgetsupstream-vscodeBlocked on upstream VS code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions