| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-bokeh | Distribution: openSUSE Tumbleweed |
| Version: 3.8.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Wed Sep 17 17:43:24 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 37655038 | Source RPM: python-bokeh-3.8.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://bokeh.org/ | |
| Summary: Interactive plots and applications in the browser from Python | |
Bokeh is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics and affords high-performance interactivity across large or streaming datasets. Bokeh can help anyone who wants to create interactive plots, dashboards, and data applications quickly and easily.
BSD-3-Clause
* Wed Sep 17 2025 Ben Greiner <code@bnavigator.de>
- Update to 3.8.0
[#]# bugfixes:
* #12430 [component: bokehjs] [BUG] Step glyphs do not support
linked brushing
* #12994 [component: bokehjs] [BUG] Patch does not output under
certain conditions
* #13616 [component: bokehjs] [BUG] DateRangePicker value does
not reflect value in browser when selection is aborted
* #14334 js_on_change not firing when range is updated in range
tool
* #14352 [component: bokehjs] Log Axis and Range1d < 1 failing
* #14383 [component: bokehjs] `SerializationError: circular
reference` When Passing List of Renderers to CustomJS
Callbacks, but not when passing renderers sperately.
* #14396 [component: examples] Remove context from time of day in
span example
* #14399 Bad typings for `list_attr_splat` (e.g. `Plot.axis`)
* #14413 [component: bokehjs] `ValueRef` `formatter` does not
handle datetime nullable well
* #14420 [component: bokehjs] Enhance performance of WebGL
multi_marker
* #14422 [component: bokehjs] Legend renderer not correctly
positioned when saved with SaveTool
* #14424 [component: bokehjs] Patches with no data does not show
plot with Bokeh 3.7+
* #14458 [component: bokehjs] Removing and re-adding DOM nodes
causes React problems
* #14461 [component: tests] The regression test for issue #14207
is unreliable
* #14468 [component: docs] Try on CodePen link does not work in
documentation /docs/user_guide/advanced/bokehjs.html
* #14469 [component: bokehjs] Canvas2D: Multiple readback
operations using getImageData are faster with the
willReadFrequently attribute set to true
* #14476 Improve handling of pd.NA in Property.matches
* #14497 mypy 1.15.0 fails in CI but not locally
* #14499 [component: docs] IndexError on importing
bokeh.sphinxext.bokeh_plot
* #14520 [component: bokehjs] BokehJS complains about categorical
factors for the BoxAnnotation widget
* #14536 Flex layouts need to apply `min_width` and `min_height`
selectively
* #14540 [component: tests] Tests are failing on Windows and
Python 3.10 after PR #14531
* #14541 New SVG icons have inconsistent line widths
* #14554 Add support for scalar uint32 color input.
* #14565 [component: bokehjs] DataTable source update broken
* #14574 [component: build] grammar build script failing with
whitespace in path
* #14597 [component: bokehjs] `document_ready` even trigger twice
with Bokeh 3.4.0.dev4
* #14602 [component: bokehjs] Layoutable components in side
panels don't appear in exported images
* #14620 Re-connect race condition on page reload
[#]# features:
* #2603 [component: bokehjs] Add a SizeBar guide to label
relative scatter glyph sizes
* #7338 Setting areas for the activation of the hover.
* #8608 [component: bokehjs] [Feature request] automatic
reconnect to server
* #9087 [component: bokehjs] Provide hit_filter property on
HoverTool and TapTool
* #9327 [component: bokehjs] [BUG] Not possible to disable
multi-select behavior for DataTable
* #12375 [FEATURE] Set axis label at a fixed distance from the
axis
* #14177 Define the initial set of common CSS variables
* #14323 Allow to place layouts in `Plot`'s side and center
panels
* #14324 Allow to add `legend_labels` to legends by `legend_name`
* #14398 Provide (tick) formatter for time deltas
* #14440 Expose row entries of ColumnDataSource on Python side
* #14460 [component: bokehjs] Large html output size when using
image_rgba.
* #14564 Notify about lost connection, etc. in the UI
* #14585 Add `bokeh` command for displaying settings (all, set)
* #14603 Re-connect behavior not configurable and potentially
destroys unsaved state
[#]# tasks:
* #9980 [component: tests] Migrate examples/integration to
bokehjs' integration tests
* #12282 [component: docs] Finalize migration from PNG to SVG
icons
* #12414 [BUG] Incorrect indentation with bokeh.embed.components
* #12469 [component: server] [BUG] IndexError when using bokeh
serve --dev without app directory or script
* #14314 [component: bokehjs] Landing page for BokehJS
test/devtools server
* #14393 [component: examples] Color sliders example has
inconsistent labeling
* #14418 [component: bokehjs] Enhance performance with large
scatter datasets - spatial
* #14427 [component: bokehjs] Enhance performance of _paint in
glyph_renderer
* #14434 [component: build] Deprecated license specifiers
* #14501 [component: docs] Make all Sphinx extensions except
bokeh-plot be internal
* #14513 [component: build] Update or replace boto release
dependency
* #14514 Update for mypy 1.16
* #14521 [component: docs] [DOCS] Update docs pages with new SVG
icons
* #14525 `_ModelResolver.add()` is too strict when redefining a
model
* #14534 [component: tests] CI failure: Narwhals 1.43
* #14555 [component: bokehjs] Improve color mapping performance
* #14571 [component: build] Resolve `npm audit` complaints
* #14580 [component: docs] Replace `save()` calls with `show()`
in examples
* #14582 [component: docs] rename `pygment_light_style` to
`pygments_light_style`
* #14586 [component: bokehjs] Micro optimizations multimarker
* #14588 [component: build] Upgrade to TypeScript 5.9
* #14591 [component: bokehjs] Update Flatbush
* #14601 [component: docs] Update bokeh 3.8 release notes
* #14622 Update `switcher.json` for 3.8 release
* Thu Dec 05 2024 Dirk Müller <dmueller@suse.com>
- update to 3.6.2:
* #14082 [BUG] p.circle(..) can't be added as renderer to
PointDrawTool since 3.6
* #14153 [component: bokehjs] `ScaleBar` positioning
doesn't work correctly
* #14160 [component: docs] Search box on start page has
no surrounding line
* #14168 [component: bokehjs] [BUG] using add_tile to add
multiple layers causes error on JScript side
* #14088 [component: docs] [BUG] Missing radius parameter
in code example
* #14086 Update links to sponsor page
* #14155 Backports for 3.6.2
* Wed Nov 27 2024 Ben Greiner <code@bnavigator.de>
- Update to 3.6.1
[#]# bugfixes:
* #14082 [BUG] p.circle(..) can't be added as renderer to
PointDrawTool since 3.6
* #14090 [component: bokehjs] [BUG] Google Chrome 130 fails to
draw figure, throws `TypeError: Failed to execute 'fill' on
'CanvasRenderingContext2D'`
* #14107 [component: bokehjs] [BUG] Loss of mobile touch
scrolling with update to Bokeh 3.6.0
[#]# tasks:
* #14096 Backports for 3.6.1
- Release 3.6.0
[#]# bugfixes:
* #4951 ModelExtensions - all resources from a whole module are
loaded
* #7524 GroupFilter only accepts strings
* #13827 [component: bokehjs] [BUG] Lack of range expansion when
there remains unbounded directions, even when
`maintain_focus=False`
* #13886 [component: bokehjs] [BUG] NPM package has types
(*.d.ts) in incorrect location
* #13957 [component: bokehjs] Explicit selection glyph example
broken
* #13959 [BUG] Reset Tool Error in Bokeh Gridplot with Single
Plot
* #13964 [component: bokehjs] [BUG] page won't render if CustomJS
args has a dict with key "constructor"
* #13965 [component: bokehjs] [BUG] CategoricalSlider shows
‘undefined’ value and skip that value
* #13972 BOKEH_MINIFIED not working
* #13984 [component: tests] [BUG] Deprecation warning treated as
error in pytest hook
* #14014 [component: bokehjs] [BUG] StringFormatter `nan_format`
seems broken
* #14054 [component: bokehjs] [BUG] Custom hover tooltip on image
plot shows all the image data.
* #14058 [component: bokehjs] [BUG] Clearing selection with ESC
only works on first selection tool
* #14068 [component: bokehjs] [BUG] Unable to change figures
displayed by altering children attribute of gridplot (or other
layout classes) in JS callback
* #14072 [component: bokehjs] [BUG] Spinner input not responding
to wheel event
* #13968 [component: docs] fix indentation in `offset` parameter
for `Title`
* #14038 [component: bokehjs] Allow `is_equal(0, -0)` to be true
to match `===`
* #14055 [component: docs] fix some typos
* #14065 [component: build] Generate correct `*.d.ts` files for
CSS modules
[#]# features:
* #601 [component: bokehjs] Add support for click events on
categorical axes
* #11104 [component: bokehjs] [FEATURE] Option for DataTable
column sorting to place NaNs last
* #13130 [component: bokehjs] Add CustomJSTicker
* #13893 [component: bokehjs] [FEATURE] Custom sorting of columns
in a table
* #13905 [component: bokehjs] [FEATURE] triangle relative size by
data units
* #13921 [FEATURE] Attach ScaleBar to subplot range
* #14035 [component: bokehjs] Add WebGL implementation for Ngon
glyph
* #14031 [component: bokehjs] Add "open image in a new tab" mode
to save tool
* #14033 Add support for click-style pan tools
[#]# tasks:
* #12303 [FEATURE] Improved error message on token expiry
* #13835 [FEATURE] NumPy 2.0 support
* #13960 [component: docs] Remove sampledata download in
contributing guide
* #13963 [FEATURE] Add a conda channel for rc releases
* #13969 [component: bokehjs] [BUG] Plots fail in Firefox
115.12.0esr (64-bit)
* #13946 [component: build] Upgrade to TypeScript 5.5
* #13977 [component: bokehjs] Make `GlyphRenderer` generic in
glyph type and remove a lot of `any` types
* #13992 Remove docker and old integration tests cruft
* #14019 [component: docs] Python docstring argument fixes
* #14021 [component: docs] Fix HTML/CSS warning for palette group
detail
* #14023 [component: docs] Remove outdated known issues list from
BokehJS docs
* #14024 [component: docs] Update setup and testing docs dev
guide
* #14037 [component: bokehjs] Clean up factor range and add
factor method
* #14048 [component: bokehjs] Add missing `abstract` modifier to
classes
* #14051 [component: bokehjs] Use pseudo type members to avoid
casting
* #14052 [component: bokehjs] Make `PaletteSelect` use
stylehseets instead of inline styles
* #14056 [component: bokehjs] Upgrade to TypeScript 5.6
* #14064 [component: build] Add `script:watch` task for
incremental builds
* #14067 [component: build] Upgrade `@types/node` and fix npm
audit's concerns
* #14071 [component: docs] fix a typo
* #14074 [component: docs] Bring 3.5.x point release notes to
3.6.0
* #14075 [component: docs] Add release notes for bokeh 3.6.0
* Wed Sep 25 2024 Ben Greiner <code@bnavigator.de>
- Update to 3.5.2
* Fixed a bug in masking indices with secondary ranges in Patches
and MultiPolygons glyphs (pull request 14016)
* Restored support for browsers that don’t implement
OffscreenCanvas (pull request 14008)
* Improved determination of WebSocket protocol in <iframe>
embedding (pull request 14003)
* Fixed a bug in handling of CORS requests (pull request 13999)
* Fixed an issue with numpy 2.0 and streaming ndarrays (pull
request 14007)
* Fixed bad string formatting in various error messages (pull
request 14020, pull request 14022)
- Release 3.5.1
* Fixed handling of certain classes of objects in HasProps
internals (pull request 13970)
* Restored support for BOKEH_MINIFIED=no in resources (pull
request 13974)
* Updated the location of *.d.ts files in package.json (pull
request 13975)
* Fixed merging of plots in grid plots when only one plot is
involved (pull request 13978)
* Restored a bit of legacy font measurement logic for Firefox ESR
(pull request 13979)
* Fixed indexing of categories in CategoricalSlider widget (pull
request 13966)
- Release 3.5.0
* Added support for BoxAnnotation.inverted property (pull request
13810)
* Added support for key modifiers to WheelZoomTool and
WheelPanTool (pull request 13815)
* Allowed auto-activation of tools using wheel/scroll events when
modifiers are set (pull request 13815)
* Added support for CSS variable based styling to plot renderers
(pull request 13828)
* Added support for outline shapes to text-like glyphs (Text, TeX
and MathML) (pull request 13620)
* Added support for range setting gesture to RangeTool and
allowed a choice of gesture (pan, tap or none) (pull request
13855)
* Added support for server-sent events, in particular for
ClearInput event on input widgets (pull request 13890)
* Added support for Legend item click events and
Legend.{on_click,js_on_click}() APIs (pull request 13922)
* Added support for wheel zoom of renderers under the cursor when
using sub-coordinates (pull request 13826)
* Added support for directory upload for FileInput (pull request
13873)
* Added support for formatters to ValueRef model and improved
tooltip templating in HoverTool (pull request 13650)
* Added support for interaction handles (move, resize) to
BoxAnnotation (pull request 13906)
* Dropped support for Python 3.9 and modernized the codebase
(pull request 13634)
- Release 3.4.3
* Fixed performance regression related to inherited image data in
Image-like glyphs (pull request 13952)
* Fixed spurious warning about unknown bokeh version in the
documentation (pull request 13949)
* Fixed handling of certain classes of objects in HasProps
internals (pull request 13970)
* Restored support for BOKEH_MINIFIED=no in resources (pull
request 13974)
* Updated the location of *.d.ts files in package.json (pull
request 13975)
* Improved type hints of gridplot() (pull request 13914)
* Fixed merging of plots in grid plots when only one plot is
involved (pull request 13978)
* Fixed indexing of categories in CategoricalSlider widget (pull
request 13966)
* Wed Aug 14 2024 Dirk Müller <dmueller@suse.com>
- switch to modern python for sle15
* Sat Jun 29 2024 Dirk Müller <dmueller@suse.com>
- update to 3.4.2:
* [component: tests] Robustify bokehjs' SVG unit
* [component: docs] Restore warning-less sphinx
* Mon Apr 22 2024 Todd R <toddrme2178@gmail.com>
- Update to version 3.4.1:
* Fixed configuration of secondary glyphs in GraphRendererView
* Allowed to update the order of LayoutDOM.children
* Allowed to update InputWidget.{title,description}
* Allowed DataRange1d to respect min_interval and max_interval
* Fixed WebGL scaling of anti-aliasing by pixel ratio
* Enabled RUF001 to lint confusable characters
* Removed references to Twitter from documentation
* Enabled documentation build on Windows
* Various fixes to documentation and docstrings
- Add additional test dependencies to fix tests
* Fri Apr 19 2024 Matej Cepl <mcepl@cepl.eu>
- Fix URL for CHANGELOG.
* Thu Apr 04 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.4.0:
* Too many changes to list, see
%{_docdir}/python3<N>-bokeh/CHANGELOG.
- Add CHANGELOG file as Source; it is missing from PyPI tarballs.
- Drop bokeh-sampledata.tar.xz as tarball cannot be checked
against upstream (it is generated locally by the packager and
liable to be compromised); delete or disable tests depending on
sampledata.
- Drop python-nbconvert requirement for test flavour on `%ix86`,
where it is unavailable.
* 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.
/etc/alternatives/bokeh /usr/bin/bokeh /usr/bin/bokeh-3.13 /usr/lib/python3.13/site-packages/bokeh /usr/lib/python3.13/site-packages/bokeh-3.8.0.dist-info /usr/lib/python3.13/site-packages/bokeh-3.8.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/bokeh-3.8.0.dist-info/METADATA /usr/lib/python3.13/site-packages/bokeh-3.8.0.dist-info/RECORD /usr/lib/python3.13/site-packages/bokeh-3.8.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/bokeh-3.8.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/bokeh-3.8.0.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/bokeh-3.8.0.dist-info/licenses /usr/lib/python3.13/site-packages/bokeh-3.8.0.dist-info/licenses/LICENSE.txt /usr/lib/python3.13/site-packages/bokeh-3.8.0.dist-info/top_level.txt /usr/lib/python3.13/site-packages/bokeh/LICENSE.txt /usr/lib/python3.13/site-packages/bokeh/__init__.py /usr/lib/python3.13/site-packages/bokeh/__main__.py /usr/lib/python3.13/site-packages/bokeh/__pycache__ /usr/lib/python3.13/site-packages/bokeh/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/__main__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/__main__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/driving.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/driving.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/events.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/events.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/ext.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/ext.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/layouts.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/layouts.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/palettes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/palettes.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/resources.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/resources.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/settings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/settings.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/transform.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/__pycache__/transform.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/_specs.pyi /usr/lib/python3.13/site-packages/bokeh/_sri /usr/lib/python3.13/site-packages/bokeh/_sri/0.1.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.10.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.11.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.11.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.10.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.11.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.12.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.13.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.14.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.15.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.16.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.3.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.4.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.5.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.6.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.7.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.8.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.12.9.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.13.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.2.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.3.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.4.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.4.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.4.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.4.3.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.4.4.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.5.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.5.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.5.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.6.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.6.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.7.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.7.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.8.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.8.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.8.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.9.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.9.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.9.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/0.9.3.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.0.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.0.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.0.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.0.3.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.0.4.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.1.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.2.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.3.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.3.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.3.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.3.4.json /usr/lib/python3.13/site-packages/bokeh/_sri/1.4.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.0.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.0.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.0.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.1.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.1.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.2.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.2.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.2.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.3.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.3.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.3.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.3.3.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.4.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.4.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.4.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/2.4.3.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.0.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.0.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.0.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.1.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.1.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.2.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.2.1.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.2.2.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.3.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.4.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.5.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.6.0.json /usr/lib/python3.13/site-packages/bokeh/_sri/3.8.0.json /usr/lib/python3.13/site-packages/bokeh/_types.pyi /usr/lib/python3.13/site-packages/bokeh/application /usr/lib/python3.13/site-packages/bokeh/application/__init__.py /usr/lib/python3.13/site-packages/bokeh/application/__pycache__ /usr/lib/python3.13/site-packages/bokeh/application/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/__pycache__/application.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/__pycache__/application.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/application.py /usr/lib/python3.13/site-packages/bokeh/application/handlers /usr/lib/python3.13/site-packages/bokeh/application/handlers/__init__.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__ /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/code.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/code.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/code_runner.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/code_runner.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/directory.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/directory.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/document_lifecycle.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/document_lifecycle.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/function.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/function.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/lifecycle.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/lifecycle.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/notebook.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/notebook.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/request_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/request_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/script.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/script.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/server_lifecycle.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/server_lifecycle.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/server_request_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/__pycache__/server_request_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/application/handlers/code.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/code_runner.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/directory.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/document_lifecycle.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/function.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/handler.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/lifecycle.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/notebook.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/request_handler.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/script.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/server_lifecycle.py /usr/lib/python3.13/site-packages/bokeh/application/handlers/server_request_handler.py /usr/lib/python3.13/site-packages/bokeh/client /usr/lib/python3.13/site-packages/bokeh/client/__init__.py /usr/lib/python3.13/site-packages/bokeh/client/__pycache__ /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/connection.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/connection.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/session.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/session.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/states.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/states.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/websocket.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/client/__pycache__/websocket.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/client/connection.py /usr/lib/python3.13/site-packages/bokeh/client/session.py /usr/lib/python3.13/site-packages/bokeh/client/states.py /usr/lib/python3.13/site-packages/bokeh/client/util.py /usr/lib/python3.13/site-packages/bokeh/client/websocket.py /usr/lib/python3.13/site-packages/bokeh/colors /usr/lib/python3.13/site-packages/bokeh/colors/__init__.py /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__ /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__/color.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__/color.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__/groups.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__/groups.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__/named.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__/named.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/colors/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/colors/color.py /usr/lib/python3.13/site-packages/bokeh/colors/groups.py /usr/lib/python3.13/site-packages/bokeh/colors/named.py /usr/lib/python3.13/site-packages/bokeh/colors/util.py /usr/lib/python3.13/site-packages/bokeh/command /usr/lib/python3.13/site-packages/bokeh/command/__init__.py /usr/lib/python3.13/site-packages/bokeh/command/__pycache__ /usr/lib/python3.13/site-packages/bokeh/command/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/__pycache__/bootstrap.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/__pycache__/bootstrap.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/__pycache__/subcommand.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/__pycache__/subcommand.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/bootstrap.py /usr/lib/python3.13/site-packages/bokeh/command/subcommand.py /usr/lib/python3.13/site-packages/bokeh/command/subcommands /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__init__.py /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__ /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/build.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/build.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/file_output.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/file_output.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/info.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/info.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/init.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/init.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/json.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/json.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/secret.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/secret.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/serve.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/serve.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/settings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/settings.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/static.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/__pycache__/static.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/command/subcommands/build.py /usr/lib/python3.13/site-packages/bokeh/command/subcommands/file_output.py /usr/lib/python3.13/site-packages/bokeh/command/subcommands/info.py /usr/lib/python3.13/site-packages/bokeh/command/subcommands/init.py /usr/lib/python3.13/site-packages/bokeh/command/subcommands/json.py /usr/lib/python3.13/site-packages/bokeh/command/subcommands/secret.py /usr/lib/python3.13/site-packages/bokeh/command/subcommands/serve.py /usr/lib/python3.13/site-packages/bokeh/command/subcommands/settings.py /usr/lib/python3.13/site-packages/bokeh/command/subcommands/static.py /usr/lib/python3.13/site-packages/bokeh/command/util.py /usr/lib/python3.13/site-packages/bokeh/core /usr/lib/python3.13/site-packages/bokeh/core/__init__.py /usr/lib/python3.13/site-packages/bokeh/core/__pycache__ /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/enums.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/enums.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/has_props.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/has_props.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/json_encoder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/json_encoder.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/properties.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/properties.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/property_aliases.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/property_aliases.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/property_mixins.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/property_mixins.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/query.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/query.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/serialization.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/serialization.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/templates.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/templates.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/types.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/__pycache__/types.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/_templates /usr/lib/python3.13/site-packages/bokeh/core/_templates/autoload_js.js /usr/lib/python3.13/site-packages/bokeh/core/_templates/autoload_nb_js.js /usr/lib/python3.13/site-packages/bokeh/core/_templates/autoload_request_tag.html /usr/lib/python3.13/site-packages/bokeh/core/_templates/autoload_tag.html /usr/lib/python3.13/site-packages/bokeh/core/_templates/css_resources.html /usr/lib/python3.13/site-packages/bokeh/core/_templates/doc_js.js /usr/lib/python3.13/site-packages/bokeh/core/_templates/doc_nb_js.js /usr/lib/python3.13/site-packages/bokeh/core/_templates/file.html /usr/lib/python3.13/site-packages/bokeh/core/_templates/js_resources.html /usr/lib/python3.13/site-packages/bokeh/core/_templates/macros.html /usr/lib/python3.13/site-packages/bokeh/core/_templates/notebook_load.html /usr/lib/python3.13/site-packages/bokeh/core/_templates/plot_div.html /usr/lib/python3.13/site-packages/bokeh/core/_templates/root_div.html /usr/lib/python3.13/site-packages/bokeh/core/_templates/script_tag.html /usr/lib/python3.13/site-packages/bokeh/core/_templates/try_run.js /usr/lib/python3.13/site-packages/bokeh/core/enums.py /usr/lib/python3.13/site-packages/bokeh/core/has_props.py /usr/lib/python3.13/site-packages/bokeh/core/has_props.pyi /usr/lib/python3.13/site-packages/bokeh/core/json_encoder.py /usr/lib/python3.13/site-packages/bokeh/core/properties.py /usr/lib/python3.13/site-packages/bokeh/core/property /usr/lib/python3.13/site-packages/bokeh/core/property/__init__.py /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__ /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/_sphinx.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/_sphinx.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/alias.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/alias.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/aliases.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/aliases.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/any.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/any.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/auto.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/auto.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/bases.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/bases.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/color.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/color.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/constraints.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/constraints.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/container.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/container.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/data_frame.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/data_frame.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/dataspec.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/dataspec.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/datetime.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/datetime.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/descriptor_factory.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/descriptor_factory.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/descriptors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/descriptors.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/either.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/either.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/enum.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/enum.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/factors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/factors.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/include.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/include.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/instance.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/instance.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/json.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/json.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/nothing.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/nothing.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/nullable.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/nullable.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/numeric.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/numeric.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/override.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/override.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/primitive.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/primitive.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/readonly.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/readonly.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/required.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/required.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/serialized.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/serialized.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/singletons.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/singletons.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/string.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/string.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/struct.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/struct.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/text_like.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/text_like.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/validation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/validation.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/vectorization.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/vectorization.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/visual.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/visual.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/wrappers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/__pycache__/wrappers.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/property/_sphinx.py /usr/lib/python3.13/site-packages/bokeh/core/property/alias.py /usr/lib/python3.13/site-packages/bokeh/core/property/aliases.py /usr/lib/python3.13/site-packages/bokeh/core/property/any.py /usr/lib/python3.13/site-packages/bokeh/core/property/auto.py /usr/lib/python3.13/site-packages/bokeh/core/property/bases.py /usr/lib/python3.13/site-packages/bokeh/core/property/color.py /usr/lib/python3.13/site-packages/bokeh/core/property/constraints.py /usr/lib/python3.13/site-packages/bokeh/core/property/container.py /usr/lib/python3.13/site-packages/bokeh/core/property/data_frame.py /usr/lib/python3.13/site-packages/bokeh/core/property/dataspec.py /usr/lib/python3.13/site-packages/bokeh/core/property/datetime.py /usr/lib/python3.13/site-packages/bokeh/core/property/descriptor_factory.py /usr/lib/python3.13/site-packages/bokeh/core/property/descriptors.py /usr/lib/python3.13/site-packages/bokeh/core/property/either.py /usr/lib/python3.13/site-packages/bokeh/core/property/enum.py /usr/lib/python3.13/site-packages/bokeh/core/property/factors.py /usr/lib/python3.13/site-packages/bokeh/core/property/include.py /usr/lib/python3.13/site-packages/bokeh/core/property/instance.py /usr/lib/python3.13/site-packages/bokeh/core/property/json.py /usr/lib/python3.13/site-packages/bokeh/core/property/nothing.py /usr/lib/python3.13/site-packages/bokeh/core/property/nullable.py /usr/lib/python3.13/site-packages/bokeh/core/property/numeric.py /usr/lib/python3.13/site-packages/bokeh/core/property/override.py /usr/lib/python3.13/site-packages/bokeh/core/property/primitive.py /usr/lib/python3.13/site-packages/bokeh/core/property/readonly.py /usr/lib/python3.13/site-packages/bokeh/core/property/required.py /usr/lib/python3.13/site-packages/bokeh/core/property/serialized.py /usr/lib/python3.13/site-packages/bokeh/core/property/singletons.py /usr/lib/python3.13/site-packages/bokeh/core/property/string.py /usr/lib/python3.13/site-packages/bokeh/core/property/struct.py /usr/lib/python3.13/site-packages/bokeh/core/property/text_like.py /usr/lib/python3.13/site-packages/bokeh/core/property/validation.py /usr/lib/python3.13/site-packages/bokeh/core/property/vectorization.py /usr/lib/python3.13/site-packages/bokeh/core/property/visual.py /usr/lib/python3.13/site-packages/bokeh/core/property/visual.pyi /usr/lib/python3.13/site-packages/bokeh/core/property/wrappers.py /usr/lib/python3.13/site-packages/bokeh/core/property_aliases.py /usr/lib/python3.13/site-packages/bokeh/core/property_aliases.pyi /usr/lib/python3.13/site-packages/bokeh/core/property_mixins.py /usr/lib/python3.13/site-packages/bokeh/core/property_mixins.pyi /usr/lib/python3.13/site-packages/bokeh/core/query.py /usr/lib/python3.13/site-packages/bokeh/core/serialization.py /usr/lib/python3.13/site-packages/bokeh/core/templates.py /usr/lib/python3.13/site-packages/bokeh/core/types.py /usr/lib/python3.13/site-packages/bokeh/core/validation /usr/lib/python3.13/site-packages/bokeh/core/validation/__init__.py /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__ /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/check.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/check.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/decorators.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/decorators.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/errors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/errors.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/issue.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/issue.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/warnings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/__pycache__/warnings.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/core/validation/check.py /usr/lib/python3.13/site-packages/bokeh/core/validation/decorators.py /usr/lib/python3.13/site-packages/bokeh/core/validation/errors.py /usr/lib/python3.13/site-packages/bokeh/core/validation/issue.py /usr/lib/python3.13/site-packages/bokeh/core/validation/warnings.py /usr/lib/python3.13/site-packages/bokeh/document /usr/lib/python3.13/site-packages/bokeh/document/__init__.py /usr/lib/python3.13/site-packages/bokeh/document/__pycache__ /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/callbacks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/callbacks.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/config.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/config.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/document.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/document.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/events.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/events.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/json.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/json.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/locking.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/locking.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/models.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/models.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/modules.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/document/__pycache__/modules.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/document/callbacks.py /usr/lib/python3.13/site-packages/bokeh/document/config.py /usr/lib/python3.13/site-packages/bokeh/document/config.pyi /usr/lib/python3.13/site-packages/bokeh/document/document.py /usr/lib/python3.13/site-packages/bokeh/document/events.py /usr/lib/python3.13/site-packages/bokeh/document/json.py /usr/lib/python3.13/site-packages/bokeh/document/locking.py /usr/lib/python3.13/site-packages/bokeh/document/models.py /usr/lib/python3.13/site-packages/bokeh/document/modules.py /usr/lib/python3.13/site-packages/bokeh/driving.py /usr/lib/python3.13/site-packages/bokeh/embed /usr/lib/python3.13/site-packages/bokeh/embed/__init__.py /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__ /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/bundle.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/bundle.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/elements.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/elements.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/notebook.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/notebook.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/server.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/server.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/standalone.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/standalone.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/wrappers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/embed/__pycache__/wrappers.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/embed/bundle.py /usr/lib/python3.13/site-packages/bokeh/embed/elements.py /usr/lib/python3.13/site-packages/bokeh/embed/notebook.py /usr/lib/python3.13/site-packages/bokeh/embed/server.py /usr/lib/python3.13/site-packages/bokeh/embed/standalone.py /usr/lib/python3.13/site-packages/bokeh/embed/util.py /usr/lib/python3.13/site-packages/bokeh/embed/wrappers.py /usr/lib/python3.13/site-packages/bokeh/events.py /usr/lib/python3.13/site-packages/bokeh/ext.py /usr/lib/python3.13/site-packages/bokeh/io /usr/lib/python3.13/site-packages/bokeh/io/__init__.py /usr/lib/python3.13/site-packages/bokeh/io/__pycache__ /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/doc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/doc.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/export.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/export.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/notebook.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/notebook.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/output.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/output.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/saving.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/saving.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/showing.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/showing.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/state.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/state.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/webdriver.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/io/__pycache__/webdriver.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/io/doc.py /usr/lib/python3.13/site-packages/bokeh/io/export.py /usr/lib/python3.13/site-packages/bokeh/io/notebook.py /usr/lib/python3.13/site-packages/bokeh/io/output.py /usr/lib/python3.13/site-packages/bokeh/io/saving.py /usr/lib/python3.13/site-packages/bokeh/io/showing.py /usr/lib/python3.13/site-packages/bokeh/io/state.py /usr/lib/python3.13/site-packages/bokeh/io/util.py /usr/lib/python3.13/site-packages/bokeh/io/webdriver.py /usr/lib/python3.13/site-packages/bokeh/layouts.py /usr/lib/python3.13/site-packages/bokeh/model /usr/lib/python3.13/site-packages/bokeh/model/__init__.py /usr/lib/python3.13/site-packages/bokeh/model/__pycache__ /usr/lib/python3.13/site-packages/bokeh/model/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/model/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/model/__pycache__/data_model.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/model/__pycache__/data_model.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/model/__pycache__/docs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/model/__pycache__/docs.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/model/__pycache__/model.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/model/__pycache__/model.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/model/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/model/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/model/data_model.py /usr/lib/python3.13/site-packages/bokeh/model/docs.py /usr/lib/python3.13/site-packages/bokeh/model/model.py /usr/lib/python3.13/site-packages/bokeh/model/model.pyi /usr/lib/python3.13/site-packages/bokeh/model/util.py /usr/lib/python3.13/site-packages/bokeh/models /usr/lib/python3.13/site-packages/bokeh/models/__init__.py /usr/lib/python3.13/site-packages/bokeh/models/__pycache__ /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/axes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/axes.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/callbacks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/callbacks.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/canvas.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/canvas.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/comparisons.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/comparisons.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/coordinates.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/coordinates.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/css.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/css.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/dom.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/dom.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/expressions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/expressions.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/filters.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/filters.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/formatters.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/formatters.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/glyph.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/glyph.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/glyphs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/glyphs.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/graphics.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/graphics.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/graphs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/graphs.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/grids.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/grids.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/labeling.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/labeling.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/layouts.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/layouts.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/map_plots.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/map_plots.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/mappers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/mappers.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/nodes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/nodes.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/plots.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/plots.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/ranges.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/ranges.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/scales.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/scales.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/selections.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/selections.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/selectors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/selectors.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/sources.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/sources.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/text.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/text.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/textures.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/textures.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/tickers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/tickers.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/tiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/tiles.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/tools.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/tools.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/transforms.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/__pycache__/transforms.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations /usr/lib/python3.13/site-packages/bokeh/models/annotations/__init__.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__ /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/annotation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/annotation.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/arrows.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/arrows.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/dimensional.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/dimensional.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/geometry.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/geometry.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/labels.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/labels.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/legends.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/__pycache__/legends.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/annotation.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/annotation.pyi /usr/lib/python3.13/site-packages/bokeh/models/annotations/arrows.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/arrows.pyi /usr/lib/python3.13/site-packages/bokeh/models/annotations/dimensional.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/dimensional.pyi /usr/lib/python3.13/site-packages/bokeh/models/annotations/geometry.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/geometry.pyi /usr/lib/python3.13/site-packages/bokeh/models/annotations/html /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/__init__.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/__pycache__ /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/__pycache__/html_annotation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/__pycache__/html_annotation.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/__pycache__/labels.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/__pycache__/labels.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/__pycache__/toolbars.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/__pycache__/toolbars.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/html_annotation.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/html_annotation.pyi /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/labels.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/labels.pyi /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/toolbars.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/html/toolbars.pyi /usr/lib/python3.13/site-packages/bokeh/models/annotations/labels.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/labels.pyi /usr/lib/python3.13/site-packages/bokeh/models/annotations/legends.py /usr/lib/python3.13/site-packages/bokeh/models/annotations/legends.pyi /usr/lib/python3.13/site-packages/bokeh/models/axes.py /usr/lib/python3.13/site-packages/bokeh/models/axes.pyi /usr/lib/python3.13/site-packages/bokeh/models/callbacks.py /usr/lib/python3.13/site-packages/bokeh/models/callbacks.pyi /usr/lib/python3.13/site-packages/bokeh/models/canvas.py /usr/lib/python3.13/site-packages/bokeh/models/canvas.pyi /usr/lib/python3.13/site-packages/bokeh/models/common /usr/lib/python3.13/site-packages/bokeh/models/common/__pycache__ /usr/lib/python3.13/site-packages/bokeh/models/common/__pycache__/properties.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/common/__pycache__/properties.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/common/properties.py /usr/lib/python3.13/site-packages/bokeh/models/comparisons.py /usr/lib/python3.13/site-packages/bokeh/models/comparisons.pyi /usr/lib/python3.13/site-packages/bokeh/models/coordinates.py /usr/lib/python3.13/site-packages/bokeh/models/coordinates.pyi /usr/lib/python3.13/site-packages/bokeh/models/css.py /usr/lib/python3.13/site-packages/bokeh/models/css.pyi /usr/lib/python3.13/site-packages/bokeh/models/dom.py /usr/lib/python3.13/site-packages/bokeh/models/dom.pyi /usr/lib/python3.13/site-packages/bokeh/models/expressions.py /usr/lib/python3.13/site-packages/bokeh/models/expressions.pyi /usr/lib/python3.13/site-packages/bokeh/models/filters.py /usr/lib/python3.13/site-packages/bokeh/models/filters.pyi /usr/lib/python3.13/site-packages/bokeh/models/formatters.py /usr/lib/python3.13/site-packages/bokeh/models/formatters.pyi /usr/lib/python3.13/site-packages/bokeh/models/glyph.py /usr/lib/python3.13/site-packages/bokeh/models/glyph.pyi /usr/lib/python3.13/site-packages/bokeh/models/glyphs.py /usr/lib/python3.13/site-packages/bokeh/models/glyphs.pyi /usr/lib/python3.13/site-packages/bokeh/models/graphics.py /usr/lib/python3.13/site-packages/bokeh/models/graphics.pyi /usr/lib/python3.13/site-packages/bokeh/models/graphs.py /usr/lib/python3.13/site-packages/bokeh/models/graphs.pyi /usr/lib/python3.13/site-packages/bokeh/models/grids.py /usr/lib/python3.13/site-packages/bokeh/models/grids.pyi /usr/lib/python3.13/site-packages/bokeh/models/labeling.py /usr/lib/python3.13/site-packages/bokeh/models/labeling.pyi /usr/lib/python3.13/site-packages/bokeh/models/layouts.py /usr/lib/python3.13/site-packages/bokeh/models/layouts.pyi /usr/lib/python3.13/site-packages/bokeh/models/map_plots.py /usr/lib/python3.13/site-packages/bokeh/models/map_plots.pyi /usr/lib/python3.13/site-packages/bokeh/models/mappers.py /usr/lib/python3.13/site-packages/bokeh/models/mappers.pyi /usr/lib/python3.13/site-packages/bokeh/models/misc /usr/lib/python3.13/site-packages/bokeh/models/misc/__init__.py /usr/lib/python3.13/site-packages/bokeh/models/misc/__pycache__ /usr/lib/python3.13/site-packages/bokeh/models/misc/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/misc/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/misc/__pycache__/group_by.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/misc/__pycache__/group_by.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/misc/group_by.py /usr/lib/python3.13/site-packages/bokeh/models/misc/group_by.pyi /usr/lib/python3.13/site-packages/bokeh/models/nodes.py /usr/lib/python3.13/site-packages/bokeh/models/nodes.pyi /usr/lib/python3.13/site-packages/bokeh/models/plots.py /usr/lib/python3.13/site-packages/bokeh/models/plots.pyi /usr/lib/python3.13/site-packages/bokeh/models/ranges.py /usr/lib/python3.13/site-packages/bokeh/models/ranges.pyi /usr/lib/python3.13/site-packages/bokeh/models/renderers /usr/lib/python3.13/site-packages/bokeh/models/renderers/__init__.py /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__ /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/contour_renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/contour_renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/glyph_renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/glyph_renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/graph_renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/graph_renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/tile_renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/__pycache__/tile_renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/renderers/contour_renderer.py /usr/lib/python3.13/site-packages/bokeh/models/renderers/contour_renderer.pyi /usr/lib/python3.13/site-packages/bokeh/models/renderers/glyph_renderer.py /usr/lib/python3.13/site-packages/bokeh/models/renderers/glyph_renderer.pyi /usr/lib/python3.13/site-packages/bokeh/models/renderers/graph_renderer.py /usr/lib/python3.13/site-packages/bokeh/models/renderers/graph_renderer.pyi /usr/lib/python3.13/site-packages/bokeh/models/renderers/renderer.py /usr/lib/python3.13/site-packages/bokeh/models/renderers/renderer.pyi /usr/lib/python3.13/site-packages/bokeh/models/renderers/tile_renderer.py /usr/lib/python3.13/site-packages/bokeh/models/renderers/tile_renderer.pyi /usr/lib/python3.13/site-packages/bokeh/models/scales.py /usr/lib/python3.13/site-packages/bokeh/models/scales.pyi /usr/lib/python3.13/site-packages/bokeh/models/selections.py /usr/lib/python3.13/site-packages/bokeh/models/selections.pyi /usr/lib/python3.13/site-packages/bokeh/models/selectors.py /usr/lib/python3.13/site-packages/bokeh/models/selectors.pyi /usr/lib/python3.13/site-packages/bokeh/models/sources.py /usr/lib/python3.13/site-packages/bokeh/models/sources.pyi /usr/lib/python3.13/site-packages/bokeh/models/text.py /usr/lib/python3.13/site-packages/bokeh/models/text.pyi /usr/lib/python3.13/site-packages/bokeh/models/textures.py /usr/lib/python3.13/site-packages/bokeh/models/textures.pyi /usr/lib/python3.13/site-packages/bokeh/models/tickers.py /usr/lib/python3.13/site-packages/bokeh/models/tickers.pyi /usr/lib/python3.13/site-packages/bokeh/models/tiles.py /usr/lib/python3.13/site-packages/bokeh/models/tiles.pyi /usr/lib/python3.13/site-packages/bokeh/models/tools.py /usr/lib/python3.13/site-packages/bokeh/models/tools.pyi /usr/lib/python3.13/site-packages/bokeh/models/transforms.py /usr/lib/python3.13/site-packages/bokeh/models/transforms.pyi /usr/lib/python3.13/site-packages/bokeh/models/ui /usr/lib/python3.13/site-packages/bokeh/models/ui/__init__.py /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__ /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/dialogs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/dialogs.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/examiner.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/examiner.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/floating.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/floating.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/icons.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/icons.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/menus.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/menus.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/notifications.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/notifications.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/panels.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/panels.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/panes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/panes.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/tooltips.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/tooltips.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/ui_element.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/__pycache__/ui_element.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/ui/dialogs.py /usr/lib/python3.13/site-packages/bokeh/models/ui/dialogs.pyi /usr/lib/python3.13/site-packages/bokeh/models/ui/examiner.py /usr/lib/python3.13/site-packages/bokeh/models/ui/examiner.pyi /usr/lib/python3.13/site-packages/bokeh/models/ui/floating.py /usr/lib/python3.13/site-packages/bokeh/models/ui/floating.pyi /usr/lib/python3.13/site-packages/bokeh/models/ui/icons.py /usr/lib/python3.13/site-packages/bokeh/models/ui/icons.pyi /usr/lib/python3.13/site-packages/bokeh/models/ui/menus.py /usr/lib/python3.13/site-packages/bokeh/models/ui/menus.pyi /usr/lib/python3.13/site-packages/bokeh/models/ui/notifications.py /usr/lib/python3.13/site-packages/bokeh/models/ui/notifications.pyi /usr/lib/python3.13/site-packages/bokeh/models/ui/panels.py /usr/lib/python3.13/site-packages/bokeh/models/ui/panels.pyi /usr/lib/python3.13/site-packages/bokeh/models/ui/panes.py /usr/lib/python3.13/site-packages/bokeh/models/ui/panes.pyi /usr/lib/python3.13/site-packages/bokeh/models/ui/tooltips.py /usr/lib/python3.13/site-packages/bokeh/models/ui/tooltips.pyi /usr/lib/python3.13/site-packages/bokeh/models/ui/ui_element.py /usr/lib/python3.13/site-packages/bokeh/models/ui/ui_element.pyi /usr/lib/python3.13/site-packages/bokeh/models/util /usr/lib/python3.13/site-packages/bokeh/models/util/__init__.py /usr/lib/python3.13/site-packages/bokeh/models/util/__pycache__ /usr/lib/python3.13/site-packages/bokeh/models/util/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/util/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/util/__pycache__/structure.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/util/__pycache__/structure.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/util/structure.py /usr/lib/python3.13/site-packages/bokeh/models/widgets /usr/lib/python3.13/site-packages/bokeh/models/widgets/__init__.py /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__ /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/buttons.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/buttons.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/groups.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/groups.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/indicators.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/indicators.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/inputs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/inputs.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/markups.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/markups.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/pickers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/pickers.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/sliders.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/sliders.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/tables.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/tables.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/widget.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/__pycache__/widget.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/models/widgets/buttons.py /usr/lib/python3.13/site-packages/bokeh/models/widgets/buttons.pyi /usr/lib/python3.13/site-packages/bokeh/models/widgets/groups.py /usr/lib/python3.13/site-packages/bokeh/models/widgets/groups.pyi /usr/lib/python3.13/site-packages/bokeh/models/widgets/indicators.py /usr/lib/python3.13/site-packages/bokeh/models/widgets/indicators.pyi /usr/lib/python3.13/site-packages/bokeh/models/widgets/inputs.py /usr/lib/python3.13/site-packages/bokeh/models/widgets/inputs.pyi /usr/lib/python3.13/site-packages/bokeh/models/widgets/markups.py /usr/lib/python3.13/site-packages/bokeh/models/widgets/markups.pyi /usr/lib/python3.13/site-packages/bokeh/models/widgets/pickers.py /usr/lib/python3.13/site-packages/bokeh/models/widgets/pickers.pyi /usr/lib/python3.13/site-packages/bokeh/models/widgets/sliders.py /usr/lib/python3.13/site-packages/bokeh/models/widgets/sliders.pyi /usr/lib/python3.13/site-packages/bokeh/models/widgets/tables.py /usr/lib/python3.13/site-packages/bokeh/models/widgets/tables.pyi /usr/lib/python3.13/site-packages/bokeh/models/widgets/widget.py /usr/lib/python3.13/site-packages/bokeh/models/widgets/widget.pyi /usr/lib/python3.13/site-packages/bokeh/palettes.py /usr/lib/python3.13/site-packages/bokeh/plotting /usr/lib/python3.13/site-packages/bokeh/plotting/__init__.py /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__ /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_decorators.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_decorators.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_docstring.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_docstring.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_figure.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_figure.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_graph.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_graph.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_legends.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_legends.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_plot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_plot.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_renderer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_renderer.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_stack.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_stack.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_tools.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/_tools.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/contour.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/contour.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/glyph_api.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/glyph_api.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/gmap.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/gmap.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/graph.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/__pycache__/graph.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/plotting/_decorators.py /usr/lib/python3.13/site-packages/bokeh/plotting/_docstring.py /usr/lib/python3.13/site-packages/bokeh/plotting/_figure.py /usr/lib/python3.13/site-packages/bokeh/plotting/_figure.pyi /usr/lib/python3.13/site-packages/bokeh/plotting/_graph.py /usr/lib/python3.13/site-packages/bokeh/plotting/_legends.py /usr/lib/python3.13/site-packages/bokeh/plotting/_plot.py /usr/lib/python3.13/site-packages/bokeh/plotting/_renderer.py /usr/lib/python3.13/site-packages/bokeh/plotting/_stack.py /usr/lib/python3.13/site-packages/bokeh/plotting/_tools.py /usr/lib/python3.13/site-packages/bokeh/plotting/contour.py /usr/lib/python3.13/site-packages/bokeh/plotting/glyph_api.py /usr/lib/python3.13/site-packages/bokeh/plotting/glyph_api.pyi /usr/lib/python3.13/site-packages/bokeh/plotting/gmap.py /usr/lib/python3.13/site-packages/bokeh/plotting/graph.py /usr/lib/python3.13/site-packages/bokeh/protocol /usr/lib/python3.13/site-packages/bokeh/protocol/__init__.py /usr/lib/python3.13/site-packages/bokeh/protocol/__pycache__ /usr/lib/python3.13/site-packages/bokeh/protocol/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/__pycache__/exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/__pycache__/message.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/__pycache__/message.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/__pycache__/receiver.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/__pycache__/receiver.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/exceptions.py /usr/lib/python3.13/site-packages/bokeh/protocol/message.py /usr/lib/python3.13/site-packages/bokeh/protocol/messages /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__init__.py /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__ /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/ack.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/ack.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/error.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/error.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/ok.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/ok.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/patch_doc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/patch_doc.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/pull_doc_reply.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/pull_doc_reply.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/pull_doc_req.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/pull_doc_req.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/push_doc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/push_doc.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/server_info_reply.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/server_info_reply.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/server_info_req.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/__pycache__/server_info_req.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/protocol/messages/ack.py /usr/lib/python3.13/site-packages/bokeh/protocol/messages/error.py /usr/lib/python3.13/site-packages/bokeh/protocol/messages/ok.py /usr/lib/python3.13/site-packages/bokeh/protocol/messages/patch_doc.py /usr/lib/python3.13/site-packages/bokeh/protocol/messages/pull_doc_reply.py /usr/lib/python3.13/site-packages/bokeh/protocol/messages/pull_doc_req.py /usr/lib/python3.13/site-packages/bokeh/protocol/messages/push_doc.py /usr/lib/python3.13/site-packages/bokeh/protocol/messages/server_info_reply.py /usr/lib/python3.13/site-packages/bokeh/protocol/messages/server_info_req.py /usr/lib/python3.13/site-packages/bokeh/protocol/receiver.py /usr/lib/python3.13/site-packages/bokeh/py.typed /usr/lib/python3.13/site-packages/bokeh/resources.py /usr/lib/python3.13/site-packages/bokeh/sampledata /usr/lib/python3.13/site-packages/bokeh/sampledata/__init__.py /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__ /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/airport_routes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/airport_routes.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/airports.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/airports.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/anscombe.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/anscombe.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/antibiotics.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/antibiotics.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/autompg.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/autompg.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/autompg2.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/autompg2.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/browsers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/browsers.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/commits.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/commits.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/cows.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/cows.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/cycling.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/cycling.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/daylight.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/daylight.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/degrees.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/degrees.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/emissions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/emissions.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/forensic_glass.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/forensic_glass.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/gapminder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/gapminder.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/glucose.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/glucose.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/haar_cascade.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/haar_cascade.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/iris.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/iris.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/les_mis.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/les_mis.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/lincoln.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/lincoln.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/movies_data.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/movies_data.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/mtb.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/mtb.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/olympics2014.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/olympics2014.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/penguins.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/penguins.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/perceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/perceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/periodic_table.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/periodic_table.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/population.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/population.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/sample_geojson.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/sample_geojson.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/sample_superstore.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/sample_superstore.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/sea_surface_temperature.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/sea_surface_temperature.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/sprint.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/sprint.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/stocks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/stocks.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/titanic.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/titanic.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/unemployment.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/unemployment.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/unemployment1948.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/unemployment1948.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/us_cities.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/us_cities.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/us_counties.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/us_counties.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/us_holidays.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/us_holidays.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/us_marriages_divorces.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/us_marriages_divorces.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/us_states.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/us_states.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/world_cities.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/__pycache__/world_cities.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sampledata/airport_routes.py /usr/lib/python3.13/site-packages/bokeh/sampledata/airports.py /usr/lib/python3.13/site-packages/bokeh/sampledata/anscombe.py /usr/lib/python3.13/site-packages/bokeh/sampledata/antibiotics.py /usr/lib/python3.13/site-packages/bokeh/sampledata/autompg.py /usr/lib/python3.13/site-packages/bokeh/sampledata/autompg2.py /usr/lib/python3.13/site-packages/bokeh/sampledata/browsers.py /usr/lib/python3.13/site-packages/bokeh/sampledata/commits.py /usr/lib/python3.13/site-packages/bokeh/sampledata/cows.py /usr/lib/python3.13/site-packages/bokeh/sampledata/cycling.py /usr/lib/python3.13/site-packages/bokeh/sampledata/daylight.py /usr/lib/python3.13/site-packages/bokeh/sampledata/degrees.py /usr/lib/python3.13/site-packages/bokeh/sampledata/emissions.py /usr/lib/python3.13/site-packages/bokeh/sampledata/forensic_glass.py /usr/lib/python3.13/site-packages/bokeh/sampledata/gapminder.py /usr/lib/python3.13/site-packages/bokeh/sampledata/glucose.py /usr/lib/python3.13/site-packages/bokeh/sampledata/haar_cascade.py /usr/lib/python3.13/site-packages/bokeh/sampledata/iris.py /usr/lib/python3.13/site-packages/bokeh/sampledata/les_mis.py /usr/lib/python3.13/site-packages/bokeh/sampledata/lincoln.py /usr/lib/python3.13/site-packages/bokeh/sampledata/movies_data.py /usr/lib/python3.13/site-packages/bokeh/sampledata/mtb.py /usr/lib/python3.13/site-packages/bokeh/sampledata/olympics2014.py /usr/lib/python3.13/site-packages/bokeh/sampledata/penguins.py /usr/lib/python3.13/site-packages/bokeh/sampledata/perceptions.py /usr/lib/python3.13/site-packages/bokeh/sampledata/periodic_table.py /usr/lib/python3.13/site-packages/bokeh/sampledata/population.py /usr/lib/python3.13/site-packages/bokeh/sampledata/sample_geojson.py /usr/lib/python3.13/site-packages/bokeh/sampledata/sample_superstore.py /usr/lib/python3.13/site-packages/bokeh/sampledata/sea_surface_temperature.py /usr/lib/python3.13/site-packages/bokeh/sampledata/sprint.py /usr/lib/python3.13/site-packages/bokeh/sampledata/stocks.py /usr/lib/python3.13/site-packages/bokeh/sampledata/titanic.py /usr/lib/python3.13/site-packages/bokeh/sampledata/unemployment.py /usr/lib/python3.13/site-packages/bokeh/sampledata/unemployment1948.py /usr/lib/python3.13/site-packages/bokeh/sampledata/us_cities.py /usr/lib/python3.13/site-packages/bokeh/sampledata/us_counties.py /usr/lib/python3.13/site-packages/bokeh/sampledata/us_holidays.py /usr/lib/python3.13/site-packages/bokeh/sampledata/us_marriages_divorces.py /usr/lib/python3.13/site-packages/bokeh/sampledata/us_states.py /usr/lib/python3.13/site-packages/bokeh/sampledata/world_cities.py /usr/lib/python3.13/site-packages/bokeh/server /usr/lib/python3.13/site-packages/bokeh/server/__init__.py /usr/lib/python3.13/site-packages/bokeh/server/__pycache__ /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/auth_provider.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/auth_provider.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/callbacks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/callbacks.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/connection.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/connection.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/contexts.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/contexts.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/protocol_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/protocol_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/server.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/server.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/session.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/session.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/tornado.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/tornado.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/urls.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/urls.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/auth_provider.py /usr/lib/python3.13/site-packages/bokeh/server/callbacks.py /usr/lib/python3.13/site-packages/bokeh/server/connection.py /usr/lib/python3.13/site-packages/bokeh/server/contexts.py /usr/lib/python3.13/site-packages/bokeh/server/protocol_handler.py /usr/lib/python3.13/site-packages/bokeh/server/server.py /usr/lib/python3.13/site-packages/bokeh/server/session.py /usr/lib/python3.13/site-packages/bokeh/server/static /usr/lib/python3.13/site-packages/bokeh/server/static/js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh-api.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh-api.min.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh-gl.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh-gl.min.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh-mathjax.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh-mathjax.min.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh-tables.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh-tables.min.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh-widgets.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh-widgets.min.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/bokeh.min.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/compiler.js /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/charts.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/expr.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/figure.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/glyph_api.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/gridplot.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/io.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/linalg.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/main.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/models.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/palettes.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/parser.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/plotting.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/api/themes.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/base.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/bokeh.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/client /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/client/connection.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/client/session.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/bokeh_events.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/build_views.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/class.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/diagnostics.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/dom.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/dom_view.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/enums.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/geometry.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/graphics.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/has_props.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/hittest.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/kinds.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/layout /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/layout/alignments.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/layout/border.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/layout/grid.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/layout/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/layout/layoutable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/layout/side_panel.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/layout/types.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/logging.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/patching.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/properties.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/property_mixins.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/resolvers.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/selection_manager.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/serialization /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/serialization/buffer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/serialization/deserializer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/serialization/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/serialization/reps.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/serialization/serializer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/settings.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/signaling.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/types.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/ui_events.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/ui_gestures.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/uniforms.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/affine.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/algorithms.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/array.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/arrayable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/assert.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/bbox.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/bitset.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/buffer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/callbacks.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/canvas.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/cloneable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/color.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/defer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/eq.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/flip_step_mode.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/image.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/interpolation.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/iterator.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/math.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/matrix.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/menus.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/modules.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/ndarray.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/object.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/panes.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/platform.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/pretty.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/projections.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/ragged_array.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/random.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/refs.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/set.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/slice.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/spatial.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/string.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/svg.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/svg_colors.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/templating.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/text.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/throttle.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/typed_array.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/types.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/version.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/wheel.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/util/zoom.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/vectorization.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/view.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/view_manager.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/visuals /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/visuals/fill.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/visuals/hatch.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/visuals/image.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/visuals/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/visuals/line.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/visuals/patterns.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/visuals/text.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/core/visuals/visual.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/document /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/document/config.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/document/defs.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/document/document.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/document/events.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/document/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/embed /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/embed/dom.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/embed/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/embed/json.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/embed/notebook.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/embed/server.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/embed/standalone.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/main.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/model.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/annotation.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/area_visuals.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/arrow.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/arrow_head.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/band.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/base_bar.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/base_color_bar.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/box_annotation.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/color_bar.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/contour_color_bar.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/data_annotation.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/dimensional.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/html /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/html/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/html/label.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/html/label_set.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/html/text_annotation.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/html/title.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/label.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/label_set.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/legend.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/legend_item.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/poly_annotation.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/scale_bar.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/size_bar.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/slope.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/span.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/text_annotation.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/title.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/toolbar_panel.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/upper_lower.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/annotations/whisker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/axes /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/axes/axis.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/axes/categorical_axis.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/axes/continuous_axis.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/axes/datetime_axis.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/axes/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/axes/linear_axis.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/axes/log_axis.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/axes/mercator_axis.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/axes/timedelta_axis.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/callbacks /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/callbacks/callback.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/callbacks/close_dialog.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/callbacks/customjs.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/callbacks/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/callbacks/open_dialog.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/callbacks/open_url.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/callbacks/set_value.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/callbacks/toggle_visibility.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/canvas /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/canvas/canvas.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/canvas/canvas_panel.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/canvas/cartesian_frame.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/canvas/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/common /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/common/box_kinds.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/common/kinds.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/common/painting.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/common/resolve.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/comparisons /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/comparisons/comparison.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/comparisons/customjs_compare.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/comparisons/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/comparisons/nan_compare.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/coordinates /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/coordinates/coordinate.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/coordinates/coordinate_mapping.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/coordinates/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/coordinates/indexed.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/coordinates/node.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/coordinates/xy.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/action.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/color_ref.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/dom_element.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/dom_node.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/elements.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/html.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/index_.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/placeholder.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/styles.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/stylesheets.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/template.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/text.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/toggle_group.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/value_of.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/dom/value_ref.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/expressions /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/expressions/coordinate_transform.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/expressions/cumsum.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/expressions/customjs_expr.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/expressions/expression.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/expressions/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/expressions/maximum.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/expressions/minimum.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/expressions/polar.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/expressions/stack.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/all_indices.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/boolean_filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/composite_filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/customjs_filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/difference_filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/group_filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/index_filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/intersection_filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/inversion_filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/symmetric_difference_filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/filters/union_filter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/basic_tick_formatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/categorical_tick_formatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/customjs_tick_formatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/datetime_tick_formatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/log_tick_formatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/mercator_tick_formatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/numeral_tick_formatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/printf_tick_formatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/tick_formatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/formatters/timedelta_tick_formatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/annular_wedge.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/annulus.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/arc.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/area.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/bezier.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/block.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/center_rotatable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/circle.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/defs.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/ellipse.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/glyph.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/harea.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/harea_step.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/hbar.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/hex_tile.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/hspan.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/hstrip.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/image.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/image_base.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/image_rgba.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/image_stack.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/image_url.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/line.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/lrtb.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/marker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/math_text_glyph.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/mathml_glyph.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/multi_line.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/multi_polygons.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/ngon.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/patch.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/patches.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/quad.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/quadratic.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/radial_glyph.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/ray.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/rect.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/scatter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/segment.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/spline.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/step.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/tex_glyph.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/text.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/utils.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/varea.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/varea_step.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/vbar.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/vspan.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/vstrip.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/accumulate.frag.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/accumulate.vert.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/annular_wedge.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/annulus.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/base.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/base_line.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/base_marker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/buffer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/circle.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/dash_cache.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/hex_tile.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/image.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/image.frag.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/image.vert.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/line_gl.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/lrtb.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/main.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/marker.frag.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/marker.vert.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/multi_line.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/multi_marker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/ngon.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/radial.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/rect.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/regl_line.frag.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/regl_line.vert.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/regl_wrap.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/single_line.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/single_marker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/step.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/sxsy.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/types.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/utils /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/utils/math.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/webgl_utils.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/webgl/wedge.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/wedge.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/glyphs/xy_glyph.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/graphics /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/graphics/decoration.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/graphics/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/graphics/marking.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/graphs /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/graphs/graph_hit_test_policy.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/graphs/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/graphs/layout_provider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/graphs/static_layout_provider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/grids /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/grids/grid.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/grids/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/alignments.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/column.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/css_grid_box.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/flex_box.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/grid_box.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/group_box.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/hbox.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/layout_dom.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/row.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/scroll_box.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/spacer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/tab_panel.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/tabs.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/layouts/vbox.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/main.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/categorical_color_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/categorical_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/categorical_marker_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/categorical_pattern_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/color_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/continuous_color_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/eqhist_color_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/linear_color_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/log_color_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/scanning_color_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/stack_color_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/mappers/weighted_stack_color_mapper.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/misc /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/misc/group_by.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/misc/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots/figure.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots/gmap.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots/gmap_plot.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots/gmap_plot_canvas.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots/grid_plot.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots/plot.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots/plot_canvas.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots/range_manager.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/plots/state_manager.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/policies /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/policies/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/policies/labeling.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/random /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/random/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/random/park_miller_lcg.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/random/random_generator.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ranges /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ranges/data_range.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ranges/data_range1d.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ranges/factor_range.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ranges/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ranges/numerical_range.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ranges/range.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ranges/range1d.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/renderers /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/renderers/composite_renderer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/renderers/contour_renderer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/renderers/data_renderer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/renderers/glyph_renderer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/renderers/graph_renderer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/renderers/guide_renderer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/renderers/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/renderers/renderer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/renderers/renderer_group.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/scales /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/scales/categorical_scale.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/scales/composite_scale.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/scales/continuous_scale.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/scales/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/scales/linear_interpolation_scale.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/scales/linear_scale.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/scales/log_scale.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/scales/scale.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selections /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selections/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selections/interaction_policy.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selections/selection.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selectors /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selectors/by_class.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selectors/by_css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selectors/by_id.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selectors/by_xpath.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selectors/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/selectors/selector.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/sources /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/sources/ajax_data_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/sources/cds_view.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/sources/column_data_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/sources/columnar_data_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/sources/data_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/sources/geojson_data_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/sources/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/sources/server_sent_data_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/sources/web_data_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/text /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/text/base_text.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/text/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/text/math_text.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/text/mathjax /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/text/mathjax/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/text/mathjax/main.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/text/plain_text.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/text/providers.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/text/utils.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/textures /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/textures/canvas_texture.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/textures/image_url_texture.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/textures/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/textures/texture.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/adaptive_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/basic_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/binned_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/categorical_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/composite_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/continuous_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/customjs_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/datetime_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/days_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/fixed_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/log_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/mercator_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/months_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/single_interval_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/timedelta_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/util.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tickers/years_ticker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tiles /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tiles/bbox_tile_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tiles/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tiles/mercator_tile_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tiles/quadkey_tile_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tiles/tile_renderer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tiles/tile_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tiles/tile_utils.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tiles/tms_tile_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tiles/wmts_tile_source.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/action_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/click_pan_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/copy_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/custom_action.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/examine_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/fullscreen_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/help_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/plot_action_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/redo_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/reset_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/save_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/undo_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/zoom_base_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/zoom_in_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/actions/zoom_out_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/click_button.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/box_edit_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/common.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/edit_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/freehand_draw_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/line_edit_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/line_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/point_draw_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/poly_draw_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/poly_edit_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/edit/poly_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/box_select_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/box_zoom_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/common.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/gesture_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/lasso_select_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/pan_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/poly_select_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/range_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/region_select_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/select_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/tap_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/wheel_pan_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/gestures/wheel_zoom_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/inspectors /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/inspectors/crosshair_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/inspectors/customjs_hover.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/inspectors/hover_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/inspectors/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/inspectors/inspect_tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/on_off_button.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/tool.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/tool_button.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/tool_group.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/tool_menu.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/tool_proxy.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/tools/toolbar.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/transforms /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/transforms/customjs_transform.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/transforms/dodge.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/transforms/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/transforms/interpolator.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/transforms/jitter.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/transforms/linear_interpolator.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/transforms/range_transform.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/transforms/step_interpolator.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/transforms/transform.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/dialog.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/drawer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/examiner.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/icons /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/icons/builtin_icon.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/icons/icon.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/icons/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/icons/svg_icon.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/icons/tabler_icon.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/menus /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/menus/action_item.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/menus/checkable_item.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/menus/divider_item.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/menus/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/menus/menu.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/menus/menu_item.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/notifications.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/pane.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/panel.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/styled_element.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/tooltip.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/ui/ui_element.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/util.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/abstract_button.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/autocomplete_input.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/base_date_picker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/base_datetime_picker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/button.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/checkbox.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/checkbox_button_group.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/checkbox_group.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/color_picker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/control.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/date_picker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/date_range_picker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/datetime_picker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/datetime_range_picker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/div.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/dropdown.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/file_input.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/help_button.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/indicator.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/input_widget.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/main.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/markup.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/multi_choice.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/multiple_date_picker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/multiple_datetime_picker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/multiselect.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/numeric_input.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/oriented_control.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/palette_select.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/paragraph.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/password_input.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/picker_base.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/pretext.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/progress.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/radio_button_group.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/radio_group.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/select.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/abstract_slider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/base_numerical_slider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/categorical_slider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/date_range_slider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/date_slider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/datetime_range_slider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/numerical_range_slider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/numerical_slider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/range_slider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/sliders/slider.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/spinner.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/switch.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables/cell_editors.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables/cell_formatters.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables/data_cube.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables/data_table.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables/definitions.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables/main.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables/row_aggregators.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables/table_column.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/tables/table_widget.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/text_input.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/text_like_input.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/textarea_input.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/time_picker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/toggle.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/toggle_button_group.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/toggle_input.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/toggle_input_group.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/models/widgets/widget.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/protocol /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/protocol/index.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/protocol/message.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/protocol/receiver.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/safely.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/attribution.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/base.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/buttons.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/canvas.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/canvas_panel.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/caret.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/cartesian_frame.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/clearfix.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/dialogs.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/drawers.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/dropdown.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/examiner.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/group_box.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/icons.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/legacy_menus.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/legend.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/logo.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/menus.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/notifications.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/panels.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/panes.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/plots.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/pretty.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/tabs.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/tool_button.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/toolbar.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/tooltips.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/ui.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/checkbox.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/choices.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/flatpickr.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/inputs.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/nouislider.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/palette_select.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/palette_select_item.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/palette_select_pane.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/password_input.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/progress.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/slickgrid.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/sliders.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/switch.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/tables.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/styles/widgets/toggle_input.css.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/js/lib/version.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.decorators.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.decorators.legacy.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.dom.asynciterable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.dom.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.dom.iterable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2015.collection.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2015.core.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2015.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2015.generator.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2015.iterable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2015.promise.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2015.proxy.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2015.reflect.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2015.symbol.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2015.symbol.wellknown.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2016.array.include.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2016.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2016.full.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2016.intl.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2017.arraybuffer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2017.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2017.date.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2017.full.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2017.intl.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2017.object.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2017.sharedmemory.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2017.string.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2017.typedarrays.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2018.asyncgenerator.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2018.asynciterable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2018.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2018.full.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2018.intl.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2018.promise.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2018.regexp.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2019.array.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2019.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2019.full.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2019.intl.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2019.object.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2019.string.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2019.symbol.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2020.bigint.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2020.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2020.date.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2020.full.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2020.intl.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2020.number.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2020.promise.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2020.sharedmemory.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2020.string.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2020.symbol.wellknown.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2021.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2021.full.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2021.intl.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2021.promise.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2021.string.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2021.weakref.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2022.array.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2022.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2022.error.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2022.full.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2022.intl.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2022.object.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2022.regexp.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2022.string.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2023.array.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2023.collection.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2023.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2023.full.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2023.intl.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2024.arraybuffer.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2024.collection.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2024.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2024.full.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2024.object.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2024.promise.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2024.regexp.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2024.sharedmemory.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es2024.string.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es5.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.es6.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.array.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.collection.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.decorators.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.disposable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.error.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.float16.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.full.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.intl.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.iterator.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.promise.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.esnext.sharedmemory.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.scripthost.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.webworker.asynciterable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.webworker.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.webworker.importscripts.d.ts /usr/lib/python3.13/site-packages/bokeh/server/static/lib/lib.webworker.iterable.d.ts /usr/lib/python3.13/site-packages/bokeh/server/tornado.py /usr/lib/python3.13/site-packages/bokeh/server/urls.py /usr/lib/python3.13/site-packages/bokeh/server/util.py /usr/lib/python3.13/site-packages/bokeh/server/views /usr/lib/python3.13/site-packages/bokeh/server/views/__init__.py /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__ /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/auth_request_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/auth_request_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/autoload_js_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/autoload_js_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/doc_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/doc_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/ico_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/ico_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/metadata_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/metadata_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/multi_root_static_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/multi_root_static_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/root_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/root_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/session_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/session_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/static_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/static_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/ws.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/__pycache__/ws.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/server/views/app_index.html /usr/lib/python3.13/site-packages/bokeh/server/views/auth_request_handler.py /usr/lib/python3.13/site-packages/bokeh/server/views/autoload_js_handler.py /usr/lib/python3.13/site-packages/bokeh/server/views/bokeh-dev.ico /usr/lib/python3.13/site-packages/bokeh/server/views/bokeh.ico /usr/lib/python3.13/site-packages/bokeh/server/views/doc_handler.py /usr/lib/python3.13/site-packages/bokeh/server/views/ico_handler.py /usr/lib/python3.13/site-packages/bokeh/server/views/metadata_handler.py /usr/lib/python3.13/site-packages/bokeh/server/views/multi_root_static_handler.py /usr/lib/python3.13/site-packages/bokeh/server/views/root_handler.py /usr/lib/python3.13/site-packages/bokeh/server/views/session_handler.py /usr/lib/python3.13/site-packages/bokeh/server/views/static_handler.py /usr/lib/python3.13/site-packages/bokeh/server/views/ws.py /usr/lib/python3.13/site-packages/bokeh/settings.py /usr/lib/python3.13/site-packages/bokeh/sphinxext /usr/lib/python3.13/site-packages/bokeh/sphinxext/__init__.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/__pycache__ /usr/lib/python3.13/site-packages/bokeh/sphinxext/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/__pycache__/bokeh_plot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/__pycache__/bokeh_plot.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__init__.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__ /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_autodoc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_autodoc.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_color.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_color.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_dataframe.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_dataframe.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_directive.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_directive.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_enum.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_enum.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_example_metadata.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_example_metadata.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_gallery.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_gallery.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_jinja.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_jinja.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_model.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_model.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_options.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_options.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_palette.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_palette.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_palette_group.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_palette_group.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_prop.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_prop.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_releases.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_releases.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_roles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_roles.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_sampledata_xref.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_sampledata_xref.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_settings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_settings.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_sitemap.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokeh_sitemap.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokehjs_content.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/bokehjs_content.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/example_handler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/example_handler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/templates.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/templates.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/bokehjs_codepen_init.html /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/bokehjs_content_epilogue.html /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/bokehjs_content_prologue.html /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/bokehjs_html_template.html /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/color_detail.html /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/enum_detail.rst /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/example_metadata.rst /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/gallery_detail.rst /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/gallery_page.rst /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/jinja_detail.rst /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/model_detail.rst /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/options_detail.rst /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/palette_detail.html /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/palette_group_detail.html /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/prop_detail.rst /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/release_detail.rst /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/_templates/settings_detail.rst /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_autodoc.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_color.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_dataframe.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_directive.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_enum.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_example_metadata.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_gallery.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_jinja.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_model.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_options.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_palette.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_palette_group.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_prop.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_releases.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_roles.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_sampledata_xref.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_settings.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokeh_sitemap.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/bokehjs_content.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/example_handler.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/templates.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/_internal/util.py /usr/lib/python3.13/site-packages/bokeh/sphinxext/bokeh_plot.py /usr/lib/python3.13/site-packages/bokeh/themes /usr/lib/python3.13/site-packages/bokeh/themes/__init__.py /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__ /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_caliber.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_caliber.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_carbon.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_carbon.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_contrast.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_contrast.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_dark_minimal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_dark_minimal.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_light_minimal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_light_minimal.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_night_sky.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/_night_sky.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/theme.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/themes/__pycache__/theme.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/themes/_caliber.py /usr/lib/python3.13/site-packages/bokeh/themes/_carbon.py /usr/lib/python3.13/site-packages/bokeh/themes/_contrast.py /usr/lib/python3.13/site-packages/bokeh/themes/_dark_minimal.py /usr/lib/python3.13/site-packages/bokeh/themes/_light_minimal.py /usr/lib/python3.13/site-packages/bokeh/themes/_night_sky.py /usr/lib/python3.13/site-packages/bokeh/themes/theme.py /usr/lib/python3.13/site-packages/bokeh/transform.py /usr/lib/python3.13/site-packages/bokeh/util /usr/lib/python3.13/site-packages/bokeh/util/__init__.py /usr/lib/python3.13/site-packages/bokeh/util/__pycache__ /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/browser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/browser.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/callback_manager.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/callback_manager.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/compiler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/compiler.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/dataclasses.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/dataclasses.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/datatypes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/datatypes.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/dependencies.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/dependencies.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/deprecation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/deprecation.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/functions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/functions.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/hex.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/hex.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/info.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/info.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/logconfig.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/logconfig.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/options.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/options.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/package.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/package.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/paths.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/paths.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/serialization.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/serialization.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/settings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/settings.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/strings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/strings.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/terminal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/terminal.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/token.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/token.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/tornado.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/tornado.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/version.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/warnings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/bokeh/util/__pycache__/warnings.cpython-313.pyc /usr/lib/python3.13/site-packages/bokeh/util/browser.py /usr/lib/python3.13/site-packages/bokeh/util/callback_manager.py /usr/lib/python3.13/site-packages/bokeh/util/compiler.py /usr/lib/python3.13/site-packages/bokeh/util/dataclasses.py /usr/lib/python3.13/site-packages/bokeh/util/datatypes.py /usr/lib/python3.13/site-packages/bokeh/util/dependencies.py /usr/lib/python3.13/site-packages/bokeh/util/deprecation.py /usr/lib/python3.13/site-packages/bokeh/util/functions.py /usr/lib/python3.13/site-packages/bokeh/util/hex.py /usr/lib/python3.13/site-packages/bokeh/util/info.py /usr/lib/python3.13/site-packages/bokeh/util/logconfig.py /usr/lib/python3.13/site-packages/bokeh/util/options.py /usr/lib/python3.13/site-packages/bokeh/util/package.py /usr/lib/python3.13/site-packages/bokeh/util/paths.py /usr/lib/python3.13/site-packages/bokeh/util/sampledata.json /usr/lib/python3.13/site-packages/bokeh/util/serialization.py /usr/lib/python3.13/site-packages/bokeh/util/settings.py /usr/lib/python3.13/site-packages/bokeh/util/strings.py /usr/lib/python3.13/site-packages/bokeh/util/terminal.py /usr/lib/python3.13/site-packages/bokeh/util/token.py /usr/lib/python3.13/site-packages/bokeh/util/tornado.py /usr/lib/python3.13/site-packages/bokeh/util/version.py /usr/lib/python3.13/site-packages/bokeh/util/warnings.py /usr/lib/python3.13/site-packages/typings /usr/lib/python3.13/site-packages/typings/IPython /usr/lib/python3.13/site-packages/typings/IPython/__init__.pyi /usr/lib/python3.13/site-packages/typings/IPython/core /usr/lib/python3.13/site-packages/typings/IPython/core/getipython.pyi /usr/lib/python3.13/site-packages/typings/IPython/core/history.pyi /usr/lib/python3.13/site-packages/typings/IPython/core/interactiveshell.pyi /usr/lib/python3.13/site-packages/typings/IPython/display.pyi /usr/lib/python3.13/site-packages/typings/bs4.pyi /usr/lib/python3.13/site-packages/typings/ipykernel /usr/lib/python3.13/site-packages/typings/ipykernel/comm /usr/lib/python3.13/site-packages/typings/ipykernel/comm/__init__.pyi /usr/lib/python3.13/site-packages/typings/ipykernel/comm/comm.pyi /usr/lib/python3.13/site-packages/typings/json5.pyi /usr/lib/python3.13/site-packages/typings/jupyter_core /usr/lib/python3.13/site-packages/typings/jupyter_core/paths.pyi /usr/lib/python3.13/site-packages/typings/psutil.pyi /usr/lib/python3.13/site-packages/typings/selenium /usr/lib/python3.13/site-packages/typings/selenium/__init__.pyi /usr/lib/python3.13/site-packages/typings/selenium/common /usr/lib/python3.13/site-packages/typings/selenium/common/exceptions.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver /usr/lib/python3.13/site-packages/typings/selenium/webdriver/chrome /usr/lib/python3.13/site-packages/typings/selenium/webdriver/chrome/options.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/chrome/service.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/chrome/webdriver.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/common /usr/lib/python3.13/site-packages/typings/selenium/webdriver/common/action_chains.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/common/by.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/common/keys.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/firefox /usr/lib/python3.13/site-packages/typings/selenium/webdriver/firefox/firefox_binary.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/firefox/options.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/firefox/webdriver.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/remote /usr/lib/python3.13/site-packages/typings/selenium/webdriver/remote/webdriver.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/remote/webelement.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/safari /usr/lib/python3.13/site-packages/typings/selenium/webdriver/safari/webdriver.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/support /usr/lib/python3.13/site-packages/typings/selenium/webdriver/support/expected_conditions.pyi /usr/lib/python3.13/site-packages/typings/selenium/webdriver/support/wait.pyi /usr/share/doc/packages/python313-bokeh /usr/share/doc/packages/python313-bokeh/CHANGELOG /usr/share/doc/packages/python313-bokeh/README.md /usr/share/licenses/python313-bokeh /usr/share/licenses/python313-bokeh/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Oct 29 22:24:05 2025