-
Notifications
You must be signed in to change notification settings - Fork 3
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
Kernel doesn't work with VS code #37
Comments
Potential solutionThe plan to solve the bug involves ensuring that the C++ kernel is correctly configured and compatible with VS Code. The issue seems to stem from a combination of environment configuration problems, subprocess management issues, and potential compatibility gaps between the Jupyter extension in VS Code and the What is causing this bug?The bug is likely caused by a combination of factors:
CodeHere are some implementation details and code snippets to address the issues:
How to replicate the bugTo replicate the bug, follow these steps:
By addressing the identified issues, the kernel should work correctly with VS Code, and the bug should be resolved. Click here to create a Pull Request with the proposed solution Files used for this task: Changes on kernel_spec/cpp14/kernel.jsonBased on the provided
In summary, the Changes on jupyter-cpp-kernel/kernel.pyAnalysis of
|
Thanks for your report. I am currently working on this issue. However, it may take some weeks to be completed, thanks for your patience. |
Bro is real silent ngl |
Describe the bug
When using the kernel in notebook, it works without any issues, however, inside VS Code there's no output when clicking the run button.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The code should run and display the output, it used to work with the past versions.
Desktop (please complete the following information):
Additional context
Clicking the run button many times, eventually causes the OS to hang.
The text was updated successfully, but these errors were encountered: