Closed n-riesco closed 6 years ago
After some debugging, it turned out to be an issue with parsing kernel.json
in windows.
Fixed by escaping the backward-slashes in kernel.json
:
{ "argv": [ "C:\\Users\\User\\AppData\\Roaming\\ijskernel.cmd", "--hide-undefined", "{connection_file}", "--protocol=5.0" ], "display_name": "Javascript (Node.js)", "language": "javascript" }
Steps to reproduce:
Create file
%APPDATA%/jupyter/kernels/javascript/kernel.json
:Open a node session and run:
Re: