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

python312-bokeh-3.3.4-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-bokeh Distribution: openSUSE Tumbleweed
Version: 3.3.4 Vendor: openSUSE
Release: 1.2 Build date: Mon Mar 4 22:19:00 2024
Group: Unspecified Build host: reproducible
Size: 34254282 Source RPM: python-bokeh-3.3.4-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://bokeh.org/
Summary: Statistical interactive HTML plots for Python
Bokeh is a Python interactive visualization library that targets web
browsers for presentation. It provides concise construction of
graphics in the style of D3.js, and favors delivering this capability
with interactivity over large or streaming datasets.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Mar 04 2024 Ben Greiner <code@bnavigator.de>
  - Update to 3.3.4
    [#]# bugfixes:
    - #13594 [component: docs] New glyphs are missing from TOCs,
      indexes
    - #13654 [component: server] [BUG] Tornado client sometimes not
      correctly cleaned up leading to continuous keep alive ping
      failures
    - #13656 [component: tests] Tests fail due to pandas'
      deprecation warning
    - #13660 [component: bokehjs] [BUG] BooleanFilter doesn't work
      with np.array
    - #13659 [component: docs] Fix missing User Guide sidebars
    [#]# tasks:
    - #13502 [component: bokehjs] [FEATURE] Assist in measuring
      display and interaction latency
    - #13587 [component: docs] [BUG] Update link to Jinja project
      in server documentation
    - #13568 [component: examples] Add Metadata for
      airports_graph.py and geojson_source.py
    - #13626 Force import line wrap by count and line length
    - #13647 [component: docs] Update CoC to use reporting form
    - #13664 [component: docs] Address missing image thumbnail
  - Requires pytest-asyncio 0.21.x
* Sat Jan 20 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.3.3:
    * [BUG] Updating span in figure does not update display
    * [BUG] (Global)ImportedStyleSheet URL not being treated
      correctly
    * [BUG] AutocompleteInput: Arrow up/down skips 2 options,
      not one by one
* Sat Dec 16 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 3.3.2:
    * [BUG] BoxAnnotation don't show up if not all lrbt-bounds are
      set [gh#bokeh/bokeh#13432].
  - Delete a bunch of 0 sized files.
  - Re-create bokeh-sampledata.tar.xz.
  - Disable a couple more tests:
    * test_vermin: vermin not packaged for openSUSE.
    * test__use_provided_session_header_autoload: network use.
* Wed Nov 29 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.3.1:
    * [BUG] Spinner in float mode with int step will increment to int
    * [BUG] Incorrectly formatted ticks with %f format when time is
      older than the Epoch
    * [BUG] Running the docs' "Specialized Axis Ticking" example
      fails due to Node compilation error
    * [component: bokehjs] [BUG] Issue with adding DataTable to a
      new tab from a callback
    * [component: docs] Empty bullet points above collapsible blocks
      in documentation
    * [component: bokehjs] Updating button icon does
      not work on the first click[BUG]
    * [component: bokehjs] p.rect and possible others
      in combination with factor_cmap no longer handles NaN values
    * [component: bokehjs] [BUG] HoverTools not
      correctly located in Notebook
    * [BUG] daylight_warsaw_2013 emits a warning
    * 13452 [component: bokehjs] [BUG] ImageStack hover
      tooltip shows incorrect numbers
    * [component: bokehjs] RangeTool not working in Jupyter notebook
    * [component: bokehjs] [BUG] DateRangePicker
      selects individual dates by default
    * [component: bokehjs] [BUG] {v,h}strip not
      showing when values are large and width/height is small on
      WebGL
    * Convert value of `BOKEH_DEFAULT_SERVER_PORT` to `int`
* Fri Oct 13 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to verion 3.3.0:
    * Too many changes, see
      https://github.com/bokeh/bokeh/blob/3.3.0/docs/CHANGELOG for
      a full list and
      https://blog.bokeh.org/introducing-bokeh-3-3-f58edeac70ec for
      an overview.
* Sun Sep 17 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 3.2.2:
    * Bug fixes:
    - (gh#bokeh/bokeh#13265) Merging tools in `gridplot` leads to
      wrong active state next to tool icon
    - (gh#bokeh/bokeh#13288) construct_color_bar does not support
      ImageStack glyph
    - (gh#bokeh/bokeh#13307) Incorrect file docstrings in
      tests/support/plugins directory
    - (gh#bokeh/bokeh#13314) CDS stream broken for larger rollover
* Mon Jul 03 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 3.2.0:
    * Too many changes to list, see online
      https://github.com/bokeh/bokeh/blob/3.2.0/docs/CHANGELOG.
  - Re-generate bokeh-sampledata.tar.xz for update.
  - BuildRequires: python-pytest-timeout, python-ipython needed for
    tests.
  - Disable a few more tests without necessary data files.
* Thu May 18 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.1.1:
    * [BUG] Division element id of components can be
      invalid for CSS
    * [component: server] [BUG] Domain is not resolved
      correctly when using BOKEH_RESOURCES=server
    * `load_notebook()` uses non-unique DOM element
      IDs
    * [component: bokehjs] [BUG] Artifacts on the
      signal when using WebGL to plot
    * [component: build] bokehjs' build fails on
      Windows 10 due to creating symlinks
    * [component: examples] `autocompleteinput.py`
      example doesn't work with pandas 2.0
    * [component: docs] `README.md` in `examples/`
      doesn't reflect the contents of the directory
    * [component: bokehjs] [BUG] Incorrect behaviour
      of Slider control on Safari (macOS)
    * [component: bokehjs] Heavy `lazy_initialize()`
      can result in a race condition
    * [BUG] Fix broken link to tools guide
    * Fix bokeh.sphinxext.util after PR #13041
    * [component: server] Fix `MultiRootStaticHandler`
      after PR #13041
    * [component: docs] fix broken docs refs
    * [component: bokehjs] Fix race conditions related
      to layout resize and updates
    * [component: bokehjs] accent are sorted last in
      sorted Tablecolumn
    * [component: bokehjs] Investigate duplicated
      `ctx.stroke()` in various hatch patterns
    * [component: build] Display a list of installed
      dependencies and related software in CI
    * [component: bokehjs] [FEATURE] Propagate Name
      attribute to js for all Models
    * [component: docs] [BUG] [docs] Serializer cannot
      serialize decimal.Decimal
    * [component: tests] Complete unit tests for
      BokehJS mathematical array functions
    * [component: build] Check for existence of git
      tags early on in build process
    * [component: docs] dev guide has incorrect links
      to executables in the github
    * Disable miniconda-setup Post step on Windows
    * Prune latest docs properly
    * [component: docs] Carriage returns error on
      Windows systems. [BUG]
    * [FEATURE] Set `Cross-Origin-Resource-Policy:
      cross-origin`
    * [component: docs] add ref
    * [component: tests] Temporarily disable
      docker_from_wheel test in CI
    * [component: docs] Fix tiny error in doc code-
      block
    * [component: docs] Added metadata to
      line_on_off.py
    * [component: docs] Add dropdowns to contributor
      docs troubleshooting
    * [component: docs] Tile source metadata
    * Increase the number of iterations in CSS safe ID
      generator
    * [component: docs] Update In-kind sponsors list
    * [component: build] Allow `static/` symlinks in
      `BOKEHJS_ACTION=install pip install -e .`
    * [component: docs] Update first_steps_1.rst
    * Backports for 3.1.1
    * [component: bokehjs] PolySelectTool area remains
      the same at all zoom levels
    * "Slider" widget: omitting a required argument
      does not produce error message
    * [component: bokehjs] HoverTool not working with
      RangeTool
    * [component: bokehjs] [BUG] Can't interact with
      multiple RangeTools
    * [component: bokehjs] [BUG] range_tool broken on
      inverted axes
    * [component: bokehjs] [BUG] Hover tool not working
      correctly for rotated rectangles
    * [component: bokehjs] [BUG] Plaintext copy-pasted
      from DataTable has a different order
    * [component: bokehjs] [BUG] Dates in DataTables
      appear as zero-epoch
    * [BUG] TypeError when customizing tools icon
      using PIL Image
    * [component: bokehjs] [BUG] Replacing filter of
      CDSView does not trigger update of DataTable
    * [component: bokehjs] [BUG] DataTable rendering
      behaves inconsistently for different indices of an
      IndexFilter
    * [BUG] Allow reset of DatePicker to empty date
    * [component: bokehjs] [BUG] ColumnDataSource does
      not work with NumPy floating-point scalars
    * [component: bokehjs] [FEATURE] enable linebreaks
      in legend labels
    * Figure out why `HexTile` with `pointytop`
      orientation and `aspect_scale=0.5` fails
    * [component: bokehjs] Hover tool can point to
      data outside of the frame
    * Handle Datetime values consistently in
      annotations
    * [component: docs] [BUG]
      `bokeh.core.json_encoder.serialize_json` doesn't work as
      shown in example
    * [component: bokehjs] [BUG] MultiChoice dropdown
      and autocomplete
    * [component: bokehjs] Rect hit testing on circles
      is overzealous, at least by the default
    * light_minimal theme is missing
    * [component: bokehjs] [BUG]
      sizing_mode='stretch_both' broken in gridplot (bokeh 3.0.2)
    * [BUG] bokeh v3 ColumnDataSource.selected.indices
      no longer works with ndarray
    * [BUG] Performance differences between v2 and v3
    * [component: docs] Ref guide autoclasstoc links
      are missing
    * [component: bokehjs] [BUG] tooltips disappear
      when range of image is reversed
    * [component: bokehjs] ReGL initialization is
      excessively and unnecessarily slow in tests
    * [component: bokehjs] [BUG] DatePicker kills
      layout
    * [component: docs] [BUG] CheckboxGroup minimal
      example in the documentation (Widgets and DOM elements 3.0.3)
      does not work properly
    * [component: bokehjs] [BUG] Updating DatePicker
      css_classes from callbacks not working
    * Type check errors due to updated `pandas-stubs`
    * [component: docs] [BUG] No such file:
      examples/plotting/marker_map.py
    * [component: bokehjs] [BUG] Possible regression:
      pinching not working with wheelzoomtool
    * [component: bokehjs] [BUG] hatching scales
      differently on different displays
    * [component: examples] Custom tooltip example
      mis-renders
    * [component: bokehjs] Custom extension examples
      do not work
    * [component: docs] [BUG] No module named
      'bokeh.server.tests'
    * [component: bokehjs] [BUG] DataTable does not
      output true/false for numpy arrays
    * [component: bokehjs] `RangesUpdate` is not
      emitted for linked plots
    * [component: bokehjs] [BUG] HasProps does not
      record references for models declared inside Map objects
    * [component: bokehjs] [BUG] BokehJS interpolate
      doesn't handle length-1 arrays
    * [component: bokehjs] [BUG] Streaming broken when
      switching from Array to TypedArray
    * [component: bokehjs] There are dots in HTML
      class names
    * [BUG] Time to add glyph with legend label grows
      exponentially with number of existing glyphs
    * [BUG] Serialization of new models breaks with
      Document.hold()
    * [BUG] Cannot serialize pd.NA
    * [BUG] Cannot serialize pandas numeric arrays
    * [component: docs] Update Docs for GlyphRenderer
    * [component: docs] Missing title in docs for
      glyphs
    * [component: docs] [BUG] Example in "Setting up a
      development environment" doesn't exist anymore
    * [BUG] GridPlot sizing mode not respected
    * [BUG] GridPlot does not combine tools with
      different renderers
    * [component: bokehjs] Unnecessary scrollbars can
      toggle back and forth in layouts
    * [component: bokehjs] Editable `BoxAnnotation`
      doesn't respect symbolic coordinates
    * [component: bokehjs] css_classes example not
      working
    * [BUG] Pandas series encoding can fail with
      pyarrow dtypes
    * [component: bokehjs] Layout collapses when using
      `FullscreenTool` in Chromium
    * [component: server] [BUG] Server does not allow
      websocket connection on unix socket
    * [component: bokehjs] Candlestick chart broken
    * [component: docs] Thumbnails not being rendered
      in docs gallery
    * [component: docs] Fix typo.
    * [component: bokehjs] Refactor `qbb()` and
      `cbb()` and fix usage of `cbb()`
    * [component: bokehjs] Update Tabler icon CSS URL
    * [component: bokehjs] Fix svg rotated ellipses
    * [component: bokehjs] Consider margins when using
      `100%` width with `max` policy
    * [component: tests] Resolve issues with headless
      Chromium 110
    * [component: bokehjs] Build bokehjs' examples in
      CI and fix errors
    * Fix alignment in `_templates/file.html`
    * Add support for persistent selection overlays
    * ncol and nrow in Legend object
    * Hook for callback upon document init
    * Allow models.Span.location to accept categorical
      values
    * [component: bokehjs] [FEATURE]Change date format
      of DatePicker
    * [component: bokehjs] [FEATURE] Add fill
      properties to slope
    * [component: bokehjs] [FEATURE] Add JS event on
      Websocket disconnect
    * [component: bokehjs] Add rounded corners for
      rect/quad glyphs
    * [component: bokehjs] [FEATURE] MultiChoice:
      allow flag for the options menu to be closed after an item is
      selected or not
    * [BUG] Sparse DataFrame can't be plotted without
      transformation to CDS
    * Add support for background, border, padding,
      etc. to `Text` glyph
    * [FEATURE] Add visual separation for legend items
      with multiline text
    * [FEATURE] Add method to construct a ColorBar
    * [FEATURE] Add transform.eqhist_cmap
    * [component: bokehjs] Add configurable option for
      invoking callback when pressing enter for TextInput
    * [BUG] Cannot plot `pandas.DataFrame` with
      columns of type string
    * Categorical colormapping of 3D arrays
    * Expose stylesheet model API publicly
    * [component: bokehjs] Implement
      varying_alpha_palette in BokehJS
    * [component: bokehjs] Add interp_palette function
    * Allow to clone `HasProps` instances
    * tasks:
    * [component: tests] Test that bokehjs is npm-
      installable
    * [component: tests] Test for `MultiChoice` widget
    * Rename `select_every_mousemove` to `continuous`
    * [component: build] Raise min numpy to 1.16
    * [component: tests] Server tests use deprecated
      API
    * [component: build] [BUG]  Runtime error of
      incorrect option name crashes webapp (Angular)
    * [component: docs] [FEATURE] Add
      ``text_outline_color`` to docs
    * [component: docs] [BUG] First steps 2 doc
      figures have low contrast
    * [component: docs] User guide section for CSS
      stying
    * [component: docs] Docs on load balancing with
      Apache can be improved
    * [BUG] numpy.bool8 is deprecated
    * [BUG] EncodingWarning in bokeh.resources and
      bokeh.themes.Theme(...)
    * Codecov not skipping sphinxext
    * [component: docs] [DOCS] rect glyph shouldn't be
      used on log axes
    * [component: docs] Built-in widgets docs page
      does not include DateSlider
    * [component: examples] Improve examples' color
      handling
    * [component: docs] Dev setup docs needs to ensure
      repo tags
    * Activate bugbear checks in ruff
    * [component: docs] Update docs for release
    * [component: docs] Gallery thumbnails for image
      examples need updating
    * [component: docs] Date picker gallery thumbnail
      broken
    * Forward ports for 3.0.1
    * Forward ports from 3.0.2
    * [component: build] Upgrade to TypeScript 4.9
    * [component: bokehjs] Remove legacy
      `CanvasRenderingContext2D` polyfills
    * [component: build] Add support for CSS modules
      to extensions' compiler
    * [component: docs] Promote note to warning in
      docs
    * [component: docs] Fix tooltip ug entry
    * Update copyright statements to 2023
    * [component: bokehjs] Remove legacy CSS styles
    * [component: build] Switch to isolated modules in
      TypeScript
    * [component: build] Switch to ES2022 tsc
      compilation target
    * Upgrade `actions/{checkout,cache,...}` to `v3`
    * [component: examples] Added metadata to examples
    * Fix a few typos
    * Update ruff / f-string cleanup
    * [component: bokehjs] Upgrade bokehjs
      dependencies and refresh `package-lock.json`
    * [component: docs] spelling mistake
    * `DatePicker` improvements and new types of
      pickers
    * [component: examples] 11765 metadata custom
      tooltips
    * [component: examples] Added metadata to hover.py
    * Reuse object traversal result when bundling
    * [component: bokehjs] Enable strict boolean
      expressions lint rule
    * Use ubuntu-latest and nodejs 18.x in CI
    * [component: bokehjs] Don't re-render when
      `css_classes` or `stylesheets` change
    * Resolve issues with testing on MacOS in CI
    * [component: bokehjs] Enable `switch-
      exhaustiveness-checks` lint rule
    * Upgrade to ruff 0.0.252
    * [component: build] Check for package-lock.json
      v3 in release scripts
    * [component: bokehjs] Make `publish = true` the
      default for `BokehEvent`
* Thu May 18 2023 Dirk Müller <dmueller@suse.com>
  - switch to default npm
* Wed Jan 04 2023 Ben Greiner <code@bnavigator.de>
  - Update to version 3.0.3
    * Bokeh Version 3.0.3 (Dec 2022) is a point release that
      addresses layout issues affecting downstream projects, as well
      as other small regressions and bugfixes.
    * Fix export with fractional CSS lengths (#12611)
    * Fix layout propagation in nested mixed layouts (#12583)
    * Fix application of UI element styles in Firefox (#12633)
    * Add default styles to FILE template (#12627)
    * Ensure change callback manipulation is threadsafe (#12623)
* Sat Nov 19 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 3.0.2
    [#]# bugfixes
    * #4930 interaction between tooltips and gridplots
    * #12429 [component: bokehjs] [BUG] Line selection does not
      render the unselected end line segments
    * #12531 [component: bokehjs] [BUG] latex in titles - upright
      characters that should be italic
    * #12551 [component: tests] bokehjs' unit tests fail on chromium
      107
    * #12554 [component: docs] Custom.js needs update for switcher
    * #12578 [component: bokehjs] [BUG] gridplot reset button does
      not reset all figures
    * #12585 [component: bokehjs] [BUG] line_policy='none' for
      HoverTool does not generate any tooltip
    * #12587 [component: server] [BUG] Don't delete
      importlib.metadata in __init__.py
    * #12593 [BUG] Guard numpy.typing.ArrayType with `if
      TYPE_CHECKING`
    [#]# tasks
    * #12557 [component: docs] Need automation for updating
      switcher.json
    * #12560 [FEATURE] remove mock
    * #12562 [BUG]  Tests: "python" is not a guaranteed executable
    * #12566 [component: docs] Fix dates and typo in release docs for
      3.0.0/3.0.1
    * #12569 [component: build] Add Python 3.11 to CI
    * #12571 [component: tests] Remove flaky from integration tests
    * #12573 [component: tests] Add a regression test for issue #4888
    * #12579 Upgrade to mypy 0.990
    * #12581 Disable Selenium integration tests for now
    * #12597 Backports for 3.0.2
    * #12600 Updates for 3.0.2
  - Remove bokeh-remove-mock.patch gh#bokeh/bokeh#12561: upstream
  - Remove bokeh-sys-executable.patch gh#bokeh/bokeh#12563: upstream
* Fri Nov 04 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 3.0.1
    * point release that addresses an issue with runtime dependencies
  - Add patches for test suite:
    * bokeh-remove-mock.patch gh#bokeh/bokeh#12561
    * bokeh-sys-executable.patch gh#bokeh/bokeh#12563
* Mon Oct 31 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 3.0.0
    * Bokeh Version 3.0.0 is a major milestone of Bokeh project.
    [#]# Major changes
    * Support for legacy web browser (e.g. IE, non-ES6 compliant) was
      removed
    * Official support for Python 3.7 was removed and for 3.10 added
    * Layout and CSS interoperability was redesigned and greatly
      improved
    * Serialization protocol was redesigned and vastly improved
    * CSS was modularized and all UI components are now Web
      components
    * Django integration was moved to
      https://github.com/bokeh/bokeh-django
    [#]# Minor changes
    * Support added for favicon.ico files
    * Initial import times reduced
    * Support added for new selection policy NodesAndAdjacentNodes
    * Plot.remove_tools() function added
  - Drop bokeh-pr12218-Pillow9.2.patch
* Thu Jul 07 2022 Ben Greiner <code@bnavigator.de>
  - Add bokeh-pr12218-Pillow9.2.patch for fixing failures with
    Pillow 9.2
    * gh#bokeh/bokeh#12216
    * gh#bokeh/bokeh#12218
* Sun May 29 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.4.3:
    * Bugfixes:
    - gh#bokeh/bokeh#7390 [component: bokehjs] Tap events respond
      outside plot area.
    - gh#bokeh/bokeh#11744 [component: docs] BokehJS example in
      docs is broken.
    - gh#bokeh/bokeh#11832 [component: bokehjs] [BUG] Zoom-in
      failing with the `xzoom_in` tool.
    - gh#bokeh/bokeh#11965 [component: bokehjs] [BUG] Table
      formatting causes layout crash/collapse.
    - gh#bokeh/bokeh#11987 [component: docs] Docs: extra
      whitespace on non-sidebar pages.
    - gh#bokeh/bokeh#11995 [component: docs] [Docs] his must be
      replaced by This.
    - gh#bokeh/bokeh#12058 [BUG] webgl backend results in dashed
      lines.
    - gh#bokeh/bokeh#12070 [component: bokehjs] [BUG]
      Wedge/AnnularWedge hit testing cuts off top/bottom.
    - gh#bokeh/bokeh#12096 Missing `f` prefix on f-strings.
    - gh#bokeh/bokeh#11819 [component: bokehjs] Correctly handle
      odd-length dash patterns in WebGL.
    - gh#bokeh/bokeh#11829 [component: bokehjs] Fix webgl line NaN
      handling.
    - gh#bokeh/bokeh#12051 [component: docs] Fixed typo:
      s/server/serve/
    - gh#bokeh/bokeh#12106 Fix typo in git.py.
    * Features:
    - gh#bokeh/bokeh#9182 [component: bokehjs] Add hover tooltip
      support for Patch, HArea, and VArea.
    - gh#bokeh/bokeh#10525 [component: bokehjs] [Feature] Support
      full text search for MultiChoice and  auto complete input
    - gh#bokeh/bokeh#11840 [component: bokehjs] Support multiple
      marker types in WebGL scatter.
    - gh#bokeh/bokeh#12034 Add DatetimeRangeSlider.
    - gh#bokeh/bokeh#12121 Support rescale_discrete_levels in
      EqHistColorMapper.
  - Refresh conftest.py from github sources.
* Wed Dec 08 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.4.2:
    * [gh#bokeh/bokeh#11422] [component: bokehjs] [BUG]
      `DeserializationError` when trying to change a `DataTable`'s
      columns with `CustomJS`
    * [gh#bokeh/bokeh#11800] [BUG] DeserializationError when
      plotting graphs
    * [gh#bokeh/bokeh#11801] [component: bokehjs] [BUG] Log axis
      figures don't render if they're not visible at start
    * [gh#bokeh/bokeh#11807] [component: bokehjs] Work around issues
      with initialization-time change discovery
    * [gh#bokeh/bokeh#11808] Don't unnecessarily update node/edge
      renderers in graphs
    * [gh#bokeh/bokeh#11613] [component: docs] Cache-bust custom.css
      for docs
    * [gh#bokeh/bokeh#11791] [component: docs] Update issue template
      to use new GH forms
    * [gh#bokeh/bokeh#11761] [component: docs] Clarify use of color
      in first steps guide
    * [gh#bokeh/bokeh#11762] [component: docs] Replace slash with
      backslash for PS commands
    * [gh#bokeh/bokeh#11767] [component: bokehjs] Upgrade jquery-ui
      to resolve security concerns
    * [gh#bokeh/bokeh#11781] [component: examples] fix transform
      jitter example
    * [gh#bokeh/bokeh#11786] bokeh 2.4.2 backports
    * [gh#bokeh/bokeh#11790] [component: build] Bryanv/pin sphinx 42
    * [gh#bokeh/bokeh#11797] Add OS to bokeh info
    * [gh#bokeh/bokeh#11805] More 3.0 -> 2.4.2 backports
    * [gh#bokeh/bokeh#11810] [component: docs] Update docs for new
      issue forms
* Wed Oct 13 2021 Michael Ströder <michael@stroeder.com>
  - Update to version 2.4.1:
    * Long list, see
      https://github.com/bokeh/bokeh/blob/2.4.1/CHANGELOG
* Thu Sep 23 2021 Ben Greiner <code@bnavigator.de>
  - Bokeh requires Python >= 3.7:  disable failing Leap builds
  - Reactivate test suite (at least the unit tests packaged in the
    sdist) by adding conftest.py from the github archive
* Thu Sep 23 2021 Matej Cepl <mcepl@suse.com>
  - updates-alternatives actions should be in postun, not preun
* Sat Sep 18 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 2.4.0:
    * Long list, see
      https://github.com/bokeh/bokeh/blob/2.4.0/CHANGELOG
  - Drop bokeh-pr11218-figure-toolbar-active-properties.patch,
    upstream PR merged.
* Tue Jul 20 2021 Ben Greiner <code@bnavigator.de>
  - Remove URL for rebased patch
    bokeh-pr11218-figure-toolbar-active-properties.patch
* Mon Jul 19 2021 Ben Greiner <code@bnavigator.de>
  - Revert to version 2.3.3
    * stay on a stable version. 2.4.0.dev1 broke distributed
  - Add bokeh-pr11218-figure-toolbar-active-properties.patch
    * fix for gh#spotify/chartify/issues/128
    * is a rebased version of gh#bokeh/bokeh#11218
    * tested with all packages with an active %check from
      `osc whatdependson openSUSE:Factory python-bokeh standard x86_64`
* Mon Jul 12 2021 Markéta Machová <mmachova@suse.com>
  - Update to version 2.4.0.dev1
    in 2.3.3:
    * JupyterLab 3 dynamic extension loading
    * Deprecate broken HSL objects
    * Simplify rendering of Line and MultiLine glyphs
    * Replace jinja2.Markup deprecated with Jinja 3.1
    * Upgrade to Chrome 91 and fix failing examples' tests
    * Fix data access layout SpatialIndex.bounds()
    * Restore support for relative font size units
    just in dev1:
    * Unify {Figure,Toolbar}.active_* properties
    * Update to isort 5.8
    * Add support for polar coordinates
* Sat Jun 05 2021 Matej Cepl <mcepl@suse.com>
  - Test suite complete useless.
* Sat Feb 27 2021 Michael Ströder <michael@stroeder.com>
  - Update to version 2.3.0
    * bugfixes:
    - #1426 Mixins have vectorized properties which doesn't make sense outside glyphs
    - #6781 HoverTool.renderers accept List(Renderer) but supports only List(GlyphRenderer)
    - #8489 [component: bokehjs] Graphical bugs with webgl and time series data with NaN points
    - #9951 [BUG] Impossible to use tuples as colors
    - #10136 [component: bokehjs] Arrows - 'white background' under the arrow
    - #10218 [component: server] [BUG] Periodic callback don't stop in Django
    - #10339 [component: tests] examples' tests fail because headless browser doesn't start in time
    - #10407 [component: bokehjs] [BUG] Select is not updated upon setting value after changing the options
    - #10411 [component: examples] [BUG] issues with latex_example_full
    - #10452 [component: bokehjs] [BUG] MultiChoice disabled attribute is not working
    - #10454 [component: bokehjs] LabelSet does not display with categorical coordinates
    - #10457 [component: bokehjs] [BUG]Reverse Y axis range with circle
    - #10458 [component: bokehjs] [BUG]multi_line doesn't support hover.
    - #10468 [component: bokehjs] [BUG] `DateSlider` and `DateRangeSlider` ignore `format` set to an instance of `TickFormatter`
    - #10481 [component: bokehjs] [BUG] Unable to use CustomJS callback on HoverTool with GraphRenderer
    - #10484 [component: docs] Typo in https://docs.bokeh.org/en/latest/docs/user_guide/embed.html#autoload-scripts
    - #10498 [component: bokehjs] [BUG] GridBox not rebuilt when changing cols or rows attributes
    - #10506 [component: bokehjs] [FEATURE] Hiding hex number from color swatch in hover tool
    - #10507 [component: bokehjs] [BUG] Cannot disable MultiSelect in 2.2.1
    - #10536 [component: server] Bad `super` call in "contexts.py"
    - #10541 [component: bokehjs] [BUG]Slope annotation is not drawn with gradient of 0
    - #10559 [component: bokehjs] [BUG] Modifying a tooltip may result in errors
    - #10575 [component: bokehjs] [BUG] Whiskers do not appear in categorical plots?
    - #10581 [component: docs] [BUG] Outdated example for CustomJSHover
    - #10589 [component: bokehjs] [BUG] multi_line is rendered incorrectly when used with a view with filters
    - #10594 [component: bokehjs] [BUG] Whiskers `base` have reduced precision
    - #10595 [component: docs] [BUG] Minor Typo in Gallery documentation.
    - #10603 [component: build] [BUG] 2.3.0dev2 introduced an erroneous dependency on "python_abi 3.9.* *_cp39"
    - #10604 [component: bokehjs] quote (') from networkx index node are translated to (&#x27;)
    - #10611 [component: bokehjs] bokehjs' unit tests fail after recent changes
    - #10613 [component: docs] Add TOC to reference doc
    - #10643 [component: bokehjs] [BUG] 2.3.0dev5 - Using a widget as a parameter in its own js callback throws 'Maximum call stack size exceeded' on JS side
    - #10666 [component: bokehjs] [BUG] Webgl perf regressions in branch-2.3
    - #10668 [BUG] Warnings about integrity checks when using CDN resources with extension
    - #10670 [component: bokehjs] [BUG] PolyEditTool vertices are not redrawn on data source update
    - #10675 [component: bokehjs] [BUG] ScientificFormatter shows 0 as 0.000e+00
    - #10695 [component: bokehjs] [BUG] MultiChoice options covered up by DataTable
    - #10697 [component: bokehjs] [BUG] ScientificFormatter error formatting negative numbers
    - #10702 [component: bokehjs] [BUG] TextAreaInput value_input no change event detected
    - #10721 [component: build] CI is failing with ModuleNotFoundError: No module named 'bokeh'
    - #10725 [component: bokehjs] [BUG] SVG backend mirrors image in plot
    - #10738 [component: bokehjs] [BUG] MultiLine datetime precision loss
    - #10754 [component: bokehjs] [BUG] Hover indices broken
    - #10755 [component: bokehjs] Unequal length columns cause size mismatch error
    - #10784 [component: bokehjs] [FEATURE] Differential re-rendering of updated plots
    - #10809 [component: bokehjs] [BUG]figure labels missing after updating the CDS
    - #10819 [component: docs] [BUG] Example in LabelSet documentation doesn't seem to be correct
    - #10826 [component: bokehjs] SVG canvas doesn't implement `ctx.fill(fill_rule)`
    - #10837 [component: bokehjs] Public style/**/*.d.ts are not robust enough for path mapping
    - #10841 [BUG] Ensure non-nullable properties in JS are validated in Python
    - #10851 [BUG] Layout regressions
    - #10852 [component: bokehjs] [BUG] Lasso tool does not render
    - #10853 [component: bokehjs] [BUG] Ajax and Server sent examples broken
    - #10855 [component: bokehjs] Only main glyphs has signals connected in `GlyphRenderer`
    - #10875 [component: docs] [BUG] Marker docs require updating
    - #10879 [component: docs] [BUG] Link to export_svg() in export.rst is broken
    - #10880 [BUG] ProxyToolbar.logo: expected a value of type str, got None
    - #10913 [BUG] Error while testing 2.3.0dev13 with Dask
    - #10924 [component: docs] [BUG]Custom Widget Example fails to load (2.3.0rc2)
    - #10647 [component: bokehjs] [Spinner] Avoid twice incrementation with laptop pad
    - #10701 Fix backwards compatibility alias for InspectTool
    - #10760 [component: tests] Manually quote arguments to npx
    - #10860 [component: bokehjs] Resolve IE compatibility issues
    * features:
    - #2230 [component: bokehjs] expose tap and hover tool hit radius
    - #3674 Add DataModel base class
    - #5618 [component: bokehjs] CategoricalColorMapper ColorBar
    - #5676 [component: bokehjs] Encode colors as 32 bit integers by default
    - #6835 [component: bokehjs] Vectorized Arrow Heads
    - #7845 Allow both tap and doubletap gestures with TapTool
    - #8169 [component: bokehjs] Line break in categorical axis labels
    - #8954 [component: bokehjs] Adding support for superscript exponents
    - #9169 [FEATURE] SVG export for gridplot
    - #9847 [component: bokehjs] Add support for ES module entrypoint
    - #9929 [component: bokehjs] Add hatch rendering to Box Annotation
    - #10203 [component: bokehjs] [FEATURE] line_dash vectorizable where appropriate
    - #10295 [component: bokehjs] [FEATURE] Let AutocompleteInput accept input not present in completion list
    - #10472 [component: bokehjs] [FEATURE] Auto-ranging in network graphs
    - #10505 [component: bokehjs] Add button_type with no border
    - #10576 [FEATURE] 'transparent' as an alias for `rgba(0, 0, 0, 0)`
    - #10599 [component: bokehjs] [BUG] BokehJS minimal example is not working
    - #10612 [component: bokehjs] Hovertool does not work for dynamically added glyphs
    - #10637 [component: bokehjs] Need "Edges" only inspected policy for graphs
    - #10662 [component: bokehjs] [FEATURE]Allow naming (title) of Tools
    - #10798 [component: server] [FEATURE] Support Tornado WebSocket compression on server
    - #10824 [component: bokehjs] Add Hatch Patterns for Glyphs
    - #10836 [component: bokehjs] [FEATURE] Add new star marker
    - #10323 [component: bokehjs] Add support for smooth curve glyphs
    - #10493 Accurate color bar ticking with eqhist mapping
    - #10624 [component: bokehjs] Auto-generate index.ts based on tsconfig's input patterns
    - #10640 Implement grad and turn CSS-based angle units
    - #10734 [component: bokehjs] Add support for Less/CSS to extensions
    - #10847 [component: bokehjs] Add star marker - webgl extension
    * many more tasks
* Sun Feb 21 2021 Ben Greiner <code@bnavigator.de>
  - Skip python36 build: With NumPy 1.20, python36-numpy is no
    longer available in Tumbleweed (NEP 29)
  - The downside of not testing: This was only detected by packages
    depending on bokeh. As a mitigation move the runtime requirements
    to unconditional BuildRequires.

Files

/etc/alternatives/bokeh
/usr/bin/bokeh
/usr/bin/bokeh-3.12
/usr/lib/python3.12/site-packages/bokeh
/usr/lib/python3.12/site-packages/bokeh-3.3.4.dist-info
/usr/lib/python3.12/site-packages/bokeh-3.3.4.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/bokeh-3.3.4.dist-info/LICENSE.txt
/usr/lib/python3.12/site-packages/bokeh-3.3.4.dist-info/METADATA
/usr/lib/python3.12/site-packages/bokeh-3.3.4.dist-info/RECORD
/usr/lib/python3.12/site-packages/bokeh-3.3.4.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/bokeh-3.3.4.dist-info/WHEEL
/usr/lib/python3.12/site-packages/bokeh-3.3.4.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/bokeh-3.3.4.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/bokeh/LICENSE.txt
/usr/lib/python3.12/site-packages/bokeh/__init__.py
/usr/lib/python3.12/site-packages/bokeh/__main__.py
/usr/lib/python3.12/site-packages/bokeh/__pycache__
/usr/lib/python3.12/site-packages/bokeh/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/__main__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/__main__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/driving.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/driving.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/events.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/events.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/ext.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/ext.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/layouts.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/layouts.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/palettes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/palettes.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/resources.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/resources.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/settings.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/settings.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/tile_providers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/tile_providers.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/transform.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/__pycache__/transform.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/_sri.json
/usr/lib/python3.12/site-packages/bokeh/application
/usr/lib/python3.12/site-packages/bokeh/application/__init__.py
/usr/lib/python3.12/site-packages/bokeh/application/__pycache__
/usr/lib/python3.12/site-packages/bokeh/application/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/__pycache__/application.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/__pycache__/application.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/application.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__init__.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/code.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/code.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/code_runner.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/code_runner.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/directory.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/directory.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/document_lifecycle.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/document_lifecycle.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/function.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/function.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/lifecycle.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/lifecycle.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/notebook.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/notebook.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/request_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/request_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/script.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/script.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/server_lifecycle.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/server_lifecycle.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/server_request_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/__pycache__/server_request_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/application/handlers/code.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/code_runner.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/directory.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/document_lifecycle.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/function.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/handler.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/lifecycle.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/notebook.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/request_handler.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/script.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/server_lifecycle.py
/usr/lib/python3.12/site-packages/bokeh/application/handlers/server_request_handler.py
/usr/lib/python3.12/site-packages/bokeh/client
/usr/lib/python3.12/site-packages/bokeh/client/__init__.py
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/connection.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/connection.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/session.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/session.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/states.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/states.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/websocket.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/client/__pycache__/websocket.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/client/connection.py
/usr/lib/python3.12/site-packages/bokeh/client/session.py
/usr/lib/python3.12/site-packages/bokeh/client/states.py
/usr/lib/python3.12/site-packages/bokeh/client/util.py
/usr/lib/python3.12/site-packages/bokeh/client/websocket.py
/usr/lib/python3.12/site-packages/bokeh/colors
/usr/lib/python3.12/site-packages/bokeh/colors/__init__.py
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__/color.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__/color.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__/groups.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__/groups.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__/named.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__/named.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/colors/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/colors/color.py
/usr/lib/python3.12/site-packages/bokeh/colors/groups.py
/usr/lib/python3.12/site-packages/bokeh/colors/named.py
/usr/lib/python3.12/site-packages/bokeh/colors/util.py
/usr/lib/python3.12/site-packages/bokeh/command
/usr/lib/python3.12/site-packages/bokeh/command/__init__.py
/usr/lib/python3.12/site-packages/bokeh/command/__pycache__
/usr/lib/python3.12/site-packages/bokeh/command/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/__pycache__/bootstrap.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/__pycache__/bootstrap.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/__pycache__/subcommand.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/__pycache__/subcommand.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/bootstrap.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommand.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommands
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__init__.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/build.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/build.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/file_output.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/file_output.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/info.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/info.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/init.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/init.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/json.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/json.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/sampledata.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/sampledata.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/secret.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/secret.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/serve.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/serve.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/static.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/__pycache__/static.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/build.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/file_output.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/info.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/init.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/json.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/sampledata.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/secret.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/serve.py
/usr/lib/python3.12/site-packages/bokeh/command/subcommands/static.py
/usr/lib/python3.12/site-packages/bokeh/command/util.py
/usr/lib/python3.12/site-packages/bokeh/core
/usr/lib/python3.12/site-packages/bokeh/core/__init__.py
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/enums.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/enums.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/has_props.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/has_props.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/json_encoder.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/json_encoder.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/properties.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/properties.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/property_aliases.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/property_aliases.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/property_mixins.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/property_mixins.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/query.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/query.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/serialization.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/serialization.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/templates.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/templates.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/types.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/__pycache__/types.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/_templates
/usr/lib/python3.12/site-packages/bokeh/core/_templates/autoload_js.js
/usr/lib/python3.12/site-packages/bokeh/core/_templates/autoload_nb_js.js
/usr/lib/python3.12/site-packages/bokeh/core/_templates/autoload_request_tag.html
/usr/lib/python3.12/site-packages/bokeh/core/_templates/autoload_tag.html
/usr/lib/python3.12/site-packages/bokeh/core/_templates/css_resources.html
/usr/lib/python3.12/site-packages/bokeh/core/_templates/doc_js.js
/usr/lib/python3.12/site-packages/bokeh/core/_templates/doc_nb_js.js
/usr/lib/python3.12/site-packages/bokeh/core/_templates/file.html
/usr/lib/python3.12/site-packages/bokeh/core/_templates/js_resources.html
/usr/lib/python3.12/site-packages/bokeh/core/_templates/macros.html
/usr/lib/python3.12/site-packages/bokeh/core/_templates/notebook_load.html
/usr/lib/python3.12/site-packages/bokeh/core/_templates/plot_div.html
/usr/lib/python3.12/site-packages/bokeh/core/_templates/root_div.html
/usr/lib/python3.12/site-packages/bokeh/core/_templates/script_tag.html
/usr/lib/python3.12/site-packages/bokeh/core/_templates/try_run.js
/usr/lib/python3.12/site-packages/bokeh/core/enums.py
/usr/lib/python3.12/site-packages/bokeh/core/has_props.py
/usr/lib/python3.12/site-packages/bokeh/core/json_encoder.py
/usr/lib/python3.12/site-packages/bokeh/core/properties.py
/usr/lib/python3.12/site-packages/bokeh/core/property
/usr/lib/python3.12/site-packages/bokeh/core/property/__init__.py
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/_sphinx.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/_sphinx.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/alias.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/alias.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/aliases.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/aliases.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/any.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/any.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/auto.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/auto.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/bases.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/bases.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/color.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/color.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/constraints.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/constraints.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/container.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/container.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/dataspec.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/dataspec.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/datetime.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/datetime.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/descriptor_factory.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/descriptor_factory.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/descriptors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/descriptors.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/either.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/either.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/enum.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/enum.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/factors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/factors.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/include.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/include.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/instance.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/instance.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/json.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/json.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/nothing.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/nothing.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/nullable.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/nullable.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/numeric.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/numeric.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/override.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/override.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/pd.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/pd.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/primitive.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/primitive.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/readonly.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/readonly.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/required.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/required.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/serialized.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/serialized.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/singletons.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/singletons.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/string.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/string.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/struct.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/struct.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/text_like.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/text_like.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/validation.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/validation.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/vectorization.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/vectorization.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/visual.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/visual.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/wrappers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/__pycache__/wrappers.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/property/_sphinx.py
/usr/lib/python3.12/site-packages/bokeh/core/property/alias.py
/usr/lib/python3.12/site-packages/bokeh/core/property/aliases.py
/usr/lib/python3.12/site-packages/bokeh/core/property/any.py
/usr/lib/python3.12/site-packages/bokeh/core/property/auto.py
/usr/lib/python3.12/site-packages/bokeh/core/property/bases.py
/usr/lib/python3.12/site-packages/bokeh/core/property/color.py
/usr/lib/python3.12/site-packages/bokeh/core/property/constraints.py
/usr/lib/python3.12/site-packages/bokeh/core/property/container.py
/usr/lib/python3.12/site-packages/bokeh/core/property/dataspec.py
/usr/lib/python3.12/site-packages/bokeh/core/property/datetime.py
/usr/lib/python3.12/site-packages/bokeh/core/property/descriptor_factory.py
/usr/lib/python3.12/site-packages/bokeh/core/property/descriptors.py
/usr/lib/python3.12/site-packages/bokeh/core/property/either.py
/usr/lib/python3.12/site-packages/bokeh/core/property/enum.py
/usr/lib/python3.12/site-packages/bokeh/core/property/factors.py
/usr/lib/python3.12/site-packages/bokeh/core/property/include.py
/usr/lib/python3.12/site-packages/bokeh/core/property/instance.py
/usr/lib/python3.12/site-packages/bokeh/core/property/json.py
/usr/lib/python3.12/site-packages/bokeh/core/property/nothing.py
/usr/lib/python3.12/site-packages/bokeh/core/property/nullable.py
/usr/lib/python3.12/site-packages/bokeh/core/property/numeric.py
/usr/lib/python3.12/site-packages/bokeh/core/property/override.py
/usr/lib/python3.12/site-packages/bokeh/core/property/pd.py
/usr/lib/python3.12/site-packages/bokeh/core/property/primitive.py
/usr/lib/python3.12/site-packages/bokeh/core/property/readonly.py
/usr/lib/python3.12/site-packages/bokeh/core/property/required.py
/usr/lib/python3.12/site-packages/bokeh/core/property/serialized.py
/usr/lib/python3.12/site-packages/bokeh/core/property/singletons.py
/usr/lib/python3.12/site-packages/bokeh/core/property/string.py
/usr/lib/python3.12/site-packages/bokeh/core/property/struct.py
/usr/lib/python3.12/site-packages/bokeh/core/property/text_like.py
/usr/lib/python3.12/site-packages/bokeh/core/property/validation.py
/usr/lib/python3.12/site-packages/bokeh/core/property/vectorization.py
/usr/lib/python3.12/site-packages/bokeh/core/property/visual.py
/usr/lib/python3.12/site-packages/bokeh/core/property/wrappers.py
/usr/lib/python3.12/site-packages/bokeh/core/property_aliases.py
/usr/lib/python3.12/site-packages/bokeh/core/property_mixins.py
/usr/lib/python3.12/site-packages/bokeh/core/query.py
/usr/lib/python3.12/site-packages/bokeh/core/serialization.py
/usr/lib/python3.12/site-packages/bokeh/core/templates.py
/usr/lib/python3.12/site-packages/bokeh/core/types.py
/usr/lib/python3.12/site-packages/bokeh/core/validation
/usr/lib/python3.12/site-packages/bokeh/core/validation/__init__.py
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/check.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/check.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/decorators.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/decorators.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/errors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/errors.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/issue.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/issue.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/warnings.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/__pycache__/warnings.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/core/validation/check.py
/usr/lib/python3.12/site-packages/bokeh/core/validation/decorators.py
/usr/lib/python3.12/site-packages/bokeh/core/validation/errors.py
/usr/lib/python3.12/site-packages/bokeh/core/validation/issue.py
/usr/lib/python3.12/site-packages/bokeh/core/validation/warnings.py
/usr/lib/python3.12/site-packages/bokeh/document
/usr/lib/python3.12/site-packages/bokeh/document/__init__.py
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/callbacks.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/callbacks.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/document.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/document.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/events.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/events.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/json.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/json.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/locking.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/locking.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/models.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/models.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/modules.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/document/__pycache__/modules.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/document/callbacks.py
/usr/lib/python3.12/site-packages/bokeh/document/document.py
/usr/lib/python3.12/site-packages/bokeh/document/events.py
/usr/lib/python3.12/site-packages/bokeh/document/json.py
/usr/lib/python3.12/site-packages/bokeh/document/locking.py
/usr/lib/python3.12/site-packages/bokeh/document/models.py
/usr/lib/python3.12/site-packages/bokeh/document/modules.py
/usr/lib/python3.12/site-packages/bokeh/driving.py
/usr/lib/python3.12/site-packages/bokeh/embed
/usr/lib/python3.12/site-packages/bokeh/embed/__init__.py
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/bundle.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/bundle.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/elements.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/elements.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/notebook.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/notebook.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/server.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/server.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/standalone.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/standalone.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/wrappers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/__pycache__/wrappers.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/embed/bundle.py
/usr/lib/python3.12/site-packages/bokeh/embed/elements.py
/usr/lib/python3.12/site-packages/bokeh/embed/notebook.py
/usr/lib/python3.12/site-packages/bokeh/embed/server.py
/usr/lib/python3.12/site-packages/bokeh/embed/standalone.py
/usr/lib/python3.12/site-packages/bokeh/embed/util.py
/usr/lib/python3.12/site-packages/bokeh/embed/wrappers.py
/usr/lib/python3.12/site-packages/bokeh/events.py
/usr/lib/python3.12/site-packages/bokeh/ext.py
/usr/lib/python3.12/site-packages/bokeh/io
/usr/lib/python3.12/site-packages/bokeh/io/__init__.py
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/doc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/doc.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/export.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/export.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/notebook.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/notebook.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/output.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/output.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/saving.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/saving.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/showing.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/showing.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/state.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/state.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/webdriver.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/io/__pycache__/webdriver.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/io/doc.py
/usr/lib/python3.12/site-packages/bokeh/io/export.py
/usr/lib/python3.12/site-packages/bokeh/io/notebook.py
/usr/lib/python3.12/site-packages/bokeh/io/output.py
/usr/lib/python3.12/site-packages/bokeh/io/saving.py
/usr/lib/python3.12/site-packages/bokeh/io/showing.py
/usr/lib/python3.12/site-packages/bokeh/io/state.py
/usr/lib/python3.12/site-packages/bokeh/io/util.py
/usr/lib/python3.12/site-packages/bokeh/io/webdriver.py
/usr/lib/python3.12/site-packages/bokeh/layouts.py
/usr/lib/python3.12/site-packages/bokeh/model
/usr/lib/python3.12/site-packages/bokeh/model/__init__.py
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__/data_model.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__/data_model.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__/docs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__/docs.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__/model.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__/model.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/model/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/model/data_model.py
/usr/lib/python3.12/site-packages/bokeh/model/docs.py
/usr/lib/python3.12/site-packages/bokeh/model/model.py
/usr/lib/python3.12/site-packages/bokeh/model/util.py
/usr/lib/python3.12/site-packages/bokeh/models
/usr/lib/python3.12/site-packages/bokeh/models/__init__.py
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/axes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/axes.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/callbacks.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/callbacks.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/canvas.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/canvas.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/coordinates.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/coordinates.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/css.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/css.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/dom.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/dom.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/expressions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/expressions.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/filters.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/filters.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/formatters.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/formatters.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/glyph.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/glyph.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/glyphs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/glyphs.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/graphics.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/graphics.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/graphs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/graphs.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/grids.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/grids.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/labeling.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/labeling.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/layouts.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/layouts.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/map_plots.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/map_plots.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/mappers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/mappers.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/plots.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/plots.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/ranges.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/ranges.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/scales.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/scales.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/selections.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/selections.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/selectors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/selectors.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/sources.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/sources.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/text.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/text.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/textures.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/textures.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/tickers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/tickers.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/tiles.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/tiles.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/tools.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/tools.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/transforms.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/__pycache__/transforms.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__init__.py
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/annotation.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/annotation.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/arrows.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/arrows.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/dimensional.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/dimensional.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/geometry.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/geometry.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/labels.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/labels.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/legends.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/__pycache__/legends.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/annotation.py
/usr/lib/python3.12/site-packages/bokeh/models/annotations/arrows.py
/usr/lib/python3.12/site-packages/bokeh/models/annotations/dimensional.py
/usr/lib/python3.12/site-packages/bokeh/models/annotations/geometry.py
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/__init__.py
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/__pycache__
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/__pycache__/html_annotation.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/__pycache__/html_annotation.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/__pycache__/labels.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/__pycache__/labels.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/__pycache__/toolbars.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/__pycache__/toolbars.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/html_annotation.py
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/labels.py
/usr/lib/python3.12/site-packages/bokeh/models/annotations/html/toolbars.py
/usr/lib/python3.12/site-packages/bokeh/models/annotations/labels.py
/usr/lib/python3.12/site-packages/bokeh/models/annotations/legends.py
/usr/lib/python3.12/site-packages/bokeh/models/axes.py
/usr/lib/python3.12/site-packages/bokeh/models/callbacks.py
/usr/lib/python3.12/site-packages/bokeh/models/canvas.py
/usr/lib/python3.12/site-packages/bokeh/models/common
/usr/lib/python3.12/site-packages/bokeh/models/common/__pycache__
/usr/lib/python3.12/site-packages/bokeh/models/common/__pycache__/properties.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/common/__pycache__/properties.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/common/properties.py
/usr/lib/python3.12/site-packages/bokeh/models/coordinates.py
/usr/lib/python3.12/site-packages/bokeh/models/css.py
/usr/lib/python3.12/site-packages/bokeh/models/dom.py
/usr/lib/python3.12/site-packages/bokeh/models/expressions.py
/usr/lib/python3.12/site-packages/bokeh/models/filters.py
/usr/lib/python3.12/site-packages/bokeh/models/formatters.py
/usr/lib/python3.12/site-packages/bokeh/models/glyph.py
/usr/lib/python3.12/site-packages/bokeh/models/glyphs.py
/usr/lib/python3.12/site-packages/bokeh/models/graphics.py
/usr/lib/python3.12/site-packages/bokeh/models/graphs.py
/usr/lib/python3.12/site-packages/bokeh/models/grids.py
/usr/lib/python3.12/site-packages/bokeh/models/labeling.py
/usr/lib/python3.12/site-packages/bokeh/models/layouts.py
/usr/lib/python3.12/site-packages/bokeh/models/map_plots.py
/usr/lib/python3.12/site-packages/bokeh/models/mappers.py
/usr/lib/python3.12/site-packages/bokeh/models/plots.py
/usr/lib/python3.12/site-packages/bokeh/models/ranges.py
/usr/lib/python3.12/site-packages/bokeh/models/renderers
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__init__.py
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/contour_renderer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/contour_renderer.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/glyph_renderer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/glyph_renderer.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/graph_renderer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/graph_renderer.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/renderer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/renderer.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/tile_renderer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/__pycache__/tile_renderer.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/renderers/contour_renderer.py
/usr/lib/python3.12/site-packages/bokeh/models/renderers/glyph_renderer.py
/usr/lib/python3.12/site-packages/bokeh/models/renderers/graph_renderer.py
/usr/lib/python3.12/site-packages/bokeh/models/renderers/renderer.py
/usr/lib/python3.12/site-packages/bokeh/models/renderers/tile_renderer.py
/usr/lib/python3.12/site-packages/bokeh/models/scales.py
/usr/lib/python3.12/site-packages/bokeh/models/selections.py
/usr/lib/python3.12/site-packages/bokeh/models/selectors.py
/usr/lib/python3.12/site-packages/bokeh/models/sources.py
/usr/lib/python3.12/site-packages/bokeh/models/text.py
/usr/lib/python3.12/site-packages/bokeh/models/textures.py
/usr/lib/python3.12/site-packages/bokeh/models/tickers.py
/usr/lib/python3.12/site-packages/bokeh/models/tiles.py
/usr/lib/python3.12/site-packages/bokeh/models/tools.py
/usr/lib/python3.12/site-packages/bokeh/models/transforms.py
/usr/lib/python3.12/site-packages/bokeh/models/ui
/usr/lib/python3.12/site-packages/bokeh/models/ui/__init__.py
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/dialogs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/dialogs.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/examiner.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/examiner.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/icons.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/icons.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/menus.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/menus.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/panes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/panes.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/tooltips.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/tooltips.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/ui_element.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/__pycache__/ui_element.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/ui/dialogs.py
/usr/lib/python3.12/site-packages/bokeh/models/ui/examiner.py
/usr/lib/python3.12/site-packages/bokeh/models/ui/icons.py
/usr/lib/python3.12/site-packages/bokeh/models/ui/menus.py
/usr/lib/python3.12/site-packages/bokeh/models/ui/panes.py
/usr/lib/python3.12/site-packages/bokeh/models/ui/tooltips.py
/usr/lib/python3.12/site-packages/bokeh/models/ui/ui_element.py
/usr/lib/python3.12/site-packages/bokeh/models/util
/usr/lib/python3.12/site-packages/bokeh/models/util/__init__.py
/usr/lib/python3.12/site-packages/bokeh/models/util/__pycache__
/usr/lib/python3.12/site-packages/bokeh/models/util/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/util/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/util/__pycache__/structure.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/util/__pycache__/structure.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/util/structure.py
/usr/lib/python3.12/site-packages/bokeh/models/widgets
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__init__.py
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/buttons.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/buttons.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/groups.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/groups.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/inputs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/inputs.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/markups.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/markups.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/pickers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/pickers.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/sliders.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/sliders.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/tables.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/tables.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/widget.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/__pycache__/widget.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/models/widgets/buttons.py
/usr/lib/python3.12/site-packages/bokeh/models/widgets/groups.py
/usr/lib/python3.12/site-packages/bokeh/models/widgets/inputs.py
/usr/lib/python3.12/site-packages/bokeh/models/widgets/markups.py
/usr/lib/python3.12/site-packages/bokeh/models/widgets/pickers.py
/usr/lib/python3.12/site-packages/bokeh/models/widgets/sliders.py
/usr/lib/python3.12/site-packages/bokeh/models/widgets/tables.py
/usr/lib/python3.12/site-packages/bokeh/models/widgets/widget.py
/usr/lib/python3.12/site-packages/bokeh/palettes.py
/usr/lib/python3.12/site-packages/bokeh/plotting
/usr/lib/python3.12/site-packages/bokeh/plotting/__init__.py
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_decorators.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_decorators.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_docstring.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_docstring.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_figure.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_figure.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_graph.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_graph.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_legends.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_legends.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_plot.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_plot.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_renderer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_renderer.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_stack.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_stack.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_tools.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/_tools.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/contour.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/contour.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/glyph_api.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/glyph_api.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/gmap.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/gmap.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/graph.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/__pycache__/graph.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/plotting/_decorators.py
/usr/lib/python3.12/site-packages/bokeh/plotting/_docstring.py
/usr/lib/python3.12/site-packages/bokeh/plotting/_figure.py
/usr/lib/python3.12/site-packages/bokeh/plotting/_graph.py
/usr/lib/python3.12/site-packages/bokeh/plotting/_legends.py
/usr/lib/python3.12/site-packages/bokeh/plotting/_plot.py
/usr/lib/python3.12/site-packages/bokeh/plotting/_renderer.py
/usr/lib/python3.12/site-packages/bokeh/plotting/_stack.py
/usr/lib/python3.12/site-packages/bokeh/plotting/_tools.py
/usr/lib/python3.12/site-packages/bokeh/plotting/contour.py
/usr/lib/python3.12/site-packages/bokeh/plotting/glyph_api.py
/usr/lib/python3.12/site-packages/bokeh/plotting/gmap.py
/usr/lib/python3.12/site-packages/bokeh/plotting/graph.py
/usr/lib/python3.12/site-packages/bokeh/protocol
/usr/lib/python3.12/site-packages/bokeh/protocol/__init__.py
/usr/lib/python3.12/site-packages/bokeh/protocol/__pycache__
/usr/lib/python3.12/site-packages/bokeh/protocol/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/__pycache__/exceptions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/__pycache__/exceptions.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/__pycache__/message.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/__pycache__/message.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/__pycache__/receiver.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/__pycache__/receiver.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/exceptions.py
/usr/lib/python3.12/site-packages/bokeh/protocol/message.py
/usr/lib/python3.12/site-packages/bokeh/protocol/messages
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__init__.py
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/ack.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/ack.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/error.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/error.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/ok.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/ok.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/patch_doc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/patch_doc.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/pull_doc_reply.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/pull_doc_reply.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/pull_doc_req.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/pull_doc_req.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/push_doc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/push_doc.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/server_info_reply.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/server_info_reply.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/server_info_req.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/__pycache__/server_info_req.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/ack.py
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/error.py
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/ok.py
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/patch_doc.py
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/pull_doc_reply.py
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/pull_doc_req.py
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/push_doc.py
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/server_info_reply.py
/usr/lib/python3.12/site-packages/bokeh/protocol/messages/server_info_req.py
/usr/lib/python3.12/site-packages/bokeh/protocol/receiver.py
/usr/lib/python3.12/site-packages/bokeh/py.typed
/usr/lib/python3.12/site-packages/bokeh/resources.py
/usr/lib/python3.12/site-packages/bokeh/sampledata
/usr/lib/python3.12/site-packages/bokeh/sampledata/__init__.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/airport_routes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/airport_routes.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/airports.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/airports.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/anscombe.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/anscombe.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/antibiotics.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/antibiotics.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/autompg.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/autompg.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/autompg2.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/autompg2.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/browsers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/browsers.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/commits.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/commits.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/cows.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/cows.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/daylight.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/daylight.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/degrees.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/degrees.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/emissions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/emissions.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/forensic_glass.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/forensic_glass.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/gapminder.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/gapminder.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/glucose.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/glucose.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/haar_cascade.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/haar_cascade.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/iris.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/iris.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/les_mis.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/les_mis.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/lincoln.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/lincoln.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/movies_data.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/movies_data.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/mtb.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/mtb.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/olympics2014.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/olympics2014.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/penguins.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/penguins.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/perceptions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/perceptions.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/periodic_table.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/periodic_table.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/population.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/population.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/sample_geojson.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/sample_geojson.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/sample_superstore.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/sample_superstore.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/sea_surface_temperature.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/sea_surface_temperature.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/sprint.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/sprint.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/stocks.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/stocks.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/titanic.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/titanic.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/unemployment.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/unemployment.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/unemployment1948.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/unemployment1948.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/us_cities.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/us_cities.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/us_counties.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/us_counties.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/us_holidays.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/us_holidays.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/us_marriages_divorces.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/us_marriages_divorces.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/us_states.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/us_states.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/world_cities.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/__pycache__/world_cities.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/USHolidays.ics
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/US_Regions_State_Boundaries.csv.gz
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/auto-mpg.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/auto-mpg2.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/browsers_nov_2013.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/commits.txt.gz
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/cows.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/daylight_warsaw_2013.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/elements.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/forensic_glass.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/icons
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/icons/chrome_32x32.png
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/icons/firefox_32x32.png
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/icons/ie_32x32.png
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/icons/opera_32x32.png
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/icons/safari_32x32.png
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/iris.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/les_mis.json
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/lincoln_weather.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/numberly.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/obiszow_mtb_xcm.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/olympics2014.json
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/penguins.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/percent-bachelors-degrees-women-usa.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/probly.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/sample_geojson.geojson
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/sea_surface_temperature.csv.gz
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/sprint.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/unemployment1948.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/_data/us_marriages_divorces.csv
/usr/lib/python3.12/site-packages/bokeh/sampledata/airport_routes.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/airports.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/anscombe.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/antibiotics.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/autompg.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/autompg2.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/browsers.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/commits.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/cows.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/daylight.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/degrees.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/emissions.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/forensic_glass.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/gapminder.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/glucose.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/haar_cascade.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/iris.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/les_mis.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/lincoln.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/movies_data.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/mtb.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/olympics2014.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/penguins.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/perceptions.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/periodic_table.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/population.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/sample_geojson.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/sample_superstore.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/sea_surface_temperature.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/sprint.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/stocks.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/titanic.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/unemployment.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/unemployment1948.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/us_cities.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/us_counties.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/us_holidays.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/us_marriages_divorces.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/us_states.py
/usr/lib/python3.12/site-packages/bokeh/sampledata/world_cities.py
/usr/lib/python3.12/site-packages/bokeh/server
/usr/lib/python3.12/site-packages/bokeh/server/__init__.py
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/auth_provider.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/auth_provider.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/callbacks.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/callbacks.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/connection.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/connection.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/contexts.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/contexts.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/protocol_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/protocol_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/server.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/server.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/session.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/session.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/tornado.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/tornado.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/urls.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/urls.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/auth_provider.py
/usr/lib/python3.12/site-packages/bokeh/server/callbacks.py
/usr/lib/python3.12/site-packages/bokeh/server/connection.py
/usr/lib/python3.12/site-packages/bokeh/server/contexts.py
/usr/lib/python3.12/site-packages/bokeh/server/protocol_handler.py
/usr/lib/python3.12/site-packages/bokeh/server/server.py
/usr/lib/python3.12/site-packages/bokeh/server/session.py
/usr/lib/python3.12/site-packages/bokeh/server/static
/usr/lib/python3.12/site-packages/bokeh/server/static/js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh-api.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh-api.min.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh-gl.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh-gl.min.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh-mathjax.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh-mathjax.min.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh-tables.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh-tables.min.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh-widgets.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh-widgets.min.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/bokeh.min.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/compiler.js
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/charts.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/expr.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/figure.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/glyph_api.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/gridplot.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/io.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/linalg.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/main.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/models.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/palettes.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/parser.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/plotting.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/api/themes.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/base.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/bokeh.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/client
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/client/connection.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/client/session.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/bokeh_events.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/build_views.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/class.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/diagnostics.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/dom.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/dom_view.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/enums.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/geometry.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/graphics.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/has_props.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/hittest.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/kinds.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/layout
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/layout/alignments.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/layout/border.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/layout/grid.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/layout/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/layout/layoutable.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/layout/side_panel.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/layout/types.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/logging.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/patching.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/properties.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/property_mixins.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/resolvers.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/selection_manager.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/serialization
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/serialization/buffer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/serialization/deserializer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/serialization/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/serialization/reps.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/serialization/serializer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/settings.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/signaling.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/types.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/ui_events.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/uniforms.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/affine.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/algorithms.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/array.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/arrayable.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/assert.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/bbox.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/bitset.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/buffer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/canvas.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/cloneable.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/color.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/defer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/eq.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/flip_step_mode.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/image.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/interpolation.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/iterator.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/math.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/matrix.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/menus.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/modules.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/ndarray.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/object.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/panes.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/platform.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/pretty.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/projections.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/ragged_array.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/random.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/refs.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/set.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/slice.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/spatial.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/string.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/svg.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/svg_colors.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/templating.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/text.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/throttle.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/typed_array.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/types.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/version.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/wheel.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/util/zoom.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/vectorization.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/view.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/visuals
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/visuals/fill.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/visuals/hatch.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/visuals/image.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/visuals/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/visuals/line.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/visuals/patterns.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/visuals/text.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/core/visuals/visual.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/document
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/document/defs.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/document/document.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/document/events.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/document/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/embed
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/embed/dom.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/embed/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/embed/json.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/embed/notebook.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/embed/server.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/embed/standalone.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/main.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/model.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/annotation.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/arrow.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/arrow_head.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/band.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/base_color_bar.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/box_annotation.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/color_bar.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/contour_color_bar.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/data_annotation.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/dimensional.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/html
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/html/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/html/label.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/html/label_set.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/html/text_annotation.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/html/title.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/label.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/label_set.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/legend.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/legend_item.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/poly_annotation.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/scale_bar.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/slope.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/span.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/text_annotation.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/title.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/toolbar_panel.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/upper_lower.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/annotations/whisker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/axes
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/axes/axis.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/axes/categorical_axis.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/axes/continuous_axis.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/axes/datetime_axis.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/axes/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/axes/linear_axis.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/axes/log_axis.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/axes/mercator_axis.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/callbacks
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/callbacks/callback.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/callbacks/customjs.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/callbacks/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/callbacks/open_url.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/callbacks/set_value.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/canvas
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/canvas/canvas.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/canvas/cartesian_frame.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/canvas/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/common
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/common/kinds.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/common/painting.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/common/resolve.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/coordinates
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/coordinates/coordinate.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/coordinates/coordinate_mapping.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/coordinates/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/coordinates/node.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/action.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/color_ref.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/dom_element.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/dom_node.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/elements.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/html.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/index_.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/placeholder.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/styles.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/stylesheets.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/template.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/text.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/toggle_group.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/value_of.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/dom/value_ref.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/expressions
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/expressions/coordinate_transform.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/expressions/cumsum.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/expressions/customjs_expr.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/expressions/expression.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/expressions/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/expressions/maximum.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/expressions/minimum.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/expressions/polar.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/expressions/stack.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/all_indices.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/boolean_filter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/customjs_filter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/difference_filter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/filter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/group_filter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/index_filter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/intersection_filter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/inversion_filter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/symmetric_difference_filter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/filters/union_filter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters/basic_tick_formatter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters/categorical_tick_formatter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters/customjs_tick_formatter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters/datetime_tick_formatter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters/log_tick_formatter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters/mercator_tick_formatter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters/numeral_tick_formatter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters/printf_tick_formatter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/formatters/tick_formatter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/annular_wedge.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/annulus.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/arc.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/area.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/bezier.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/block.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/center_rotatable.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/circle.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/defs.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/ellipse.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/glyph.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/harea.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/harea_step.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/hbar.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/hex_tile.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/hspan.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/hstrip.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/image.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/image_base.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/image_rgba.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/image_stack.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/image_url.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/line.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/lrtb.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/marker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/multi_line.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/multi_polygons.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/patch.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/patches.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/quad.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/quadratic.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/ray.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/rect.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/scatter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/segment.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/spline.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/step.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/text.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/utils.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/varea.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/varea_step.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/vbar.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/vspan.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/vstrip.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/accumulate.frag.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/accumulate.vert.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/annular_wedge.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/annulus.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/base.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/base_line.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/base_marker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/buffer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/circle.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/dash_cache.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/hex_tile.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/image.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/image.frag.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/image.vert.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/line_gl.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/lrtb.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/main.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/marker.frag.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/marker.vert.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/multi_line.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/multi_marker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/rect.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/regl_line.frag.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/regl_line.vert.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/regl_wrap.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/single_line.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/single_marker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/step.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/sxsy.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/types.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/utils
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/utils/math.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/webgl_utils.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/wedge.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/wedge.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/glyphs/xy_glyph.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/graphics
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/graphics/decoration.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/graphics/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/graphics/marking.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/graphs
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/graphs/graph_hit_test_policy.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/graphs/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/graphs/layout_provider.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/graphs/static_layout_provider.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/grids
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/grids/grid.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/grids/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/alignments.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/column.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/css_grid_box.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/flex_box.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/grid_box.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/group_box.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/hbox.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/layout_dom.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/row.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/scroll_box.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/spacer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/tab_panel.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/tabs.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/layouts/vbox.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/main.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/categorical_color_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/categorical_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/categorical_marker_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/categorical_pattern_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/color_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/continuous_color_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/eqhist_color_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/linear_color_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/log_color_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/scanning_color_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/stack_color_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/mappers/weighted_stack_color_mapper.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/menus
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/menus/action.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/menus/check_action.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/menus/divider.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/menus/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/menus/menu.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/menus/menu_item.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/menus/section.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots/figure.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots/gmap.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots/gmap_plot.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots/gmap_plot_canvas.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots/grid_plot.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots/plot.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots/plot_canvas.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots/range_manager.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/plots/state_manager.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/policies
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/policies/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/policies/labeling.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/random
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/random/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/random/park_miller_lcg.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/random/random_generator.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ranges
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ranges/data_range.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ranges/data_range1d.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ranges/factor_range.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ranges/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ranges/numerical_range.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ranges/range.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ranges/range1d.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/renderers
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/renderers/contour_renderer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/renderers/data_renderer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/renderers/glyph_renderer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/renderers/graph_renderer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/renderers/guide_renderer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/renderers/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/renderers/renderer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/scales
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/scales/categorical_scale.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/scales/composite_scale.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/scales/continuous_scale.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/scales/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/scales/linear_interpolation_scale.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/scales/linear_scale.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/scales/log_scale.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/scales/scale.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selections
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selections/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selections/interaction_policy.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selections/selection.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selectors
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selectors/by_class.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selectors/by_css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selectors/by_id.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selectors/by_xpath.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selectors/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/selectors/selector.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/sources
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/sources/ajax_data_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/sources/cds_view.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/sources/column_data_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/sources/columnar_data_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/sources/data_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/sources/geojson_data_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/sources/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/sources/server_sent_data_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/sources/web_data_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/text
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/text/base_text.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/text/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/text/math_text.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/text/mathjax
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/text/mathjax/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/text/mathjax/main.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/text/plain_text.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/text/providers.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/text/utils.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/textures
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/textures/canvas_texture.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/textures/image_url_texture.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/textures/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/textures/texture.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/adaptive_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/basic_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/binned_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/categorical_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/composite_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/continuous_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/datetime_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/days_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/fixed_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/log_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/mercator_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/months_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/single_interval_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/util.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tickers/years_ticker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tiles
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tiles/bbox_tile_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tiles/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tiles/mercator_tile_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tiles/quadkey_tile_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tiles/tile_renderer.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tiles/tile_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tiles/tile_utils.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tiles/tms_tile_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tiles/wmts_tile_source.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/action_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/copy_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/custom_action.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/examine_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/fullscreen_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/help_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/plot_action_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/redo_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/reset_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/save_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/undo_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/zoom_base_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/zoom_in_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/actions/zoom_out_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/click_button.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit/box_edit_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit/edit_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit/freehand_draw_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit/line_edit_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit/line_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit/point_draw_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit/poly_draw_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit/poly_edit_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/edit/poly_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/box_select_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/box_zoom_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/gesture_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/lasso_select_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/pan_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/poly_select_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/range_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/region_select_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/select_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/tap_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/wheel_pan_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/gestures/wheel_zoom_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/inspectors
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/inspectors/crosshair_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/inspectors/customjs_hover.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/inspectors/hover_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/inspectors/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/inspectors/inspect_tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/on_off_button.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/tool.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/tool_button.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/tool_proxy.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/tools/toolbar.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/transforms
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/transforms/customjs_transform.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/transforms/dodge.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/transforms/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/transforms/interpolator.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/transforms/jitter.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/transforms/linear_interpolator.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/transforms/range_transform.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/transforms/step_interpolator.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/transforms/transform.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/dialog.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/examiner.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/icons
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/icons/builtin_icon.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/icons/icon.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/icons/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/icons/svg_icon.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/icons/tabler_icon.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/pane.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/tooltip.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/ui/ui_element.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/util.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/abstract_button.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/abstract_slider.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/autocomplete_input.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/base_date_picker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/base_datetime_picker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/button.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/checkbox.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/checkbox_button_group.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/checkbox_group.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/color_map.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/color_picker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/control.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/date_picker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/date_range_picker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/date_range_slider.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/date_slider.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/datetime_picker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/datetime_range_picker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/datetime_range_slider.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/div.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/dropdown.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/file_input.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/help_button.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/input_widget.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/main.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/markup.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/multi_choice.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/multiple_date_picker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/multiple_datetime_picker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/multiselect.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/numeric_input.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/oriented_control.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/paragraph.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/password_input.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/picker_base.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/pretext.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/radio_button_group.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/radio_group.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/range_slider.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/selectbox.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/slider.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/spinner.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/switch.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables/cell_editors.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables/cell_formatters.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables/data_cube.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables/data_table.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables/definitions.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables/main.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables/row_aggregators.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables/table_column.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/tables/table_widget.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/text_input.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/text_like_input.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/textarea_input.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/time_picker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/toggle.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/toggle_button_group.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/toggle_input.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/toggle_input_group.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/models/widgets/widget.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/protocol
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/protocol/index.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/protocol/message.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/protocol/receiver.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/safely.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/attribution.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/base.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/buttons.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/canvas.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/caret.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/clearfix.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/dialogs.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/dropdown.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/examiner.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/group_box.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/icons.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/logo.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/menus.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/panes.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/plots.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/tabs.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/tool_button.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/toolbar.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/tooltips.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/ui.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/checkbox.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/choices.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/color_map.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/color_map_item.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/color_map_pane.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/flatpickr.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/inputs.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/nouislider.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/password_input.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/slickgrid.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/sliders.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/switch.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/styles/widgets/tables.css.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/testing.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/js/lib/version.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.decorators.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.decorators.legacy.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.dom.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.dom.iterable.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2015.collection.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2015.core.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2015.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2015.generator.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2015.iterable.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2015.promise.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2015.proxy.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2015.reflect.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2015.symbol.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2015.symbol.wellknown.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2016.array.include.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2016.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2016.full.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2017.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2017.date.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2017.full.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2017.intl.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2017.object.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2017.sharedmemory.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2017.string.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2017.typedarrays.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2018.asyncgenerator.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2018.asynciterable.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2018.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2018.full.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2018.intl.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2018.promise.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2018.regexp.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2019.array.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2019.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2019.full.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2019.intl.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2019.object.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2019.string.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2019.symbol.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2020.bigint.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2020.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2020.date.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2020.full.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2020.intl.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2020.number.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2020.promise.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2020.sharedmemory.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2020.string.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2020.symbol.wellknown.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2021.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2021.full.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2021.intl.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2021.promise.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2021.string.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2021.weakref.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2022.array.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2022.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2022.error.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2022.full.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2022.intl.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2022.object.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2022.regexp.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2022.sharedmemory.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2022.string.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2023.array.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2023.collection.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2023.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es2023.full.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es5.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.es6.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.esnext.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.esnext.decorators.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.esnext.disposable.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.esnext.full.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.esnext.intl.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.scripthost.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.webworker.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.webworker.importscripts.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/static/lib/lib.webworker.iterable.d.ts
/usr/lib/python3.12/site-packages/bokeh/server/tornado.py
/usr/lib/python3.12/site-packages/bokeh/server/urls.py
/usr/lib/python3.12/site-packages/bokeh/server/util.py
/usr/lib/python3.12/site-packages/bokeh/server/views
/usr/lib/python3.12/site-packages/bokeh/server/views/__init__.py
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/auth_request_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/auth_request_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/autoload_js_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/autoload_js_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/doc_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/doc_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/ico_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/ico_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/metadata_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/metadata_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/multi_root_static_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/multi_root_static_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/root_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/root_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/session_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/session_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/static_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/static_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/ws.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/__pycache__/ws.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/server/views/app_index.html
/usr/lib/python3.12/site-packages/bokeh/server/views/auth_request_handler.py
/usr/lib/python3.12/site-packages/bokeh/server/views/autoload_js_handler.py
/usr/lib/python3.12/site-packages/bokeh/server/views/bokeh-dev.ico
/usr/lib/python3.12/site-packages/bokeh/server/views/bokeh.ico
/usr/lib/python3.12/site-packages/bokeh/server/views/doc_handler.py
/usr/lib/python3.12/site-packages/bokeh/server/views/ico_handler.py
/usr/lib/python3.12/site-packages/bokeh/server/views/metadata_handler.py
/usr/lib/python3.12/site-packages/bokeh/server/views/multi_root_static_handler.py
/usr/lib/python3.12/site-packages/bokeh/server/views/root_handler.py
/usr/lib/python3.12/site-packages/bokeh/server/views/session_handler.py
/usr/lib/python3.12/site-packages/bokeh/server/views/static_handler.py
/usr/lib/python3.12/site-packages/bokeh/server/views/ws.py
/usr/lib/python3.12/site-packages/bokeh/settings.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__init__.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_autodoc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_autodoc.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_color.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_color.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_dataframe.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_dataframe.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_directive.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_directive.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_enum.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_enum.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_example_metadata.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_example_metadata.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_gallery.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_gallery.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_jinja.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_jinja.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_model.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_model.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_options.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_options.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_palette.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_palette.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_palette_group.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_palette_group.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_plot.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_plot.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_prop.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_prop.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_releases.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_releases.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_roles.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_roles.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_sampledata_xref.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_sampledata_xref.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_settings.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_settings.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_sitemap.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokeh_sitemap.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokehjs_content.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/bokehjs_content.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/example_handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/example_handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/sample.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/sample.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/templates.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/templates.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/bokehjs_codepen_init.html
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/bokehjs_content_epilogue.html
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/bokehjs_content_prologue.html
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/bokehjs_html_template.html
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/color_detail.html
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/enum_detail.rst
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/example_metadata.rst
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/gallery_detail.rst
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/gallery_page.rst
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/jinja_detail.rst
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/model_detail.rst
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/options_detail.rst
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/palette_detail.html
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/palette_group_detail.html
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/prop_detail.rst
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/release_detail.rst
/usr/lib/python3.12/site-packages/bokeh/sphinxext/_templates/settings_detail.rst
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_autodoc.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_color.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_dataframe.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_directive.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_enum.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_example_metadata.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_gallery.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_jinja.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_model.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_options.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_palette.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_palette_group.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_plot.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_prop.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_releases.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_roles.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_sampledata_xref.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_settings.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokeh_sitemap.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/bokehjs_content.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/example_handler.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/sample.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/templates.py
/usr/lib/python3.12/site-packages/bokeh/sphinxext/util.py
/usr/lib/python3.12/site-packages/bokeh/themes
/usr/lib/python3.12/site-packages/bokeh/themes/__init__.py
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/_caliber.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/_caliber.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/_contrast.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/_contrast.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/_dark_minimal.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/_dark_minimal.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/_light_minimal.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/_light_minimal.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/_night_sky.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/_night_sky.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/theme.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/__pycache__/theme.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/themes/_caliber.py
/usr/lib/python3.12/site-packages/bokeh/themes/_contrast.py
/usr/lib/python3.12/site-packages/bokeh/themes/_dark_minimal.py
/usr/lib/python3.12/site-packages/bokeh/themes/_light_minimal.py
/usr/lib/python3.12/site-packages/bokeh/themes/_night_sky.py
/usr/lib/python3.12/site-packages/bokeh/themes/theme.py
/usr/lib/python3.12/site-packages/bokeh/tile_providers.py
/usr/lib/python3.12/site-packages/bokeh/transform.py
/usr/lib/python3.12/site-packages/bokeh/util
/usr/lib/python3.12/site-packages/bokeh/util/__init__.py
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/browser.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/browser.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/callback_manager.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/callback_manager.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/compiler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/compiler.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/dataclasses.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/dataclasses.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/datatypes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/datatypes.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/dependencies.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/dependencies.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/deprecation.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/deprecation.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/functions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/functions.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/hex.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/hex.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/logconfig.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/logconfig.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/options.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/options.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/package.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/package.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/paths.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/paths.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/sampledata.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/sampledata.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/serialization.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/serialization.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/strings.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/strings.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/terminal.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/terminal.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/token.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/token.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/tornado.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/tornado.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/version.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/version.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/warnings.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bokeh/util/__pycache__/warnings.cpython-312.pyc
/usr/lib/python3.12/site-packages/bokeh/util/browser.py
/usr/lib/python3.12/site-packages/bokeh/util/callback_manager.py
/usr/lib/python3.12/site-packages/bokeh/util/compiler.py
/usr/lib/python3.12/site-packages/bokeh/util/dataclasses.py
/usr/lib/python3.12/site-packages/bokeh/util/datatypes.py
/usr/lib/python3.12/site-packages/bokeh/util/dependencies.py
/usr/lib/python3.12/site-packages/bokeh/util/deprecation.py
/usr/lib/python3.12/site-packages/bokeh/util/functions.py
/usr/lib/python3.12/site-packages/bokeh/util/hex.py
/usr/lib/python3.12/site-packages/bokeh/util/logconfig.py
/usr/lib/python3.12/site-packages/bokeh/util/options.py
/usr/lib/python3.12/site-packages/bokeh/util/package.py
/usr/lib/python3.12/site-packages/bokeh/util/paths.py
/usr/lib/python3.12/site-packages/bokeh/util/sampledata.json
/usr/lib/python3.12/site-packages/bokeh/util/sampledata.py
/usr/lib/python3.12/site-packages/bokeh/util/serialization.py
/usr/lib/python3.12/site-packages/bokeh/util/strings.py
/usr/lib/python3.12/site-packages/bokeh/util/terminal.py
/usr/lib/python3.12/site-packages/bokeh/util/token.py
/usr/lib/python3.12/site-packages/bokeh/util/tornado.py
/usr/lib/python3.12/site-packages/bokeh/util/version.py
/usr/lib/python3.12/site-packages/bokeh/util/warnings.py
/usr/lib/python3.12/site-packages/typings
/usr/lib/python3.12/site-packages/typings/IPython
/usr/lib/python3.12/site-packages/typings/IPython/__init__.pyi
/usr/lib/python3.12/site-packages/typings/IPython/core
/usr/lib/python3.12/site-packages/typings/IPython/core/getipython.pyi
/usr/lib/python3.12/site-packages/typings/IPython/core/history.pyi
/usr/lib/python3.12/site-packages/typings/IPython/core/interactiveshell.pyi
/usr/lib/python3.12/site-packages/typings/IPython/display.pyi
/usr/lib/python3.12/site-packages/typings/bs4.pyi
/usr/lib/python3.12/site-packages/typings/ipykernel
/usr/lib/python3.12/site-packages/typings/ipykernel/comm
/usr/lib/python3.12/site-packages/typings/ipykernel/comm/__init__.pyi
/usr/lib/python3.12/site-packages/typings/ipykernel/comm/comm.pyi
/usr/lib/python3.12/site-packages/typings/json5.pyi
/usr/lib/python3.12/site-packages/typings/jupyter_core
/usr/lib/python3.12/site-packages/typings/jupyter_core/paths.pyi
/usr/lib/python3.12/site-packages/typings/psutil.pyi
/usr/lib/python3.12/site-packages/typings/selenium
/usr/lib/python3.12/site-packages/typings/selenium/__init__.pyi
/usr/lib/python3.12/site-packages/typings/selenium/common
/usr/lib/python3.12/site-packages/typings/selenium/common/exceptions.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/chrome
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/chrome/options.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/chrome/service.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/chrome/webdriver.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/common
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/common/action_chains.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/common/by.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/common/keys.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/firefox
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/firefox/firefox_binary.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/firefox/options.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/firefox/webdriver.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/remote
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/remote/webdriver.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/remote/webelement.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/safari
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/safari/webdriver.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/support
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/support/expected_conditions.pyi
/usr/lib/python3.12/site-packages/typings/selenium/webdriver/support/wait.pyi
/usr/share/doc/packages/python312-bokeh
/usr/share/doc/packages/python312-bokeh/README.md
/usr/share/licenses/python312-bokeh
/usr/share/licenses/python312-bokeh/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 24 00:13:40 2024