-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
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
bug in VS Code using jupyternote: ExitCode: 3221225477 #16086
Comments
Please could you enable logging as follows:
|
I got the same exit code also for a while, when trying to run a public library. It turns out it was linked to Python 3.12. We run the same code on an environment based on Python 3.10 and it worked. Perhaps try that ? |
@DonJayamanne here is the output with trace enabled: Show Logs
|
@Philipp-Ro |
@DonJayamanne |
Thanks for getting back Given that it works for other environments, I’m closing this issue as it’s not caused by the extension |
Discussed in #16085
Originally posted by Philipp-Ro October 2, 2024
I am running since days into the following problem I am trying to use Jupyter notebooks in my VS Code with selection a venv as interpreter.
The funny thing is there are old venvs which still work but a brand new project with new venv, new jupyter and ipykernel installed on are all running into the following issue.
Help would be greatly apriciated =)
here is the jupyter log :
The text was updated successfully, but these errors were encountered: