You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"More option", "copy", "save" and "Expand" buttons are not accessible using the keyboard: A11y_Visual Studio Code Jupyter Extensions_Home_Keyboard. #17043
Application: Visual Studio Code Jupyter Extensions
Version: 1.105.0-insider (user setup)
OS build :26100.4770
Screen reader
JAWS version: 2025
NVDA: 2024.4.2
Repro Steps
1.Install Jupyter extension app.
2.Launch the Visual studio code.
3.Create new jupyter notbook file and run the code
(# Matplotlib widget
from ipywidgets import *
import numpy as np
import matplotlib.pyplot as plt