beew

Results 56 comments of beew

Hi, I just tried the code from https://giotto-ai.github.io/gtda-docs/0.5.1/notebooks/plotting_api.html to test the installation. and also this one ``` import sys sys.path.append("/home/beew/opt/python310/giotto-tda/examples/data") from generate_datasets import make_point_clouds n_samples_per_class = 10 point_clouds, labels =...

Actually the code above does produce plot in jupyter notebook, I was running it in spyder.

``` pip install -U giotto-tda --user ``` will install it in your $HOME

What is your numpy version? There is no update for a while, probably new versions of libraries break backward compatibility. It works here with ``` Python implementation: CPython Python version...

Hi, I ran into the same issue when I ran the code in spyder (also Ubuntu 22.04). Turns out it works in Jupyter notebook. Looks like somehow the plotting method...