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

No graphs are displayed #443

Open
ATM-Jahid opened this issue Dec 13, 2024 · 1 comment
Open

No graphs are displayed #443

ATM-Jahid opened this issue Dec 13, 2024 · 1 comment
Labels
bug There is an error in the code that needs to be fixed new Automatic label applied to new issues

Comments

@ATM-Jahid
Copy link

Environment Details

Please indicate the following details about the environment in which you found the bug:

  • Copulas version: 0.12.0
  • Python version: 3.12.7
  • Operating System: Linux 6.12.4

Error Description

No plots are displayed on the Quickstart page. I tried using the same commands on my jupyter notebook but to no avail.

Steps to reproduce

Go to the Quickstart page or run the following commands as listed in the Quickstart page.

from copulas.datasets import sample_trivariate_xyz

data = sample_trivariate_xyz()
data.head()

from copulas.visualization import scatter_3d

scatter_3d(data)
@ATM-Jahid ATM-Jahid added bug There is an error in the code that needs to be fixed new Automatic label applied to new issues labels Dec 13, 2024
@ATM-Jahid
Copy link
Author

This issue arises from the incompatibility between jupyterlab-plotly and jupyterlab 4. Things work if run from the terminal.

I will still keep this issue open because the webpages are broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug There is an error in the code that needs to be fixed new Automatic label applied to new issues
Projects
None yet
Development

No branches or pull requests

1 participant