We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
execute_request
ipython
jupyter
The text was updated successfully, but these errors were encountered:
Should I include a main, which would take a Client.Kernel.t and do all the CLI argument parsing + connection file + main loop?
main
Client.Kernel.t
Sorry, something went wrong.
Done. @andrewray I think we might try a 0.1 alpha release relatively soon…
Maybe make completion optional? For a simple kernel you still have to setup a completion response and is_complete response.
is_complete
make many functions of Client.t optional in Client.make (see #4)
Client.t
Client.make
14e1e29
We need to have a full-fledged kernel (iocaml?) to validate that the kernel API is sufficient, and that the protocol is correctly implemented.
c-cube
No branches or pull requests
execute_request
ipython
stuff tojupyter
(or even remove prefix, we live in a pack)[ ] hide some modules(all useful if the lib is also used by frontends)The text was updated successfully, but these errors were encountered: