Holoviews/datashader problem with python3.11

Hi
Is holoviews with datashader problematic, when we use with python3.11 because of numba?
OR
Is it too early to use python3.11 with holoviews-datashader?

Hi @Ahmet,

They should work fine on Python 3.11. Have you noticed any issue?

I’ve noticed problems with plots not updating when using Datashader on python 3.11, but in my case it wasn’t because of Datashader or HoloViews, it’s an incompatibility between classic Jupyter notebook and jupyter_client 8 or above. In my case the issue when away when I installed “jupyter_client<8”. Otherwise things work fine, and this issue wouldn’t apply to JupyterLab.