jp-kernel
jp-kernel copied to clipboard
Generic Node.js kernel for the Jupyter notebook
As per the documentation in https://jupyter-protocol.readthedocs.io/en/latest/messaging.html#msging-completion Without this, jupyter-console breaks, because ptshell.py expects this field.
handles.js function complete_request add metadata ``` function onSuccess(result) { var content = { matches: result.completion.list, cursor_start: result.completion.cursorStart, cursor_end: result.completion.cursorEnd, status: "ok", metadata: { _jupyter_types_experimental: [ { start: result.completion.cursorStart , end:...
I am about to start development on a new kernel and was wondering if anyone had a way to attach a debug session to the kernel when its used within...
Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...
https://jupyter-client.readthedocs.io/en/stable/messaging.html#kernel-interrupt
FOR TESTING ONLY See #12