Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-holoviews-1.20.0-2.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-holoviews Distribution: openSUSE Tumbleweed
Version: 1.20.0 Vendor: openSUSE
Release: 2.3 Build date: Thu Dec 5 23:06:46 2024
Group: Unspecified Build host: reproducible
Size: 25405775 Source RPM: python-holoviews-1.20.0-2.3.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/holoviz/holoviews
Summary: Composable, declarative visualizations for Python
HoloViews is a Python library for automated plotting of annotated
data.

Instead of building a plot using direct calls to a plotting library,
the developer instead first describes the data with semantic
information and then additional metadata to determine more detailed
aspects of the visualization. This approach provides automatic
visualization that can be requested at any time as the data evolves,
rendered automatically by one of the supported plotting libraries
(such as Bokeh or Matplotlib).

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Dec 05 2024 Ben Greiner <code@bnavigator.de>
  - Skip python313 tests with scikit-image (not available yet)
* Thu Nov 28 2024 Ben Greiner <code@bnavigator.de>
  - Update to 1.20.0
    [#]# Enhancements
    * De-parameterize the options Keywords objects (#6314)
    * Freeze models while updating plot(s) (#6315)
    * Support hit-tested group-wise wheel zoom renderers for
      subcoordinate_y (#6277)
    * Adds Bokeh 3.5 enhancements to RangeToolLink (#6341)
    * Add MultiAxisTap stream (#6374)
    * Add sublabel_index and sublabel_skip option for matplotlib
      backend (#6375)
    * Handle datetimes and empty selections better for inspect
      operations (#6377)
    * Improve following behavior when streaming (#6318)
    * Enh: Add Scalebar support for subcoordinate_y plots (#6403,
      [#6420])
    * Support async callbacks for popup (#6390)
    * Add popup position and anchor (#6414)
    [#]# Bug fixes
    * Wrap popup in set_curdoc (#6337)
    * Fixes popup being invisible forever after closing once (#6347)
    * Disable simple id in notebook (#6367)
    * Ensure pixel_ratio is applied when computing resampling
      coordinates (#6373)
    * Add support for rendering HLine, VLine and Span on multi_y
      (#6376)
    * Drop the z dimension from ImageStack DataArray before shading
      (#6378)
    * Improve datetime support for continuous hv.Bars (#6365)
    * Don't clone Span in HoverTool (#6387)
    * Ensure proper cleanup of stream subscribers (#6389)
    * Handle datetime selection in the cuDF interface (#6407)
    * Fix popup positioning on polygons (#6411)
    * Fix a problem where linked selections were resulting in
      repeated columns (#6336)
    * Ensure streams are correctly mapped to plots (#6415)
    * Fix Bars width for small discrete differences on the x-axis
      (#6428)
    * Documentation fixes (#6392, #6421)
    * Fix rasterizing a Path where categorical values include empty
      strings (#6429)
    [#]# Compatibility
    * Handle DeprecationWarning from Pandas (#6346, #6391)
    * Compatibility with Ibis 9.5 (#6371), Python 3.13 (#6383), cuDF
      24.10 (#6409), and Matplotlib 3.10 (#6431)
  - Replace ignore-pandas-warning.patch with
    holoviews-opensuse-pyproject.patch
* Sun Sep 22 2024 Ben Greiner <code@bnavigator.de>
  - Make testing multibuild in order to avoid resolver errors with
    numba and numpy
* Fri Aug 30 2024 Ben Greiner <code@bnavigator.de>
  - Unpin numpy 2
* Mon Jul 08 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 1.19.1:
    * New features
      + Add support for popups on selection streams
      + Add scalebar support
    * Enhancements
      + Add color to bars for Plotly backend
      + Override Curve's count aggregator default to self_intersect=False
      + Zoom tools automatically vertically scaled on subcoordinate_y overlays
      + Use tsdownsample library for downsampling if available
      + Add viewport downsample algorithm
      + Optimize downsample1d when data is shared between layers
      + Support dictionary cmaps for ImageStack
      + Expose hit_dilation in PointPlot
      + Improve autocompletion for lazy module
      + Subcoordinate_y: reverse the renderers by default
      + Add hover_tooltips, hover_mode, hover_formatters opts to easily modify
      hover
      + Expose setting hard navigable bounds
      + Add a zoom tool per subcoordinate_y group
      + Support all Bokeh Text style opts in hv.Labels and hv.Text
      + Implement support for retaining Pandas index
      + Add operation for group-wise normalisation
      + Allow Bars to be plotted on continuous axes
      + Add min_interval and max_interval to the RangeToolLink
      + Add support for rasterizing geopandas dataframes directly
      + Allow options for non-enabled backends
      + Support ImageStack in dynspread
      + Add support for cticks
      + Support title font size in Plotly backend
      + Hold rendering until a plot has been fully updated
      + Make Dimension.label source of truth for Dimension identity
      + Allow subcoordinates to be drawn from NdOverlay dimensions
      + Add stream transform
    * Bug fixes
      + Ensure no auto index is created when a kdim is part of a multi index
      + Fix hv.Bars with only one value in it
      + Set zIndex of Popup to 1000
      + Handle boolean input in categorically grouped Bars plots
      + Also check for pd.NA in is_nan
      + Don't show figures toolbar on GridSpace
      + Update merge_tool
      + Don't raise KeyError if options don't contain None
      + Force vdims to strings for ImageStack
      + Fixes to Bokeh BoxWhisker
      + Improve groupby behavior for operation histogram
      + Ensure plot ranges for all renderers are combined in auto-ranging
      + Ensure that the downsample algorithm m4 n_out is always a multiple of 4
      + Subcoordinate_y: respect ylim
      + Bug fix for player example pause button
      + Clone if a Tool is as Bokeh model
      + Fix violin plot in Plotly
      + Don't error on TypeError in DaskInterface when sorting
      + Fix hv.help if Info.store is None
      + Change how upper limit is taken for color_levels
      + Fix vectorfield hover
      + Ensure Range streams and RangeToolLink respect subcoordinate axis range
      + Fix pickling state
      + Fix colab rendering
      + Disable batching when subcoordinate_y is enabled
      + Ensure downsample works with non-contiguous arrays
      + Fix issue with range lookups in (y)-axis creation
    * Compatibility
      + Compatibility with Bokeh 3.5
      + Compatibility with Matplotlib 3.9
      + pandas: Fix observed FutureWarning for categorial groupby
      + Lazy load dask.dataframe in operations.datashader
      + Numpy 2.0 compatibility
      + Update to support cudf 2024.06
  - Remove rpmlintrc, no longer needed.
  - Add patch ignore-pandas-warning.patch:
    * Ignore warning from Pandas.
  - Limit numpy to < 2.
* Sat Mar 02 2024 Ben Greiner <code@bnavigator.de>
  - Skip python39: no xarray anymore
* Sun Feb 18 2024 Ben Greiner <code@bnavigator.de>
  - Update to 1.18.3
    * Fix BoundsX and BoundsY regression (#6099)
    * Fix rasterize regression (#6102)
    * Fix link selection for empty Layout (#6110)
    * Don't pin notebook in conda recipe for pyviz channel (#6108)
* Tue Feb 06 2024 Daniel Garcia <daniel.garcia@suse.com>
  - Update to 1.18.2:
    This minor release includes a number of bug fixes and documentation
    updates, as well as compatibility updates for xarray 2023.12 and
    Pandas 2.2.
    * Enhancements:
    - Update contour line calculations to use ContourPy's LineType.ChunkCombinedNan (#5985)
    - Use sys.executable for check_output (#5983)
    - Updates to show_versions ((#6072), (#6081))
    * Bug fixes:
    - Support color_key in datashade when intermediate step is an ImageStack (#5994)
    - Fix hist on overlay (#5995)
    - Set proper context before triggering streams (#6000)
    - Support partial bound function (#6009)
    - Add norm in init_artists in holoviews/plotting/mpl/raster.py (#6029)
    - Fix linking elements that are transformed by a Compositor (#6003)
    - Add datetime hover information for selector (#6023, (#6039))
    - Only evaluate rx if it is an Reactive Expression ((#6014))
    - Ensure partial methods can be used as dmap callables ((#6063))
    - Del frame after stack level is found in deprecated ((#6085))
    * Compatibility:
    - Compatibility updates with xarray 2023.12 (#6026)
    - Add extra check to detect if we are in jupyterlite (#6007)
    - Compatibility updates with Pandas 2.2 ((#6074), (#6078))
    - Add Comm on_open handler to initialize the server comm ((#6076))
    * Documentation:
    - Fix docs (#5996)
    - Fix Param usage in the Plot and Renderers guide (#6001)
    - Fixing URLs to bokeh project (#6005)
    - Fix to broken urls in example gallery pages ((#6038))
    - Replace Google Analytics with GoatCounter ((#6048))
    - Add downloads badges ((#6088))
    * Maintenance:
    - Change to pytest-rerunfailures (#5984)
    - Holoviews maintenance (#5987)
    - Add log_cli_level = "INFO" to pytest (#5989)
    - Add shell pre-commit hook (#5991)
    - Enable Bugbear 904 (#5992)
    - Part 1, modernize test suite (#5954)
    - Enforce labels (#5996)
    - Add lower pin to scipy (#6032)
    - Skip Deploying_Bokeh_Apps.ipynb on Windows ((#6070))
    - Fix failing Windows tests ((#6087))
* Thu Jan 11 2024 Daniel Garcia <daniel.garcia@suse.com>
  - removed numpy125.patch and python3-only.patch, not needed anymore
  - Update to 1.18.1:
    * This release contains a small number of bug fixes and
      compatibility updates
    * Bug fixes:
    - Account for overlaid elements when using subcoordinates_y (#5950)
    - Fix groupby option for vectorized annotations (#5956)
    - Fix and improvements to ImageStack (#5961)
    - Do not allow partial matches when updating OverlayPlot (#5962)
    - Always ravel array in unique_array (#5969)
    * Compatibility:
    - Update Stamen maps with new URL (#5967)
    - Compatibility updates for Numpy 2.0 (#5979)
    * Maintenance:
    - General maintenance (#5955)
  - 1.18.0:
    This release includes new features, improvements, and bug fixes. Among
    these are the new elements. First is the ImageStack element allows you
    to easily visualize a 3D array, while the VLines, HLines, VSpans, and
    HSpans elements allow you to visualize vertical and horizontal lines
    and spans easily. In addition, this release includes support for
    subcoordinate systems in the y-axis and various other enhancements and
    bug fixes. This release adds support for the newest Python 3.12 and
    Bokeh 3.3 and drops support for Python 3.8 and Bokeh 2.
* Thu Aug 31 2023 Markéta Machová <mmachova@suse.com>
  - Update to 1.17.1
    * interactive twin-axis support
    * ability to set custom options on plot components with backend_opts
    * datashaders where and summary aggregators are now supported
    * rasterize now has a selector option
    * Bokeh figures with the same labels will synchronize muteness or
      visibility across different figures
    * several enhancements and bug fixes
  - Add upstream numpy125.patch
  - Add python3-only.patch (sent upstream)
* Wed Jun 07 2023 Ben Greiner <code@bnavigator.de>
  - Update to 1.16.1
    * This release contains a small number of important bug fixes and
      enhancements. Many thanks to @philippjfr and @Hoxbro.
    * This release includes a breaking change as notebooks will no
      longer be inlining as default. This change will reduce the size
      of the notebook files and, more importantly, address an
      upstream issue in Jupyter where running hv.extension would give
      an error when used in a notebook.
    [#]# Critical bug fixes and compatibility:
    * Add enable_mathjax and set it and inline to False (#5729)
    * Update to support Datashader on Python 3.11 (#5720)
    [#]# Enhancements:
    * Add show_versions helper function (#5725)
    * Ignore known model warning in VS Code (#5734)
    * Add workaround for plots where the objects in a figure would
      overlap (#5733)
  - Version 1.16.0
    * This release includes many new features, improvements, and bug
      fixes. Among the highlights are support for Bokeh 3.1 and Panel
      1.0, both of which come with a wide range of new features and
      enhancements. Time series support has also been improved, with
      auto-ranging along one axis, a new downsample algorithm, and
      having WebGL enabled by default. In addition, the release
      includes various other enhancements and bug fixes.
    * We would like to thank the many users who contributed to this
      release by filing bug reports, providing new features, and bug
      fixes. We want to give a special shout-out to existing
      contributors @ianthomas23, @jlstevens, @jordansamuels,
      @maximlt, @philippjfr, @TheoMathurin, @Yura52, and @Hoxbro, as
      well as new contributors @GeoVizNow, @JRRudy1, @keewis,
      @michaelaye, and @wendrul.
    * This minor version will be the last to support Python 3.7. The
      next minor version will require Python 3.8 or higher. In the
      next release, holoviews.annotate will start giving a
      deprecation warning about its future move to the new package
      HoloNote.
    [#]# New features:
    * Support for Bokeh 3.1 and Panel 1.0 (#5388, #5620, #5640,
      [#5679], #5683, #5692, #5703)
    * Implement auto-ranging support along one axis (#5554, #5609)
    * Add Largest Triangle Three Buckets (LTTB) as a downsample
      algorithm (#5552)
    * Enable WebGL by default (#5708)
    [#]# Enhancements:
    * Improve legend_cols support for Bokeh 3 (#5669)
    * Add convenience getter interface to opts (#5606)
    * Ensure .stack works on areas with different vdims (#5693)
    * Add muted support to PointPlot like hv.Scatter (#5705)
    * Automatic detect comms without calling pn.extension() (#5645)
    * Add support for extra Hovertool variables in a Bokeh's quadmesh
      with 2D coordinates (with tests) (#5638)
    * Change hv.Rectangles to internally use Bokeh Quad and not Rect
      to support logarithmic axis in WebGL (#5664, #5702)
    [#]# Bug fixes:
    * Ensure spatial_select in non-zero indexed DataFrame is applied
      right (#5625)
    * Fix error handling for plotting class lookups on empty
      DynamicMap/HoloMap (#5604)
    * Fix active_tools to only be set for enabled tools (#5616)
    * Fix legend display when using categorical datashade on GPU
      (#5631)
    * Adding GeoDataFrame to DataConversion (#5325)
    * Don't emit warnings when the toolbar is disabled (#5691)
    * Don't try to find the closest match if the input is empty
      (#5700)
    * Only use long_name if it is a string (#5646)
    * Use Matplotlib's public API to list the colormaps (#5598)
    [#]# Compatibility:
    * Add Param 2.0 support (#5667, #5641, #5680, #5704)
    * Add Pandas 2.0 support (#5662)
    * Update types.functiontype to collections.abc.callable (#5636)
    * Improve error message for categorical data when used with
      datashade (#5643)
    * Don't disable Jedi completion by default (#5701)
    [#]# Known issues:
    * BoxEditTool is not yet supported with the new internals of
      hv.Rectangle.
    [#]# Removals:
    * Raise DataError for non-string column names in DataFrame
      (#5654)
    * Remove deprecated tile sources (#5654)
    * Removed support for apply_groups for old option groups
      signature (#5497)
  - Drop holoviews-pr5649-ipykernel.patch
* Sun Mar 26 2023 Ben Greiner <code@bnavigator.de>
  - Don't test xarray on python38: dropped support
  - Don't test dash on python311: no support yet
  - Don't test datashader on python38, python311: both of the above
  - Add holoviews-pr5649-ipykernel.patch gh#holoviz/holoviews#5649
  - Add disk constraint: big installation
* Wed Feb 08 2023 Ben Greiner <code@bnavigator.de>
  - Update to 1.15.4
    * Make lasso select mask values using a Dask-compatible method
      (#5568)
    * Make plotly legend group unique (#5570)
    * Set pan and wheel_zoom as the default Bokeh active tools
      (#5480)
    * Enable rendering colorbars on bokeh GraphPlots (#5585)
    * Add Plotly Scatter3d documentation and fix colorbar title
      (#5418)
    * Only trigger range-update once in callbacks (#5558)
    * Ensure dynamically created subplots can be updated (#5555)
    * Fix start of stack-level in deprecations (#5569)
    * When sorting colormap records, replace None with an empty
      string (#5539)
    * Fix annotator in Geoviews by adding deserialization of
      non-deserialized base64 data (#5587)
    * Fix hv.Empty not working in AdjointLayout plot (#5584)
    * Check for categorical data to histogram (#5540)
    * Fix clim_percentile (#5495)
    * Compatibility with Shapely 2.0 (#5561)
    * Compatibility with Numpy 1.24 (#5581)
    * Compatibility with Ibis 4.0 (#5588)
  - Release to 1.15.3
    * Fix for empty opts warning and incorrect clearing semantics
      (#5496)
    * Fix potential race condition in the Options system (#5535)
    * Add support to Python 3.11 (#5513)
    * Cleanup the top __init__ module (#5516)
  - PEP517 build
* Tue Nov 22 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.15.2
    [#]# Bug fixes:
    * Fix support for jupyterlite (#5502)
    * Improve error message for hv.opts without a plotting backend
      (#5494)
    * Fix warnings exposed in CI logs (#5470)
    * Thanks to @maximlt for various CI fixes (#5484, #5498, #5485)
    [#]# Enhancement:
    * Allow Dimension objects to accept a dictionary specification
      (#5333)
    * Refactor to remove iterrows for loop from connect_edges_pd
      (#5473)
    [#]# Deprecations:
    * Promoted DeprecationWarning to FutureWarning when using pandas
      DataFrames with non-string column names. This will not change
      any functionality but will start warning users about
      functionality that will be deprecated in future.
    * Upgrade warning for invalid dataframe column names (#5472)
  - Release 1.15.1
    [#] Enhancements:
    * Sort output of decimate operation so that it can be used with
      connected Elements (Curve, Area, etc.) (#5452)
    * Ensure HoloViews is importable from a pyodide webworker (#5410)
    * Add support for stepwise Area plots (#5390)
    * Better error message for hv.Cycle when incompatible backend
      activated (#5379)
    * Improvements to VSCode notebook support (#5398)
    * Protect matplotlib tests from global styles (#5311)
    * Faster hashing for arrays and pandas objects (#5455)
    * Add pre-commit hooks to CI actions and fixes to pytest
      configuration (#5385, #5440)
    [#]# Bug Fixes:
    * Allow import of numpy 1.12 (#5367)
    * Fixes handling of iterables in Overlays (#5320)
    * Always return a string when using hv.Dimension.pprint_value
      (#5383)
    * Support widgets in slices for loc and iloc (#5352)
    * Take account of labeled dimension in Bokeh plotting classes
      (#5404)
    * Fix handling of pandas Period ranges (#5393)
    * Fixed declaration of Scatter to Selection1DExpr (#5413)
    * Ensure rangesupdate event fires on all plots with linked axes
      (#5465)
    * Fixed fallback to shapely spatial select (#5468)
    * Many thanks to @Hoxbro for many miscellaneous plotting fixes,
      including fixes to plotting of BoxWhisker, VectorField elements
      (#5397, #5450, #5400, #5409, #5460))
    [#]# API:
    * In future, HoloViews will not allow non-string values for
      pandas DataFrame column names. This deprecation cycle starts by
      issuing a DeprecationWarning that should not be visible to
      users.
    + Issue DeprecationWarning for invalid DataFrame column types
      (#5457)
  - Release 1.15.0
    * This is a major release with a large number of new features and
      bug fixes, as well as updates to Python and Panel
      compatibility.
    [#]# Compatibility:
    * Python 2 support has finally been dropped with 1.14.9 as the
      last release supporting Python 2
    * HoloViews now requires panel >0.13.1 (#4329)
    * Colormaps for the output of the datashade operation have
      changed to address holoviz/datashader#357; see
      rescale_discrete_levels below. To revert to the old colorbar
      behavior, set ColorbarPlot.rescale_discrete_levels = False in
      the bokeh or mpl plotting modules as appropriate.
    * Updated Sankey algorithm means that some users may need to
      update the node_padding parameter for plots generated with
      earlier releases.
    [#]# Major features:
    * After a long period of hotfix releases for the 1.14.9 series,
      many new features on the master branch have been released.
      Features relating to datashader support, linked selection and
      improvements to the Bokeh plotting backend are called out in
      their own sections.
    * Support constructor interface from a spatialpandas
      GeometryArray (#5281)
    * Allow plotting anonymous pandas.Series (#5015)
    * Add support for rendering in pyodide/pyscript (#5338, #5321,
      [#5275])
    [#] Datashader features:
    * The following new features have been added to the datashader
      support in HoloViews, mainly focused on Datashader's new
      support for antialiasing lines as well as the new
      rescale_discrete_levels colormapping option.
    * Add automatic categorical legend for datashaded plots (#4806)
    * Implement line_width support when rasterizing spatialpandas
      paths (#5280)
    * Expose rescale_discrete_levels in the Bokeh backend (#5312)
    * Set rescale_discrete_levels=True by default (#5268)
    [#]# New linked selection features:
    * Implement linked_selection.filter method (#4999)
    * Allow passing custom selection_expr to linked selections filter
      (#5012)
    * Fix AdjointLayout in link_selections (#5030)
    [#]# New features for the Bokeh plotting backend:
    * Add legend_labels option to allow overriding legend labels
      (#5342)
    * Updated sankey algorithm to d3-sankey-v0.12.3 (#4707)
    [#] Other enhancements:
    * Optimize and clean up options system (#4954)
    * Optimize lasso selection by applying box-select first (#5061)
      [#5061]
    * Support ibis-framework version 3 (#5292)
    * Add OpenTopoMap as a tile source (#5052)
    * Show all histograms of an Overlay (#5031)
    [#]# Bug fixes:
    * Fix batch watching and linking of parameters in Params stream
      (#4960, #4956)
    * Ensure Plot.refresh is dispatched immediately if possible
      (#5348)
    * Fix datashader empty overlay aggregation (#5334)
    * Fixed missing handling of nodata for count aggregator with
      column (#4951)
    * Handle pd.NA as missing data in dtype=object column (#5323)
    * Forward DynamicMap.hist dimension parameter to histogram
      creation (#5037)
    * Remove numpy pin from examples (#5285)
    * Fix vmin/vmax deprecation on matplotlib HeatMapPlot (#5300)
    * Don't skip each renderer's load_nb call when multiple extension
      calls are made in a single cell (#5302)
    * Set plotly range correctly for log axis (#5272)
    * Sanitize uses of contextlib.contextmanager (#5018)
    * Ensure overlay_aggregate is not applied for anti-aliased lines
      (#5266)
    * Switch to using bokeh rangesupdate event for Range streams
      (#5265)
    * Fixes for bokeh Callbacks (#5040)
    * Fix for attribute error in matplotlib CompositePlot (#4969)
    * Silenced inappropriate deprecation warnings and updated
      deprecation settings in options system (#5345, #5346)
* Tue Jun 07 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.14.9
    * This release contains a small number of important bug fixes as
      well as support for the newly added antialiasing option for
      line rendering in datashader.
    * Improvements to extension loading, improving visual appearance
      in JupyterLab when no logo is used and a check to avoid loading
      unnecessary JavaScript. (#5216, #5249)
    * Add support for setting antialiased line_width on datashader
      line aggregation as well as pixel_ratio setting (#5264, #5288)
    * Added options to customize hover line_(width|join|cap|dash)
      properties (#5211)
    * Fix to respect series order in stacked area plot (#5236)
    * Support buffer streams of unspecified length (#5247) (#5247)
    * Fixed log axis lower bound when data minimum is <= 0 (#5246)
    * Declared GitHub project URL in setup.py (#5227)
    * Fixed streaming Psutil example application (#5243)
    * Respecting Renderer's center property for HoloViews pane
      (#5197)
    * Fix vmin/vmax deprecation in HeatMap plot for matplotlib > 3.3
      (#5300)
  - Release 1.14.8
    * Fixed xarray validation for aliased coordinate (#5169)
    * Fixed xaxis/yaxis options with Matplotlib (#5200)
    * Fixed nested widgets by handling list or tuple values in
      resolve_dependent_value utility (#5184)
    * Fixed issue handling multiple widgets without names (#5185)
    * Fix overlay of two-level categorical plots and HLine (#5203)
    * Added support for Ibis > 2.0 (#5204)
    * Allow lower dimensional views on arbitrary dimensioned elements
      (#5208)
    * Fix escaping of HTML on Div element (#5209)
    * Miscellaneous fixes to unit tests, including cudf test fixes as
      well as addition of Python 3.9 and 3.10 to the test matrix
      (#5166, #5199, #5201, #5206)
* Mon Jan 31 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.14.8a1
    * nominally a prerelease, but essentially 1.14.7 plus
      gh#holoviz/holoviews#516 : Fix for xarray coordinate validation
  - Required to fix hvplot
  - Datashader also requires dask, so don't test on Python 3.10
    either
* Sat Jan 29 2022 Ben Greiner <code@bnavigator.de>
  - Don't test with dask for Python 3.10: not supported yet.
* Wed Jan 19 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.14.7
    * Support xyzservices.TileProvider as hv.Tiles input (#5062)
    * Allow reversed layout/overlay binary operators for + and * to
      be used with custom objects (#5073)
    * Fix internal numpy.round usage (#5095)
    * Remove dependency on recent Panel release by importing bokeh
      version from util module (#5103)
    * Add missing bounds for the cache_size Parameter (#5105)
    * Add current_key property to DynamicMap (#5106)
    * Pin freetype on Windows to avoid matplotlib error (#5109)
    * Handle the empty string as a group name (#5131)
    * Do not merge partially overlapping Stream callbacks (#5133)
    * Fix Violin matplotlib rendering with non-finite values (#5135)
    * Fix matplotlib colorbar labeling for dim expressions (#5137)
    * Fix datetime clipping on RangeXY stream (#5138)
    * Ensure FreehandDraw renders when styles are set (#5139)
    * Validate dimensionality of xarray interface data (#5140)
    * Preserve cols when overlaying on layout (#5141)
    * Fix Bars legend error when overlaid with annotation (#5142)
    * Fix plotly Bar plots containing NaNs (#5143)
    * Do not raise deprecated .opts warning for empty groups (#5144)
    * Handle unsigned integer dtype in datashader aggregate operation
      (#5149)
    * Delay projection comparison to optimize geoviews (#5152)
    * Utility to convert datetime64 to int64 and test suite
      maintenance (#5157)
    * Fix for Contours consistent of empty and nonempty paths (#5162)
    * Fix fig_bounds description in Plotting_with_Matplotlib.ipynb
      (#4983)
    * Fix broken link in Gridded user guide (#5098)
    * Switch to the Pydata Sphinx theme (#5163)

Files

/etc/alternatives/holoviews
/usr/bin/holoviews
/usr/bin/holoviews-3.11
/usr/lib/python3.11/site-packages/holoviews
/usr/lib/python3.11/site-packages/holoviews-1.20.0.dist-info
/usr/lib/python3.11/site-packages/holoviews-1.20.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/holoviews-1.20.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/holoviews-1.20.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/holoviews-1.20.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/holoviews-1.20.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/holoviews-1.20.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/holoviews-1.20.0.dist-info/licenses
/usr/lib/python3.11/site-packages/holoviews-1.20.0.dist-info/licenses/LICENSE.txt
/usr/lib/python3.11/site-packages/holoviews/__init__.py
/usr/lib/python3.11/site-packages/holoviews/__pycache__
/usr/lib/python3.11/site-packages/holoviews/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/__version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/__version.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/annotators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/annotators.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/pyodide.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/pyodide.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/selection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/selection.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/streams.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/__pycache__/streams.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/__version.py
/usr/lib/python3.11/site-packages/holoviews/_version.py
/usr/lib/python3.11/site-packages/holoviews/annotators.py
/usr/lib/python3.11/site-packages/holoviews/core
/usr/lib/python3.11/site-packages/holoviews/core/__init__.py
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/accessors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/accessors.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/boundingregion.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/boundingregion.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/decollate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/decollate.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/dimension.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/dimension.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/element.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/element.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/io.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/io.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/layout.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/layout.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/ndmapping.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/ndmapping.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/operation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/operation.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/options.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/options.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/overlay.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/overlay.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/pprint.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/pprint.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/sheetcoords.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/sheetcoords.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/spaces.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/spaces.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/traversal.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/traversal.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/tree.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/tree.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/accessors.py
/usr/lib/python3.11/site-packages/holoviews/core/boundingregion.py
/usr/lib/python3.11/site-packages/holoviews/core/data
/usr/lib/python3.11/site-packages/holoviews/core/data/__init__.py
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/array.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/array.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/cudf.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/cudf.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/dask.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/dask.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/dictionary.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/dictionary.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/grid.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/grid.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/ibis.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/ibis.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/image.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/image.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/multipath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/multipath.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/pandas.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/pandas.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/spatialpandas.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/spatialpandas.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/spatialpandas_dask.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/spatialpandas_dask.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/xarray.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/__pycache__/xarray.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/core/data/array.py
/usr/lib/python3.11/site-packages/holoviews/core/data/cudf.py
/usr/lib/python3.11/site-packages/holoviews/core/data/dask.py
/usr/lib/python3.11/site-packages/holoviews/core/data/dictionary.py
/usr/lib/python3.11/site-packages/holoviews/core/data/grid.py
/usr/lib/python3.11/site-packages/holoviews/core/data/ibis.py
/usr/lib/python3.11/site-packages/holoviews/core/data/image.py
/usr/lib/python3.11/site-packages/holoviews/core/data/interface.py
/usr/lib/python3.11/site-packages/holoviews/core/data/multipath.py
/usr/lib/python3.11/site-packages/holoviews/core/data/pandas.py
/usr/lib/python3.11/site-packages/holoviews/core/data/spatialpandas.py
/usr/lib/python3.11/site-packages/holoviews/core/data/spatialpandas_dask.py
/usr/lib/python3.11/site-packages/holoviews/core/data/util.py
/usr/lib/python3.11/site-packages/holoviews/core/data/xarray.py
/usr/lib/python3.11/site-packages/holoviews/core/decollate.py
/usr/lib/python3.11/site-packages/holoviews/core/dimension.py
/usr/lib/python3.11/site-packages/holoviews/core/element.py
/usr/lib/python3.11/site-packages/holoviews/core/io.py
/usr/lib/python3.11/site-packages/holoviews/core/layout.py
/usr/lib/python3.11/site-packages/holoviews/core/ndmapping.py
/usr/lib/python3.11/site-packages/holoviews/core/operation.py
/usr/lib/python3.11/site-packages/holoviews/core/options.py
/usr/lib/python3.11/site-packages/holoviews/core/overlay.py
/usr/lib/python3.11/site-packages/holoviews/core/pprint.py
/usr/lib/python3.11/site-packages/holoviews/core/sheetcoords.py
/usr/lib/python3.11/site-packages/holoviews/core/spaces.py
/usr/lib/python3.11/site-packages/holoviews/core/traversal.py
/usr/lib/python3.11/site-packages/holoviews/core/tree.py
/usr/lib/python3.11/site-packages/holoviews/core/util.py
/usr/lib/python3.11/site-packages/holoviews/element
/usr/lib/python3.11/site-packages/holoviews/element/__init__.py
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/annotation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/annotation.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/chart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/chart.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/chart3d.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/chart3d.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/comparison.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/comparison.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/geom.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/geom.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/graphs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/graphs.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/path.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/path.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/raster.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/raster.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/sankey.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/sankey.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/selection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/selection.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/stats.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/stats.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/tabular.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/tabular.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/tiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/tiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/element/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/element/annotation.py
/usr/lib/python3.11/site-packages/holoviews/element/chart.py
/usr/lib/python3.11/site-packages/holoviews/element/chart3d.py
/usr/lib/python3.11/site-packages/holoviews/element/comparison.py
/usr/lib/python3.11/site-packages/holoviews/element/geom.py
/usr/lib/python3.11/site-packages/holoviews/element/graphs.py
/usr/lib/python3.11/site-packages/holoviews/element/path.py
/usr/lib/python3.11/site-packages/holoviews/element/raster.py
/usr/lib/python3.11/site-packages/holoviews/element/sankey.py
/usr/lib/python3.11/site-packages/holoviews/element/selection.py
/usr/lib/python3.11/site-packages/holoviews/element/stats.py
/usr/lib/python3.11/site-packages/holoviews/element/tabular.py
/usr/lib/python3.11/site-packages/holoviews/element/tiles.py
/usr/lib/python3.11/site-packages/holoviews/element/util.py
/usr/lib/python3.11/site-packages/holoviews/examples
/usr/lib/python3.11/site-packages/holoviews/examples/README.md
/usr/lib/python3.11/site-packages/holoviews/examples/__pycache__
/usr/lib/python3.11/site-packages/holoviews/examples/__pycache__/conftest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/__pycache__/conftest.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/assets
/usr/lib/python3.11/site-packages/holoviews/examples/assets/data_range.png
/usr/lib/python3.11/site-packages/holoviews/examples/assets/diseases.csv.gz
/usr/lib/python3.11/site-packages/holoviews/examples/assets/emoji_embeddings.csv
/usr/lib/python3.11/site-packages/holoviews/examples/assets/energy.csv
/usr/lib/python3.11/site-packages/holoviews/examples/assets/fb_edges.csv
/usr/lib/python3.11/site-packages/holoviews/examples/assets/fb_nodes.csv
/usr/lib/python3.11/site-packages/holoviews/examples/assets/hourly_taxi_data.npz
/usr/lib/python3.11/site-packages/holoviews/examples/assets/nyc_taxi.csv.gz
/usr/lib/python3.11/site-packages/holoviews/examples/assets/penguins.png
/usr/lib/python3.11/site-packages/holoviews/examples/assets/spike_train.csv.gz
/usr/lib/python3.11/site-packages/holoviews/examples/assets/station_info.csv
/usr/lib/python3.11/site-packages/holoviews/examples/assets/twophoton.npz
/usr/lib/python3.11/site-packages/holoviews/examples/conftest.py
/usr/lib/python3.11/site-packages/holoviews/examples/gallery
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/crossfilter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/crossfilter.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/game_of_life.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/game_of_life.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/gapminder.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/gapminder.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/mandelbrot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/mandelbrot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/nytaxi_hover.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/nytaxi_hover.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/streaming_psutil.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/__pycache__/streaming_psutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/crossfilter.py
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/game_of_life.py
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/gapminder.py
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/mandelbrot.py
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/nytaxi_hover.py
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/bokeh/streaming_psutil.py
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/flask
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/flask/__pycache__
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/flask_app.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/flask_app.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/holoviews_app.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/flask/__pycache__/holoviews_app.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/flask/flask_app.py
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/flask/holoviews_app.py
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/flask/templates
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/apps/flask/templates/embed.html
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/area_chart.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/autompg_histogram.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/autompg_violins.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/bachelors_degrees_by_gender.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/bars_economic.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/box_draw_roi_editor.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/boxplot_chart.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/choropleth_data_link.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/directed_airline_routes.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/dot_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/dragon_curve.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/dropdown_economic.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/emoji_tsne.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/energy_sankey.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/hextile_movie_ratings.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/histogram_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/html_hover_tooltips.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/image_range_tool.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/iris_density_grid.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/iris_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/iris_grouped_grid.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/iris_splom_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/irregular_quadmesh.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/legend_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/lesmis_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/life_expectancy_split_violin.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/lorenz_attractor_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/mandelbrot_section.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/measles_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/multichannel_timeseries_viewer.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/network_graph.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/nyc_airport_connections.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/nyc_radial_heatmap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/point_draw_triangulate.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/quiver_demo.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/route_chord.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/scatter_economic.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/square_limit.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/step_chart.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/stocks_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/texas_choropleth_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/timeseries_range_tool.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/topographic_hillshading.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/us_unemployment.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/bokeh/verhulst_mandelbrot.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/area_chart.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/autompg_histogram.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/autompg_violins.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/bachelors_degrees_by_gender.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/bars_economic.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/boxplot_chart.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/directed_airline_routes.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/dragon_curve.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/dropdown_economic.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/energy_sankey.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/hextile_movie_ratings.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/histogram_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_density_grid.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_grouped_grid.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/iris_splom_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/irregular_quadmesh.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/legend_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/lorenz_attractor_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/mandelbrot_section.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/measles_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/network_graph.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/nyc_airport_connections.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/nyc_radial_heatmap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/polar_scatter_demo.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/quiver_demo.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/route_chord.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/scatter_economic.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/square_limit.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/step_chart.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/stocks_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/surface_3d.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/texas_choropleth_example.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/topographic_hillshading.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/trisurf3d_demo.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/us_unemployment.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/matplotlib/verhulst_mandelbrot.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/plotly
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/plotly/surface_3d.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/gallery/demos/plotly/trisurf3d_demo.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/getting_started
/usr/lib/python3.11/site-packages/holoviews/examples/getting_started/1-Introduction.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/getting_started/2-Customization.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/getting_started/3-Tabular_Datasets.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/getting_started/4-Gridded_Datasets.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/getting_started/5-Live_Data.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/player.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/player.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/selection_stream.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/selection_stream.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/sine.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh/__pycache__/sine.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh/player.py
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh/selection_stream.py
/usr/lib/python3.11/site-packages/holoviews/examples/reference/apps/bokeh/sine.py
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/bokeh
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/bokeh/DynamicMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/bokeh/GridSpace.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/bokeh/HoloMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/bokeh/Layout.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/bokeh/NdLayout.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/bokeh/NdOverlay.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/bokeh/Overlay.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/matplotlib
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/matplotlib/DynamicMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/matplotlib/GridSpace.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/matplotlib/HoloMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/matplotlib/Layout.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/matplotlib/NdLayout.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/matplotlib/NdOverlay.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/matplotlib/Overlay.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/plotly
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/plotly/DynamicMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/plotly/GridSpace.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/plotly/HoloMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/plotly/Layout.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/plotly/NdLayout.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/plotly/NdOverlay.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/containers/plotly/Overlay.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/assets
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/assets/penguins.png
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Area.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Arrow.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Bars.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Bivariate.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Bounds.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Box.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/BoxWhisker.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Chord.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Contours.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Curve.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Distribution.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Div.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Ellipse.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/ErrorBars.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Graph.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/HLine.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/HLines.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/HSV.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/HSpan.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/HSpans.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/HeatMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/HexTiles.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Histogram.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Image.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/ImageStack.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/ItemTable.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Labels.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Path.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Points.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Polygons.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/QuadMesh.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/RGB.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/RadialHeatMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Raster.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Rectangles.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Sankey.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Scatter.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Segments.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Slope.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Spikes.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Spline.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Spread.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Table.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Text.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Tiles.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/TriMesh.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/VLine.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/VLines.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/VSpan.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/VSpans.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/VectorField.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/bokeh/Violin.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Area.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Arrow.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Bars.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Bivariate.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Bounds.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Box.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/BoxWhisker.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Chord.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Contours.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Curve.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Distribution.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Ellipse.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/ErrorBars.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Graph.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/HLine.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/HLines.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/HSV.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/HSpan.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/HSpans.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/HeatMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/HexTiles.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Histogram.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Image.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/ImageStack.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/ItemTable.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Labels.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Path.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Path3D.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Points.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Polygons.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/QuadMesh.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/RGB.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/RadialHeatMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Raster.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Rectangles.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Sankey.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Scatter.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Scatter3D.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Segments.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Slope.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Spikes.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Spline.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Spread.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Surface.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Table.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Text.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/TriMesh.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/TriSurface.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/VLine.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/VLines.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/VSpan.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/VSpans.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/VectorField.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/matplotlib/Violin.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Area.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Bars.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Bounds.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Box.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/BoxWhisker.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Curve.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Distribution.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Ellipse.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/ErrorBars.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/HLine.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/HSpan.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/HeatMap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Histogram.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Image.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/ImageStack.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/ItemTable.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Path3D.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Points.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/RGB.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Raster.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Scatter.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Scatter3D.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Spread.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Surface.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Table.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Tiles.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/TriSurface.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/VLine.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/VSpan.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/elements/plotly/Violin.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/features
/usr/lib/python3.11/site-packages/holoviews/examples/reference/features/assets
/usr/lib/python3.11/site-packages/holoviews/examples/reference/features/assets/pollen.png
/usr/lib/python3.11/site-packages/holoviews/examples/reference/features/bokeh
/usr/lib/python3.11/site-packages/holoviews/examples/reference/features/bokeh/Scalebar.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/Bounds.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/BoundsX.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/BoundsY.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/BoxEdit.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/CurveEdit.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/FreehandDraw.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/PointDraw.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/PointerX.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/PointerXY.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/PolyDraw.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/PolyEdit.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/RangeXY.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D_paired.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D_points.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/Selection1D_tap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/bokeh/Tap.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/plotly
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/plotly/Bounds.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/plotly/BoundsX.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/plotly/BoundsY.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/plotly/RangeXY.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/plotly/Selection1D_paired.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/reference/streams/plotly/Selection1D_points.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/01-Annotating_Data.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/02-Composing_Elements.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/03-Applying_Customizations.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/04-Style_Mapping.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/05-Dimensioned_Containers.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/06-Building_Composite_Objects.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/07-Live_Data.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/08-Tabular_Datasets.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/09-Gridded_Datasets.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/10-Indexing_and_Selecting_Data.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/11-Transforming_Elements.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/12-Responding_to_Events.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/13-Custom_Interactivity.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/14-Data_Pipelines.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/15-Large_Data.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/16-Streaming_Data.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/17-Dashboards.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Annotators.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Colormaps.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Continuous_Coordinates.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Customizing_Plots.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Deploying_Bokeh_Apps.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Exporting_and_Archiving.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Geometry_Data.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Linked_Brushing.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Linking_Plots.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Network_Graphs.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Notebook_Magics.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Plots_and_Renderers.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Plotting_with_Bokeh.ipynb
/usr/lib/python3.11/site-packages/holoviews/examples/user_guide/Plotting_with_Matplotlib.ipynb
/usr/lib/python3.11/site-packages/holoviews/ipython
/usr/lib/python3.11/site-packages/holoviews/ipython/__init__.py
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/archive.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/archive.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/display_hooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/display_hooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/magics.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/magics.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/preprocessors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/preprocessors.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/widgets.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/__pycache__/widgets.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/ipython/archive.py
/usr/lib/python3.11/site-packages/holoviews/ipython/display_hooks.py
/usr/lib/python3.11/site-packages/holoviews/ipython/load_notebook.html
/usr/lib/python3.11/site-packages/holoviews/ipython/magics.py
/usr/lib/python3.11/site-packages/holoviews/ipython/preprocessors.py
/usr/lib/python3.11/site-packages/holoviews/ipython/widgets.py
/usr/lib/python3.11/site-packages/holoviews/operation
/usr/lib/python3.11/site-packages/holoviews/operation/__init__.py
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/datashader.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/datashader.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/downsample.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/downsample.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/element.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/element.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/normalization.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/normalization.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/resample.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/resample.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/stats.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/stats.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/timeseries.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/__pycache__/timeseries.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/operation/datashader.py
/usr/lib/python3.11/site-packages/holoviews/operation/downsample.py
/usr/lib/python3.11/site-packages/holoviews/operation/element.py
/usr/lib/python3.11/site-packages/holoviews/operation/normalization.py
/usr/lib/python3.11/site-packages/holoviews/operation/resample.py
/usr/lib/python3.11/site-packages/holoviews/operation/stats.py
/usr/lib/python3.11/site-packages/holoviews/operation/timeseries.py
/usr/lib/python3.11/site-packages/holoviews/plotting
/usr/lib/python3.11/site-packages/holoviews/plotting/__init__.py
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/links.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/links.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/mixins.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/mixins.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/plot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/plot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/renderer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/renderer.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__init__.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/annotation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/annotation.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/callbacks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/callbacks.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/chart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/chart.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/element.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/element.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/geometry.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/geometry.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/graphs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/graphs.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/heatmap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/heatmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/hex_tiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/hex_tiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/links.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/links.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/path.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/path.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/plot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/plot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/raster.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/raster.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/renderer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/renderer.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/sankey.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/sankey.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/selection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/selection.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/stats.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/stats.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/styles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/styles.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/tabular.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/tabular.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/tiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/tiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/annotation.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/callbacks.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/chart.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/element.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/geometry.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/graphs.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/heatmap.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/hex_tiles.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/links.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/path.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/plot.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/raster.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/renderer.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/sankey.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/selection.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/stats.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/styles.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/tabular.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/tiles.py
/usr/lib/python3.11/site-packages/holoviews/plotting/bokeh/util.py
/usr/lib/python3.11/site-packages/holoviews/plotting/links.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mixins.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__init__.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/annotation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/annotation.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/chart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/chart.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/chart3d.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/chart3d.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/element.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/element.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/geometry.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/geometry.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/graphs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/graphs.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/heatmap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/heatmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/hex_tiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/hex_tiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/path.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/path.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/plot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/plot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/raster.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/raster.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/renderer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/renderer.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/sankey.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/sankey.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/stats.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/stats.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/tabular.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/tabular.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/annotation.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/chart.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/chart3d.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/default.mplstyle
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/default1.5.mplstyle
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/element.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/geometry.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/graphs.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/heatmap.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/hex_tiles.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/path.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/plot.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/raster.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/renderer.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/sankey.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/stats.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/tabular.py
/usr/lib/python3.11/site-packages/holoviews/plotting/mpl/util.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plot.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__init__.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/annotation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/annotation.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/callbacks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/callbacks.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/chart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/chart.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/chart3d.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/chart3d.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/dash.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/dash.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/element.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/element.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/images.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/images.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/plot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/plot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/raster.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/raster.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/renderer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/renderer.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/selection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/selection.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/shapes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/shapes.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/stats.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/stats.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/tabular.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/tabular.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/tiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/tiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/annotation.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/callbacks.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/chart.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/chart3d.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/dash.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/element.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/images.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/plot.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/raster.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/renderer.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/selection.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/shapes.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/stats.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/tabular.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/tiles.py
/usr/lib/python3.11/site-packages/holoviews/plotting/plotly/util.py
/usr/lib/python3.11/site-packages/holoviews/plotting/renderer.py
/usr/lib/python3.11/site-packages/holoviews/plotting/util.py
/usr/lib/python3.11/site-packages/holoviews/pyodide.py
/usr/lib/python3.11/site-packages/holoviews/selection.py
/usr/lib/python3.11/site-packages/holoviews/streams.py
/usr/lib/python3.11/site-packages/holoviews/tests
/usr/lib/python3.11/site-packages/holoviews/tests/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/conftest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/conftest.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/test_annotators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/test_annotators.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/test_selection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/test_selection.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/test_streams.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/test_streams.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/conftest.py
/usr/lib/python3.11/site-packages/holoviews/tests/core
/usr/lib/python3.11/site-packages/holoviews/tests/core/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_apply.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_apply.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_archives.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_archives.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_boundingregion.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_boundingregion.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_callable.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_callable.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_collation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_collation.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_composites.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_composites.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_datasetproperty.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_datasetproperty.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_decollation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_decollation.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_dimensioned.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_dimensioned.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_dimensions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_dimensions.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_dynamic.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_dynamic.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_element.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_element.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_importexport.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_importexport.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_layers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_layers.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_layouts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_layouts.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_ndmapping.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_ndmapping.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_operation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_operation.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_options.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_options.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_prettyprint.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_prettyprint.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_storeoptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_storeoptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_traversal.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_traversal.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_tree.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_tree.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/__pycache__/test_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_arrayinterface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_arrayinterface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_binneddatasets.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_binneddatasets.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_cudfinterface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_cudfinterface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_daskinterface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_daskinterface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_dictinterface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_dictinterface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_gridinterface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_gridinterface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_ibisinterface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_ibisinterface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_imageinterface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_imageinterface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_multiinterface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_multiinterface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_pandasinterface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_pandasinterface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_spatialpandas.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_spatialpandas.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_xarrayinterface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/__pycache__/test_xarrayinterface.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/base.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_arrayinterface.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_binneddatasets.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_cudfinterface.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_daskinterface.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_dictinterface.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_gridinterface.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_ibisinterface.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_imageinterface.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_multiinterface.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_pandasinterface.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_spatialpandas.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/data/test_xarrayinterface.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_apply.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_archives.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_boundingregion.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_callable.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_collation.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_composites.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_datasetproperty.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_decollation.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_dimensioned.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_dimensions.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_dynamic.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_element.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_importexport.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_layers.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_layouts.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_ndmapping.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_operation.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_options.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_prettyprint.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_storeoptions.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_traversal.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_tree.py
/usr/lib/python3.11/site-packages/holoviews/tests/core/test_utils.py
/usr/lib/python3.11/site-packages/holoviews/tests/element
/usr/lib/python3.11/site-packages/holoviews/tests/element/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_annotations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_annotations.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_apiconsistency.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_apiconsistency.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisonchart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisonchart.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisoncomposite.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisoncomposite.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisondimension.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisondimension.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisonpath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisonpath.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisonraster.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisonraster.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisonsimple.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_comparisonsimple.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_elementconstructors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_elementconstructors.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_elementranges.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_elementranges.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_elementselect.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_elementselect.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_ellipsis.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_ellipsis.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_graphelement.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_graphelement.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_image.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_image.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_paths.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_paths.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_raster.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_raster.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_selection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_selection.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_statselements.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_statselements.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_tiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/__pycache__/test_tiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_annotations.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_apiconsistency.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_comparisonchart.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_comparisoncomposite.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_comparisondimension.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_comparisonpath.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_comparisonraster.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_comparisonsimple.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_elementconstructors.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_elementranges.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_elementselect.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_ellipsis.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_graphelement.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_image.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_paths.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_raster.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_selection.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_statselements.py
/usr/lib/python3.11/site-packages/holoviews/tests/element/test_tiles.py
/usr/lib/python3.11/site-packages/holoviews/tests/ipython
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/test_displayhooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/test_displayhooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/test_magics.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/test_magics.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/test_notebooks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/test_notebooks.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/test_optscompleter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/test_optscompleter.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/test_parsers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/__pycache__/test_parsers.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/notebooks
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/notebooks/test_opts_image_cell_magic.ipynb
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/notebooks/test_opts_image_cell_magic_offset.ipynb
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/notebooks/test_opts_image_line_magic.ipynb
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/notebooks/test_output_svg_line_magic.ipynb
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/test_displayhooks.py
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/test_magics.py
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/test_notebooks.py
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/test_optscompleter.py
/usr/lib/python3.11/site-packages/holoviews/tests/ipython/test_parsers.py
/usr/lib/python3.11/site-packages/holoviews/tests/operation
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/test_datashader.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/test_datashader.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/test_downsample.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/test_downsample.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/test_operation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/test_operation.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/test_statsoperations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/test_statsoperations.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/test_timeseriesoperations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/__pycache__/test_timeseriesoperations.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/operation/test_datashader.py
/usr/lib/python3.11/site-packages/holoviews/tests/operation/test_downsample.py
/usr/lib/python3.11/site-packages/holoviews/tests/operation/test_operation.py
/usr/lib/python3.11/site-packages/holoviews/tests/operation/test_statsoperations.py
/usr/lib/python3.11/site-packages/holoviews/tests/operation/test_timeseriesoperations.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__/test_comms.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__/test_comms.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__/test_plotutils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__/test_plotutils.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__/test_renderclass.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__/test_renderclass.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_annotationplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_annotationplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_areaplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_areaplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_barplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_barplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_boxwhiskerplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_boxwhiskerplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_callbacks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_callbacks.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_curveplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_curveplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_divplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_divplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_elementplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_elementplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_errorbarplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_errorbarplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_geomplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_geomplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_graphplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_graphplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_gridplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_gridplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_heatmapplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_heatmapplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_hextilesplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_hextilesplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_histogramplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_histogramplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_labels.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_labels.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_layoutplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_layoutplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_links.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_links.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_multiaxis.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_multiaxis.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_overlayplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_overlayplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pathplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pathplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_plot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_plot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pointplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_pointplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_quadmeshplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_quadmeshplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_radialheatmap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_radialheatmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_rasterplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_rasterplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_renderer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_renderer.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_sankey.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_sankey.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_server.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_server.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spikesplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spikesplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spreadplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_spreadplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_streaming.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_streaming.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_subcoordy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_subcoordy.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tabular.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tabular.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_tiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_vectorfieldplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_vectorfieldplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_violinplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/__pycache__/test_violinplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_annotationplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_areaplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_barplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_boxwhiskerplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_callbacks.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_curveplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_divplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_elementplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_errorbarplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_geomplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_graphplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_gridplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_heatmapplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_hextilesplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_histogramplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_labels.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_layoutplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_links.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_multiaxis.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_overlayplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_pathplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_plot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_pointplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_quadmeshplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_radialheatmap.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_rasterplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_renderer.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_sankey.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_server.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_spikesplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_spreadplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_streaming.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_subcoordy.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_tabular.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_tiles.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_utils.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_vectorfieldplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/bokeh/test_violinplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_annotationplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_annotationplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_areaplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_areaplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_barplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_barplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_boxwhisker.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_boxwhisker.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_callbacks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_callbacks.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_curveplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_curveplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_elementplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_elementplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_errorbarplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_errorbarplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_graphplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_graphplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_heatmapplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_heatmapplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_hextilesplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_hextilesplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_histogramplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_histogramplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_labels.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_labels.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_layoutplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_layoutplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_overlayplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_overlayplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pathplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pathplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_plot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_plot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pointplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_pointplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_quadmeshplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_quadmeshplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_radialheatmap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_radialheatmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_rasterplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_rasterplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_renderer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_renderer.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_sankey.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_sankey.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_scatter3d.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_scatter3d.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_spikeplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_spikeplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_vectorfieldplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_vectorfieldplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_violinplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/__pycache__/test_violinplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_annotationplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_areaplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_barplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_boxwhisker.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_callbacks.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_curveplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_elementplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_errorbarplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_graphplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_heatmapplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_hextilesplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_histogramplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_labels.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_layoutplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_overlayplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_pathplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_plot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_pointplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_quadmeshplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_radialheatmap.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_rasterplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_renderer.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_sankey.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_scatter3d.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_spikeplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_utils.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_vectorfieldplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/matplotlib/test_violinplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_areaplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_areaplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_barplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_barplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_bivariateplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_bivariateplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_boxwhiskerplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_boxwhiskerplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_callbacks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_callbacks.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_curveplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_curveplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dash.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dash.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_distributionplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_distributionplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dynamic.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_dynamic.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_elementplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_elementplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_errorbarplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_errorbarplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_figuresize.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_figuresize.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_gridplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_gridplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_histogram.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_histogram.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imageplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imageplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imagestack.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_imagestack.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_labelplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_labelplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_layoutplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_layoutplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_path3d.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_path3d.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_plot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_plot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_quadmeshplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_quadmeshplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_renderer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_renderer.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_rgb.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_rgb.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatter3dplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatter3dplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatterplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_scatterplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_shapeplots.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_shapeplots.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_spreadplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_spreadplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_surfaceplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_surfaceplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tableplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tableplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_tiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_violinplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/__pycache__/test_violinplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_areaplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_barplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_bivariateplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_boxwhiskerplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_callbacks.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_curveplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_dash.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_distributionplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_dynamic.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_elementplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_errorbarplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_figuresize.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_gridplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_histogram.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_imageplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_imagestack.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_labelplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_layoutplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_path3d.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_plot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_quadmeshplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_renderer.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_rgb.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_scatter3dplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_scatterplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_shapeplots.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_spreadplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_surfaceplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_tableplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_tiles.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/plotly/test_violinplot.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/test_comms.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/test_plotutils.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/test_renderclass.py
/usr/lib/python3.11/site-packages/holoviews/tests/plotting/utils.py
/usr/lib/python3.11/site-packages/holoviews/tests/test_annotators.py
/usr/lib/python3.11/site-packages/holoviews/tests/test_selection.py
/usr/lib/python3.11/site-packages/holoviews/tests/test_streams.py
/usr/lib/python3.11/site-packages/holoviews/tests/ui
/usr/lib/python3.11/site-packages/holoviews/tests/ui/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/ui/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/ui/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_autorange.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_autorange.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_callback.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_callback.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_hover.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_hover.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_layout.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_layout.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_links.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/__pycache__/test_links.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/test_autorange.py
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/test_callback.py
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/test_hover.py
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/test_layout.py
/usr/lib/python3.11/site-packages/holoviews/tests/ui/bokeh/test_links.py
/usr/lib/python3.11/site-packages/holoviews/tests/util
/usr/lib/python3.11/site-packages/holoviews/tests/util/__init__.py
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/test_help.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/test_help.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/test_init.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/test_init.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/test_locator.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/test_locator.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/test_transform.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/test_transform.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/test_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/__pycache__/test_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/tests/util/test_help.py
/usr/lib/python3.11/site-packages/holoviews/tests/util/test_init.py
/usr/lib/python3.11/site-packages/holoviews/tests/util/test_locator.py
/usr/lib/python3.11/site-packages/holoviews/tests/util/test_transform.py
/usr/lib/python3.11/site-packages/holoviews/tests/util/test_utils.py
/usr/lib/python3.11/site-packages/holoviews/tests/utils.py
/usr/lib/python3.11/site-packages/holoviews/util
/usr/lib/python3.11/site-packages/holoviews/util/__init__.py
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/_versions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/_versions.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/command.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/command.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/locator.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/locator.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/settings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/settings.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/transform.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/transform.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/warnings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/holoviews/util/__pycache__/warnings.cpython-311.pyc
/usr/lib/python3.11/site-packages/holoviews/util/_versions.py
/usr/lib/python3.11/site-packages/holoviews/util/command.py
/usr/lib/python3.11/site-packages/holoviews/util/locator.py
/usr/lib/python3.11/site-packages/holoviews/util/parser.py
/usr/lib/python3.11/site-packages/holoviews/util/settings.py
/usr/lib/python3.11/site-packages/holoviews/util/transform.py
/usr/lib/python3.11/site-packages/holoviews/util/warnings.py
/usr/share/doc/packages/python311-holoviews
/usr/share/doc/packages/python311-holoviews/README.md
/usr/share/licenses/python311-holoviews
/usr/share/licenses/python311-holoviews/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Feb 9 01:37:00 2025