microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 294 forks source link

Problem with kernel python 3.12.3 #16205

Closed xSBMx closed 1 week ago

xSBMx commented 2 weeks ago

Type: Bug

Hello. Several months ago I've installed Python 3.12.3, but when I try to execute a code, the system goes wrong. I must change to Python 3.9.13 for a good execution. I'm not a high-level-user so I don't know what configuration or parameters I could see in order to review or solve the problem. Thank you SBM

VS Code version: Code 1.95.1 (65edc4939843c90c34d61f4ce11704f09d3e5cb6, 2024-10-31T05:14:54.222Z) OS version: Windows_NT x64 10.0.22631 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz (8 x 1800)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off| |Load (avg)|undefined| |Memory (System)|15.89GB (8.56GB free)| |Process Argv|--crash-reporter-id 89349c6a-b7b5-4d2c-9beb-ea2fccd98787| |Screen Reader|no| |VM|0%|
Extensions (14) Extension|Author (truncated)|Version ---|---|--- better-comments|aar|3.0.2 pddl|jan|2.28.1 nbpreviewer|jit|1.2.2 vscode-language-pack-es|MS-|1.95.2024102309 debugpy|ms-|2024.12.0 isort|ms-|2023.10.1 python|ms-|2024.18.0 vscode-pylance|ms-|2024.10.1 jupyter|ms-|2024.10.0 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.21 vscode-jupyter-cell-tags|ms-|0.1.9 vscode-jupyter-slideshow|ms-|0.1.6 vscode-icons|vsc|12.9.0
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 pythonnoceb:30805159 asynctok:30898717 pythonmypyd1:30879173 2e7ec940:31000449 pythontbext0:30879054 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 jg8ic977:31013176 dvdeprecation:31068756 dwnewjupytercf:31046870 impr_priority:31102340 nativerepl1:31139838 refactort:31108082 pythonrstrctxt:31112756 cf971741:31144450 iacca1:31171482 notype1:31157159 5fd0e150:31155592 dwcopilot:31170013 ```
DonJayamanne commented 2 weeks ago

Several months ago I've installed Python 3.12.3, but when I try to execute a cod

Please can you share the details of the error message Also please can you try installing Jupyter into this python environment and try running a notebook using the following commands

python -m pip install jupyterllab
python -m jupyter lab

Once you run the above, Jupyter application will launch in the browser, then verify you can run a cell.

vs-code-engineering[bot] commented 1 week ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!