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

SandDance visual is just a white background after converting a DataFrame to TabularDataResource #43

Open
IntegerMan opened this issue Apr 13, 2024 · 0 comments

Comments

@IntegerMan
Copy link

I'm using F# and a ML .NET DataFrame loaded from a CSV file. I then nuget Install SandDatnce.InteractiveExteision,1.0.138 and DataView.InteractiveExtension,1.0.138 and open SandDance.InteractiveExtension, Microsoft.ML, and System.

I then take my DataFrame called df and do the following:

let dataResource = df.ToTabularDataResource()
dataResource

This displays the data in my dataframe below the Polyglot Notebooks F# cell as a tabular data resource. It all appears valid

In the following cell I declare and use a SandDanceDataExploerer as follows:

let explorer = new SandDanceDataExplorer(dataResource)
explorer

What I see is just a white box representing where SandDance should integrate, but is not:
image

This happens if I do explorer.Display() or use the dataResource.ExploreWithSandDance().Display() syntax as well.

I am on Ubuntu 22.06 but can attempt to replicate this using Windows if it is helpful.

My full code and CSV data file is available at https://github.com/PacktPublishing/Data-Science-in-.NET-with-Polyglot-Notebooks/tree/main/Chapter%205 in the Chapter5.dib notebook.

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