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
{{ message }}
This repository was archived by the owner on Feb 28, 2026. It is now read-only.
Have Jupyter installed. (I already had this installed because I wasn't seeing anything in the Settings for Jupyter within Azure Data Studio.)
Check the Jupyter kernelspec to ensure other kernels are installed by running this in the terminal: jupyter kernelspec list
Open Azure Data Studio.
Create a new notebook via the File menu, New Notebook option.
Check the Kernel dropdown and notice it is the default list - SQL, PySpark, Spark | Scala, Spark | R, Python 3, and PowerShell.
Not all kernels in the Jupyter kernelspec list appear.
System Information
Azure Data Studio version: azuredatastudio 1.32.0 (4a45ba7, 2021-08-16T18:08:28.086Z)
OS version: Windows_NT x64 10.0.19042
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz (8 x 2112)
Issue Type: Bug
Problem
When creating a new notebook in Azure Data Studio, the kernels list seems hard-coded rather than pulling from the Jupyter kernelspec list.
Reproduction Steps
jupyter kernelspec listNot all kernels in the Jupyter kernelspec list appear.
System Information
Azure Data Studio version: azuredatastudio 1.32.0 (4a45ba7, 2021-08-16T18:08:28.086Z)
OS version: Windows_NT x64 10.0.19042
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Workaround
Possible Solution
Have the notebook pull its list of kernels from the kernelspec list from the beginning.