Skip to content
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

Bug!! when using notebook table as data-src for voyager extension #41

Closed
zzhangjii opened this issue May 3, 2018 · 1 comment
Closed

Comments

@zzhangjii
Copy link
Collaborator

Now nothing happens when clicking 'Open in Voyager' on notebook table,
This bug showed up in recent jupyterlab versions (>0.32??)

The reason is that, Previously, the source data of the table is stored in cell's 'application/vnd.dataresource+json' field as JSON, but now, this field no longer exists.
The original data only exists in 'text/plain' field as Strings
I'm trying to make it work using the String form, but have trouble convert it to JSON pairs,

@zzhangjii
Copy link
Collaborator Author

Current solution is set up panda dataframe inside notebook, then the 'Open in Voyager' command in context menu will work properly

import pandas as pd
pd.set_option('display.html.table_schema', True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant