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

report.show_notebook() not showing in any output in Databricks notebook #137

Open
codesanity123 opened this issue Mar 26, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@codesanity123
Copy link

codesanity123 commented Mar 26, 2023

This is the code I am trying to generate a report on iris dataset in Databricks notebook.

`
url = "https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data"
iris = pd.read_csv(url, header=None)

iris.columns = ['sepal_length', 'sepal_width', 'petal_length', 'petal_width', 'class']

my_report = sv.analyze(iris)
my_report.show_notebook()`

This is resulting in no output. See screenshot.

image

The same code works in Google colab. Can anyone help?

@danilonakagomi
Copy link

having same issue here. did you manage to solve it?

@codesanity123
Copy link
Author

@danilonakagomi I did a workaround. Wrapped this command inside the displayHTML() function of databricks and it did work at first. But somehow, it is showing the same thing again!
You can try to see if it works for you.

@fbdesignpro
Copy link
Owner

@codesanity123 I am currently on break but will be investigating this upon my return and hopefully we can fix this.

@fbdesignpro fbdesignpro added the bug Something isn't working label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants