Replies: 3 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
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your report. I am currently working on this issue. However, it may take some weeks to be completed, thanks for your patience. |
Beta Was this translation helpful? Give feedback.
-
Bro is real silent ngl |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions