-
Notifications
You must be signed in to change notification settings - Fork 383
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
display spark datasets and dataframes with table widget #7040
Comments
related: #7041 |
|
yea should be a display handler, installed by jvm-repr. |
@jpallas on the other issue you said:
care to share? jarek could pick up your work if you think it's on the right track. |
see @jpallas comments #6993
indeed. the widget should show just what spark normally shows ascii-formatted tables (sometimes very wide).
is there a way to configure show method to use our repr?
maybe via https://github.com/jupyter/jvm-repr?
add a new method or a subclass?
after the tables support streaming #7006
then we can connect them directly to that.
The text was updated successfully, but these errors were encountered: