You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The Voyager docs current seem to suggest you can launch voyager from a
pandas
dataframe:But I can't find any guidance on how. Are the docs incorrect, or is there a hidden feature?
The text was updated successfully, but these errors were encountered: