-
Notifications
You must be signed in to change notification settings - Fork 38
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
%%scala magic is busted #28
Labels
Comments
So spylon can't really do scala in Ipython. |
Clarifying: spylon gives you access to JVM views in IPython. Pixiedust does eval of Scala code. |
Also, I know @patrick-nicholson is using a simple pattern like:
which will continue to work without the magic, and can be more easily embedded in Python functions and classes. |
Merged
parente
added a commit
that referenced
this issue
Aug 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working on a sizable PR to add doc and clean up various code paths. Spotted this along the way.
I'm on the fence about fixing it vs removing support for IPython-to-Scala entirely from this package with the goal of making it more single-purpose: a minimal yet solid Scala+Spark kernel. Pixiedust and https://github.com/maxpoint/spylon can already be used to do scala in ipython.
The text was updated successfully, but these errors were encountered: