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

Use of Seaborn images within JupyterQ not supported #67

Open
cmccarthy1 opened this issue Sep 1, 2021 · 0 comments
Open

Use of Seaborn images within JupyterQ not supported #67

cmccarthy1 opened this issue Sep 1, 2021 · 0 comments

Comments

@cmccarthy1
Copy link
Contributor

External Query

I have a table in kdb – just 5 columns and 100 rows – all numeric (features of a model let’s say)

I want to display the contents of this table in jupyterq from seaborn.

Specifically I want to:

  1. display the distribution of the 2nd column using the sns.displot function.
sns.displot(table, x=”feature2”)

in python

  1. display two comparative columns together – ie:
sns.displot(table, x="feature2", hue="feature3", stat="density")
  1. finally I want to display the relationships of all features against each other, perhaps with
sns.pairplot(table, diag_kind=’kde’)

Currently this behaviour is not supported likely due to the function used to provide inline displays in kxpy/kx_backend_inline.py, more research is needed on this however

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