Daniel Kapitan

Results 24 comments of Daniel Kapitan

@nicolaskruchten Am considering to take up this issue. Running into the following difficulty when trying to figure out a solution on Google Colab: ```python !pip install plotly==4.12.0 import pandas as...

@MaartenGr @LindaAiko : running into the same issue when trying to reproduce the code from the documentation for `hierarchical visualization` and `datamapplot` My laptop is definitely not resource constrained (I...

so the good news is that this issue is known in numba, for Apple M1 running Sonoma: https://github.com/numba/numba/issues/5520#issuecomment-1823435396

Am running in similar problems, see #1842. My suggestion is to use Dev Containers as mentioned in the issue. That reduces the complexity and makes it easier to assess what...