You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever you execute a command in AllTheKernels kernel (either in a notebook or in a shell), e.g.
>jslab
console.log("Test");
the cell remains running indefinitley and no output is shown.
In the logs I spotted an error message that says that a JSON parse exception has occurred.
[AllTheKernelsApp] Relaying execute_request to jslab
UnhandledPromiseRejection: SyntaxError: Unexpected token 'a', "a07332d4ce"... is not valid JSON
at JSON.parse (<anonymous>)
at ZmqMessage.fromRaw (/opt/jupyterhub/lib/node_modules/tslab/dist/jupyter.js:67:27)
at ZmqServer.handleShellMessage (/opt/jupyterhub/lib/node_modules/tslab/dist/jupyter.js:315:32)
at /opt/jupyterhub/lib/node_modules/tslab/dist/jupyter.js:435:30
while the AllTheKernels kernel works fine with all the other kernels I use (IPython, Gophernotes, Bash, C, IJava).
The text was updated successfully, but these errors were encountered:
Whenever you execute a command in AllTheKernels kernel (either in a notebook or in a shell), e.g.
the cell remains running indefinitley and no output is shown.
In the logs I spotted an error message that says that a JSON parse exception has occurred.
while the AllTheKernels kernel works fine with all the other kernels I use (IPython, Gophernotes, Bash, C, IJava).
The text was updated successfully, but these errors were encountered: