Closed AlonKellner closed 3 months ago
Currently this does not happen anymore in the colab demo: https://colab.research.google.com/drive/1euQCxaNlTg0pGvXz6d7RSoDhM3B1k7dy?usp=sharing Probably due to new panel and holoviews versions, I'll go ahead and close this issue 😄
Background
Whenever using
wv.Audio
in a Colab notebook, there are four warningsFor an example, see https://colab.research.google.com/drive/1euQCxaNlTg0pGvXz6d7RSoDhM3B1k7dy?usp=sharing
Recommended Prior Knowledge
Suggestion
About the first two I'm not actually sure what to make of them, probably something internal to holoviews because we don't use
holoviews.core.util
directly. Further investigation is needed.The two latter warnings seem to be related to the
active_tools
, which is set in a not very careful way right now where all tools are added to theactive_tools
, this is probably an easy fix in thecombine_player_plots
function in src/waloviz/_holoviews_manipulations.py, keep only initially active tools in theactive_tools
, which are the "pan" and "wheel_zoom'.