-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
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
polyglot kernel #6279
Labels
Comments
A first step to this will be %%python magic for the JVM kernels, using https://github.com/bartdag/py4j |
I'm not raising an objection to closing, but I have a question. One case discussed in #6578 (get data using SQL, process using another JVM language) is not handled by the work done so far. Is that still a goal? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a kernel that switches between all other kernels, like:
https://github.com/vatlab/SOS
https://github.com/minrk/allthekernels
useful with autotranslation: #5039
The groovy magic is our prototype implementation of this: http://nbviewer.jupyter.org/github/twosigma/beakerx/blob/master/doc/python/GroovyMagic.ipynb
The text was updated successfully, but these errors were encountered: