We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Jupyter Notebooks do not run, the code doesn't execut
Expect jupyter cells to run
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
python -m ipykernel install --user --name venv
Jupyter
Output
View
14:19:50.868 [info] Starting Kernel (Python Path: ~\Documents\NBA\.venv\Scripts\python.exe, Venv, 3.12.9) for '~\Documents\NBA\team_ratings\nba_SOS_adj_V1p1_rolling.ipynb' (disableUI=true) 14:19:50.892 [info] Process Execution: ~\Documents\NBA\.venv\Scripts\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" 14:20:11.015 [info] Starting Kernel (Python Path: ~\Documents\NBA\.venv\Scripts\python.exe, Venv, 3.12.9) for '~\Documents\NBA\team_ratings\test_working.ipynb' (disableUI=true) 14:20:11.048 [info] Process Execution: ~\Documents\NBA\.venv\Scripts\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" 14:20:39.398 [info] Dispose Kernel '~\Documents\NBA\team_ratings\test_working.ipynb' associated with '~\Documents\NBA\team_ratings\test_working.ipynb' 14:20:39.405 [warn] Failed to shutdown kernel, .undefined.-xfrozen_modules=off.c:\Users\~\Documents\NBA\.venv\Scripts\python.exe.c:\Users\~\Documents\NBA\.venv\Scripts\python.exe.-xfrozen_modules=off#-m#ipykernel_launcher [TypeError: Cannot read properties of undefined (reading 'dispose') at Z_.shutdown (C:\Users\~\scoop\persist\vscode\data\extensions\ms-toolsai.jupyter-2025.2.0-win32-x64\dist\extension.node.js:301:13745) at async eT.shutdown (C:\Users\~\scoop\persist\vscode\data\extensions\ms-toolsai.jupyter-2025.2.0-win32-x64\dist\extension.node.js:301:22578)] 14:21:05.303 [info] Starting Kernel (Python Path: ~\Documents\NBA\.venv\Scripts\python.exe, Venv, 3.12.9) for '~\Documents\NBA\team_ratings\test_working.ipynb' (disableUI=true) 14:21:05.341 [info] Process Execution: ~\Documents\NBA\.venv\Scripts\python.exe -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)"
The text was updated successfully, but these errors were encountered:
DonJayamanne
No branches or pull requests
Environment data
2025.2.0
Expected behaviour
Jupyter Notebooks do not run, the code doesn't execut
Actual behaviour
Expect jupyter cells to run
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
python -m ipykernel install --user --name venv
command, but the new kernel isn't working tooLogs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: