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

Launch from pandas dataframe: website says possible, but can't find? #74

Open
nickeubank opened this issue Jul 30, 2019 · 2 comments
Open

Comments

@nickeubank
Copy link

The Voyager docs current seem to suggest you can launch voyager from a pandas dataframe:

Screen Shot 2019-07-30 at 7 18 47 AM

But I can't find any guidance on how. Are the docs incorrect, or is there a hidden feature?

@playermanny2
Copy link
Collaborator

@nickeubank this currently is a feature we're looking to add support for, but there's no timeline for when it would be released

@playermanny2
Copy link
Collaborator

playermanny2 commented Aug 18, 2019

@nickeubank

Played around with this a bit...it seems this is possible currently with the functionality, however, you must enable pandas to support exporting the required data needed to jupyterlab.

Enable pandas using: pd.options.display.html.table_schema = True

It is set to False by default, and I'm not sure if the plan is to have it enabled out of the box from pandas side.

@saulshanabrook do you know any way from jupyter extension side to have this enabled by default? seems like it could only be accomplished if pandas enables it. Essentially, by enabling the pd.options.display.html.table_schema = True pandas will provide a JSON schema representation of the pandas dataframe application/vnd.dataresource+json to the data object which can be utilized by the extension

jupyter_lab_open_df_with_voyager

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

No branches or pull requests

2 participants