Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-panel | Distribution: openSUSE Tumbleweed |
Version: 1.5.0 | Vendor: openSUSE |
Release: 2.1 | Build date: Wed Oct 2 22:03:56 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 110246175 | Source RPM: python-panel-1.5.0-2.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/holoviz/panel | |
Summary: A high level app and dashboarding solution for Python |
Panel is a Python library that lets you create custom interactive web apps and dashboards by connecting user-defined widgets to plots, images, tables, or text.
BSD-3-Clause
* Wed Oct 02 2024 Ben Greiner <code@bnavigator.de> - Add exclude-package-lock.patch * Do not install package-lock.json * Avoids non-reproducible local registry port * boo#1231254 gh#openSUSE/obs-service-node_modules#41 * Wed Sep 25 2024 Ben Greiner <code@bnavigator.de> - Update to 1.5.0 * This release, while technically a minor release hugely expands the scope of what is possible in Panel. In particular the introduction of the new panel.custom module makes it trivially easy to create new JS and React based components using modern tooling, a first-class developer experience and support for compilation and bundling. We are incredibly excited to see which new components you build using this approach. This release also includes native integration with FastAPI, such that you can now run Panel apps natively on an existing FastAPI server. We also introduce a number of new components, improved the developer experience, and squashed a huge number of bugs, particularly for the Tabulator component. [#]# Features * Allow building custom ESM based JSComponent and ReactComponent (#5593) * Add Placeholder pane (#6790) * Add FileDropper widget (#6826) * Add ChatStep component to show/hide intermediate steps (#6617) * Add TimePicker widget (#7013) * Add PyComponent baseclass (#7051) * Add native support for running Panel on FastAPI server (#7205) [#]# Enhancements * Allow callbacks after append and stream (#6805) * Enable directory uploads with FileInput (#6808) * Make autoreload robust to syntax errors and empty apps (#7028) * Add support for automatically determining optimal Tabulator.page_size (#6978) * Various typing improvements (#7081, #7092, #7094, #7132) * Display value for player (#7060) * Optimize rendering and scrolling behavior of Feed (#7101) * Implement support for multi-index columns in Tabulator (#7108) * Add placeholder while loading to ChatFeed (#7042) * Allow streaming chunks to HTML and Markdown panes (#7125) * Show Player interval value on click (#7064) * Expose Player options to scale and hide buttons (#7065) * Add on_keyup and value_input for CodeEditor (#6919) * Detect WebGL support on BrowserInfo (#6931) * Tweak ChatMessage layout (#7209, #7266) * Add nested editor to Tabulator (#7251) * Support anchor links in HTML and Markdown panes (#7258, #7263) [#] Bug fixes * Ensure Gauge is responsively sized (#7034) * Ensure Tabulator sorters are correctly synced (#7036) * Ensure Tabulator selection is consistent across paginated, sorted and filtered states (#7058) * Do not propagate clicks on input elements in Card header (#7057) * Ensure Tabulator range selection applies to current view (#7063) * Ensure Tabulator.selection is updated when indexes change (#7066) * Ensure Tabulator can be updated with None value (#7067) * Fix issues with PYTHONPATH in Jupyter Preview (#7059) * Ensure Tabulator styling is correctly applied on multi-index (#7075) * Fix various scrolling related Tabulator issues (#7076) * Ensure Tabulator data is updated after filters are changed (#7074) * Allow controlling DataFrame pane header and cell alignment (#7082) * Highlight active page in Tabulator using Fast Design (#7085) * Ensure follow behavior works when streaming to paginated Tabulator (#7084) * Avoid events boomeranging from frontend (#7093) * Correctly map Tabulator expanded indexes when paginated, filtered and sorted (#7103) * Ensure custom HoloViews backends do not error out (#7114) * Ensure events are always dispatched sequentially (#7128) * Ensure 'multiselect' Tabulator.header_filter uses 'in' filter function (#7111) * Ensure no content warning is not displayed when template is added (#7164) * Make it easy to prompt user for input in ChatFeed (#7148) * Fix LaTeX pane MathJax rendering (#7188) * Ensure OAuth expiry is numeric and can be compared (#7191) * Correctly detect max depth of NestedSelect if level is empty (#7194) * Make --setup/--autoreload/--warm work with --num-procs (#6913) * Ensure error rendering application does not crash server (#7223) * Refactor state.notifications to fix pyodide (#7235) * Handle setting None value on DateRangePicker (#7240) * Add header_tooltips parameter to Tabulator (#7241) * Fix issue using Tabulator.header_filter with recent Pandas versions (#7242) * Fix setting of Dial background (#7261) * Fix issues when loading multiple times in a Jupyter(Lab) session (#7269) [#]# Compatibility and Updates * Update to Bokeh 3.5.x * Update Tabulator to 6.2.1 (#6840) * Update to latest Pyscript (2024.08.01) and Pyodide (0.26.2) (#7016) * Add compatibility for latest Textual (#7130) [#]# Deprecation and API Warnings * PasswordInput and TextAreaInput no longer inherit directly from TextInput (#6593) * Remove deprecated panel.depends.param_value_if_widget function (#7202) * Tue May 07 2024 Daniel Garcia <daniel.garcia@suse.com> - Bring back package %build from source, removing binary .whl distribution from package. * Sun Apr 21 2024 Todd R <toddrme2178@gmail.com> - update to 1.4.1 + Enhancements * Allow rendering raw `IPython.display` output in dashboard builder * Improve snapping behavior and add undo functionality in dashboard builder UI) + Bug Fixes * Fix layout persistence issues in dashboard builder * Ensure `Perspective` loads in notebooks and docs * Allow full reset of dashboard builder layout * Fix issues with `VTK` colormap serialization * Allow `Tabulator` `HTMLTemplateFormatter` to reference multiple columns * Fix loading spinner in converted app without template * Avoid unnecessary rescroll on Column * Fix dynamically updating description tooltips * Ensure Perspective is fully loaded before attempting render) * Ensure busy indicators are always reset - update to 1.4.0 + Features * Add `EditableTemplate` to support dashboard builder UI in Jupyter * Add `ChatAreaInput` as default text input widget for `ChatInterface` * Add `NestedSelect` widget * Add Panel tutorials * Add `DateRangePicker` widget * Add `Feed` layout and use it as layout for `ChatFeed` * Add `WebP` pane * Add `ButtonIcon` * Add `Textual` pane + Enhancements * Improve `--autoreload` by using watchfiles and selectively reloading packages * Load loading indicator from file instead of inlining * Allow providing additional stylesheets in `card_params` * Add `scroll` options to permanently toggle on layouts * Allow choosing position of frozen columns on `Tabulator` * Add help message on `ChatFeed` * Ensure CSS can be applied to every aspect of `ChatMessage` * Add HoloViz logos as `ChatMessage` avatars * Add `gap` parameter to `FlexBox` * Set default `step` of `DatetimeRangeSlider` to 1 minute * Add support for passing objects reference to `FlexBox` * Allow editable sliders to be embedded * Add `message` into `css_classes` to `ChatMessage` markup * Allow appending objects to the `ChatMessage` header & footer * Add ability to declare icon label * Add title and settings and fix datetime to `Perspective` * Warn user if loading extension in VSCode or Colab without `jupyter_bokeh` * Throttle updates to Boolean indicators * Add `ParamRef` baseclass for `ParamFunction` and `ParamMethod` * Add ability to Skip `Param<Ref|Function|Method>` updates * Add `Param<Ref|Method|Function>` and `ReactiveExpr` to panes module * Set up `param.rx` display accessor on import * Allow using Carto tiles in `DeckGL` * Improve `VTKJS` binary serialization * Ensure component CSS is pre-loaded if possible, avoiding flicker on load + Bug fixes * Add resize handler for `FloatPanel` * Fix serving of global template in notebook * Ensure `Tabulator` renders in collapsed `Card` * Fix issues with `VTK`, `VTKVolume` and `VTKJS` due to webgpu renderer * Ensure `HTML` and other markup panes can be emptied * Ensure collapsed `Card` does not cause stretching * Ensure notebook preview always uses server resources * Remove animation from loading spinner without spin * Ensure model is only added/removed from Document once * Ensure `loading_indicator` resets when configured with context manager * Fix modal overflow and resizing issues * Ensure that ripple matches notification size * Fully re-render `CodeEditor` on render calls ensuring it displays correctly * Ensure `FileDownload` button has correct height * Ensure `HTML` model is redrawn if `stylesheets` is emptied * Allow providing custom template * Ensure `Debugger` renders without error * Ensure pending writes are dispatched in order and only from correct thread * Ensure layout reuses model if available * Improved exception handler in unlocked message dispatch * Fix display of interactive `Matplotlib` * Ensure `Plotly` pane renders and hides correctly in `Card` * Fix issues rendering widget components with `Fast` design * Fix binary serialization from JS -> Pyodide * Avoid overeager garbage collection * Fix floating point error in `IntRangeSlider` * Load JS modules from relative path * Ensure no events are dispatched before the websocket is open * Ensure `Markdown` parsing does not choke on partial links * Fixes to ensure larger `PDF`s can be rendered * Ensure `IPywidget` comms are only opened once * Fixes for message handling in Jupyter Preview context * Fix unnecessary loading of `ReactiveHTML` resources * Ensure `Template.raw_css` has higher precedence than default template CSS * Avoid asyncio event loop startup issues in some contexts * Ensure column subset is retained on `Tabulator.style` * Ensure bokeh mathjax bundle when mathjax extension is loaded in notebook - Switch to wheel to avoid npm attempting to rebuild resources. This doesn't work without a network and needs brittle workarounds that can change between releases. - Update dependencies * Thu Mar 14 2024 Dirk Müller <dmueller@suse.com> - skip python39 (nothing provides python39-branca) * Wed Mar 06 2024 Ben Greiner <code@bnavigator.de> - Also skip testing ipympl and holoviews on python 3.9 * Tue Mar 05 2024 Ben Greiner <code@bnavigator.de> - Stop testing with plotly and ipython on python 3.9: Those are no longer available. * Fri Jan 26 2024 Dirk Müller <dmueller@suse.com> - update to 1.3.8: * Ensure `ReactiveHTML` correctly resets `Event` parameters * Fix `ChatFeed` / `ChatInterface` tests and async generator placeholders * Fix logic when looking up `pn.state.curdoc` * Handle margin=None in layout sizing mode computation * Updates for compatibility with pandas 2.2 * Improve documentation on `TextAreaInput` * Sat Jan 20 2024 Dirk Müller <dmueller@suse.com> - update to 1.3.7: * Support using an SVG for `ToggleIcon` * Add resizable param to `TextAreaInput` * Improve date and datetime picker functionality * Add activity indicator to `ChatMessage` * Lazily import bleach HTML sanitizer * Fix alignment issues in chat components * Fix generator placeholder and optimize updates in Chat components * Fix issue with callback future handling on Chat components * Fix bug in Chat interfaces related to `pn.state.browser_info` * Allow instantiating empty `Matplotlib` pane * Ensure icon displays inline with text on `FileDownload` * Fix styling of links in `Tabulator` fast theme * Fix passing of `card_params` on `ChatFeed` * Handle `Tabulator.title_formatter` if is type `dict` * Fix `per_session` caching * Correctly reshape nd-arrays in `Plotly` pane * Handle NaT values on `Perspective` pane * Do not rerender output if `ReplacementPane` object identity is unchanged * Tabulator: fix valuesLookup set up for older list-like editors * Fix pyodide loading message styling issues * More complete patch for the `TextEditor` to support being rendered in the Shadow DOM * Add guard to `Tabulator` ensuring that it does not error when it is not rendered * Fix race conditions when instantiating Comm in Jupyter causing notifications to break * Handle duplicate attempts at refreshing auth tokens * Upgrade Plotly.js to 2.25.3 to address CVE-2023-46308 * Add `Design` and `Theme` explanation documentation * Fix pyodide execution in documentation * Fix wrong and broken link * Use GoatCounter for website analytics * Add Dask How to guide * Fix `Material` template notebook .show() call * Add missing item in docstring * Ploomber Cloud deployment documentation * Correct duplicate wording * Update JupyterLite Altair example to latest API * Wed Dec 27 2023 Dirk Müller <dmueller@suse.com> - update to 1.3.6: * This patch release addresses a major regression in server performance introduced in 1.3.5 along with some additional minor fixes. We want to welcome @nenb as a new contributor and want to thank the maintainers @ahuang11, @maximlt and @philippjfr for their contributions to this release. * Add explicit size option to ToggleIcon (#6092) * Fix execution of OAuth of callback to refresh `access_token` * Fix `ChatReactionIcons` alignment and trigger reactions correctly (#6086) * Change `Column` `scroll_position` default value from `None` to `0` (#6082) * Fix issue with accumulating callbacks on server (#6091) * Ensure `ReactiveExpr` renders in pyodide (#6097) * Ensure `TooltipIcon` description can be updated (#6099) * Fix IPyWidgets rendering in `BootstrapTemplate` (#6100) * Fix padding and alignment of `FileDownload` (#6101) * Wed Dec 20 2023 Atri Bhattacharya <badshah400@gmail.com> - Update to version 1.3.5: * Add support for timestamp timezones for ChatMessage (gh#holoviz/panel#5961). * Replace whitelist blacklist with allowlist denylist (gh#holoviz/panel#5975). * Allow stopping respond callbacks midway on ChatInterface (gh#holoviz/panel#5962). * Add support for Image.caption (gh#holoviz/panel#6003). * Improvements for Fast template styling (gh#holoviz/panel#6023). * Replace Player widget unicode icons with SVG for more consistency (gh#holoviz/panel#6030). * Elaborate on ChatInterface callback exception summary (gh#holoviz/panel#6046). * Add ToggleIcon widget (gh#holoviz/panel#6034). * Use minified Tabulator.js (gh#holoviz/panel#6060).) * Support rendering GeoDataFrame and GeoSeries in DataFrame pane (gh#holoviz/panel#6061). * Optimize rendering of ChatMessage (gh#holoviz/panel#6069). * Apply smaller optimizations for Viewable and ChatMessage (gh#holoviz/panel#6074). * Add bottom padding to MaterialTemplate (gh#holoviz/panel#6075). * Update mapbox-gl version for DeckGL pane (gh#holoviz/panel#6077). * Remove duplicate property definition of VizzuChart.config (gh#holoviz/panel#5947). * Remove stray print in Tabulator styler handling (gh#holoviz/panel#5944). * Fix bug when clearing pn.cache before anything has been cached (gh#holoviz/panel#5981). * Fix obj.save() when threading is enabled (gh#holoviz/panel#5993). * Fix Matplotlib responsiveness and improve reference notebook (gh#holoviz/panel#5973). * Gracefully handle non-decodable access_token (gh#holoviz/panel#5994). * Ensure onload callbacks scheduled during or after load are still executed (gh#holoviz/panel#6005). * Don't attempt to set Tabulator text_align on Bokeh formatters that don't support it (gh#holoviz/panel#6010). * Correctly set error page to be rendered on auth failure (gh#holoviz/panel#6014). * Fix ChatInterface post callback for default (gh#holoviz/panel#5998). * Ensure matplotlib backend is set correctly in pyodide worker (gh#holoviz/panel#6029). * Synchronously create Document patch message to avoid race conditions (gh#holoviz/panel#6028). * Do not inline CSS if it can be loaded from CDN (gh#holoviz/panel#6039). * Fix ChatMessage reactions icon rendering (gh#holoviz/panel#6034). * Fix issues with ChatInterface stop ensuring send button is re-enabled and placeholder removed (gh#holoviz/panel#6033). * Ensure that Design does not override properties on HoloViews pane (gh#holoviz/panel#6051). * Ensure async callbacks correctly dispatch events when Websocket is locked (gh#holoviz/panel#6052). * Fix state.add_periodic_callback when callback is async (gh#holoviz/panel#6053). * Do no update objects inplace unless explicitly requested fixing issues with non-updating components (gh#holoviz/panel#6055). * Update sizing of Panel models dynamically (gh#holoviz/panel#6054). * Make panel.chat.langchain import lazy improving import time (gh#holoviz/panel#6056). * Change prominence of TooltipIcon (gh#holoviz/panel#6057). * Improve reactive expression notebook (gh#holoviz/panel#5960). - Disable another flaky test that suffers timeout issues: test_server_on_load_after_init. - Export export PYTEST_DEBUG_TEMPROOT to current dir to avoid write permission issues. * Sun Dec 10 2023 Dirk Müller <dmueller@suse.com> - update to 1.3.4: * Allow passing partial function to tabulator filter (#5912) * Allow defining custom callbacks for `ChatInterface` buttons * Fix regression when setting `text_align` and `HTMLTemplateFormatter` on `Tabulator` (#5922) * Ensure notifications are correctly destroyed (#5924) * Fix header overflow issues in `FastGridTemplate` (#5935) * Ensure `Audio` model respects sizing (#5936) * Persist Tabulator selection across pages when `pagination='remote'` for all selection modes (#5929) * Ensure `Tabulator` styler subset logic is not lost (#5938) * Fix regression in OAuth when `id_token` does not contain user key (#5939) * Ensure Vega/Altair plot with responsive width/height respects fixed width/height value when set (#5940) * Ensure `BrowserInfo` is imported by default (#5942) * Fri Nov 24 2023 Ben Greiner <code@bnavigator.de> - Update to 1.3.2 * This micro-release focuses on a number of performance improvements, speeding up the initial rendering of simple apps by 2x in many cases. In addition it includes a number of smaller enhancements for various widgets, better support for async and threading and a number of bug fixes related to authentication, the Tabulator widget and a few other items. We are very pleased to welcome @isumitjha and @fohria as new contributors and want to thank our core team including @maximlt, @Hoxbro, @MarcSkovMadsen, @ahuang11 and @philippjfr for their continuing contributions. [#]# Performance * Speed up Pane.clone (#5848) * Speed up config attribute access (#5851) * Cache templates loaded from string (#5854) * Only load extension entrypoints once (#5855) * Do not freeze document models unless needed (#5864) [#]# Enhancements * Use the compiled version of Pyodide by default (#5808) * Add support for AutocompleteInput.search_strategy parameter (#5832) * Use stdlib_module_names when determining pyodide dependencies (#5818) * Add Tabulator.sortable parameter (#5827) * Add delay for tooltip to show up for buttons (#5860) * Add serialize method on ChatMessage and ChatFeed (#5764) * Allow running onload and defer_load tasks on threads (#5865) * Allow Image panes for ChatMessage.avatar (#5870) * Allow async callbacks on FileDownload (#5878) * Allow running scheduled tasks on threads (#5879) [#]# Bug fixes * Fix Google OAuth default scopes (#5823) * Fix logic for cleaning up OAuth user (#5824) * Set text_align correctly if Tabulator is given Bokeh formatter (#5866) * Fix FileDownload embed=True style for Fast design (#5875) * Enable Tabulator selection across pages with pagination="remote" and selectable="checkbox" (#5889) * Fix rendering of VTK colorbar (#5902) * Ensure HoloViews DynamicMap updates when widget dimension has unit (#5904) * Add space between MaterialTemplate app and site title separator (#5905) * Consistently handle errors during authentication (#5909) [#]# Compatibility * Updates for Numpy 2.0 compatibility (#5817) * Improve notebook handling when loading bokeh dev versions (#5820) - Version 1.3.1 * This micro-release primarily ships a variety of bug and regression fixes focusing on auth, the chat components, and WASM (i.e. PyScript and Pyodide) support. It also adds an enhancement to the auth components that now makes it possible to let users access applications as a guest. Many thanks to our new contributors @art3xa, @polivbr and @tupui as well as our core development team including @MarcSkovMadsen, @maximlt, @ahuang11 and @philippjfr. [#]# Enhancements * Add support for authenticating as guest using OAuth and basic auth components (#5743) [#]# Bug fixes * Ensure ColorMap widget correctly handles shared layout and display parameters (#5732) * Fix accessing refreshed access_token (#5734) * Ensure Markdown code blocks always wrap (#5738) * Fix returning state.user_info if no id_token is present in cookies (#5747) * Fix Widget.from_param type annotation (#5754) * Fix auto send for ChatInterface with TextAreaInput (#5762) * Add support for iframe srcdoc on Location (#5774) * Ensure Tabulator.style applies correctly with changing data (#5757) * Ensure panel convert can correctly detect transformers_js import (#5772) * Adjust ReactiveHTML css resources for relative paths (#5779) * Ensure invalid query parameters warn instead of erroring (#5781) * Apply pyscript CSS by default without the splashscreen (#5784) * Ensure components which require DOM element to be attached can be rendered in Card (#5786) * Tue Oct 24 2023 Markéta Machová <mmachova@suse.com> - Update to 1.3.0 * Integrate support for param reactive expressions and expose pn.rx * Implement ChatMessage, ChatFeed and ChatInterface components * Unify OAuth implementations and refresh access_token * Add ColorMap widget * Add unit to widget in HoloViews pane if provided * Allow registering global on_session_destroyed callback * Implement auto_grow on TextAreaInput * Add ability to redirect users from authorization callback * Add support for Path object in FileDownload * Add authorization_code and password based OAuth login handlers * Add format to EditableFloatSlider and EditableIntSlider * Add support for decorating async functions with pn.io.cache * Map param.Bytes to FileInput widget * Add support for Python 3.12 and drop Python 3.8 support * Upgrade to Param 2.0 as minimum required version * Compatibility with Bokeh 3.3.0 * more bugfixes, see upstream CHANGELOG.md * Sun Sep 17 2023 Atri Bhattacharya <badshah400@gmail.com> - Update to vesion 1.2.2: * Enhancements: - Add scroll button, auto-scroll and scroll position options to Column (gh#holoviz/panel#5245, gh#holoviz/panel#5365, gh#holoviz/panel#5369, gh#holoviz/panel#5403) - Add cache busting to server CSS resources (gh#holoviz/panel#5414) - Add Tabulator.title_formatters parameter (gh#holoviz/panel#5421) - Provide the the accessed path to authorization checks (gh#holoviz/panel#5386) - Add Perspective click events (gh#holoviz/panel#5430) - Add and improve pn.io.hold and pn.io.immediate_dispatch context managers to control events (gh#holoviz/panel#5444) - Allow to passing basic_login_template argument to panel server (gh#holoviz/panel#5454) * Bug fixes: - Ensure BasicAuth forwards to original URL after login (gh#holoviz/panel#5357) - Correct return types from threading.Thread to panel.io.server.StoppableThread (gh#holoviz/panel#5396) - Various guards and fixes ensuring Tabulator re-renders correctly (gh#holoviz/panel#5410, gh#holoviz/panel#5412) - Avoid extra executions when executing periodic callback with counter (gh#holoviz/panel#5344) - Ensure updates to DataModel are correctly scheduled on the event loop (gh#holoviz/panel#5360) - Fixes for displaying single newlines in Markdown output and add renderer_options (gh#holoviz/panel#5376) - Allow update of Accordion title without updating content (gh#holoviz/panel#5413) - Fix authentication handling when prefix is set (gh#holoviz/panel#5422) - Fix serialization issues affecting TextLayer objects in DeckGL (gh#holoviz/panel#5427) - Fix height responsiveness of Perspective pane (gh#holoviz/panel#5429) - Ensure FileDownload button can be clicked anywhere (gh#holoviz/panel#5431) - Ensure ReactiveHTML children are rendered just like other models (gh#holoviz/panel#5434) - Set Perspective properties correctly to avoid causing unfocus on keypresses (gh#holoviz/panel#5432) - Ensure FloatPanel correctly exposes its children to allow linking (gh#holoviz/panel#5433) - Do no reset Tabulator options if DataFrame indexes are unchanged (gh#holoviz/panel#5436) - Add ability to work around issues when removing series from ECharts (gh#holoviz/panel#5435) - Fix race conditions when initializing and rendering IPyWidgets in notebooks (gh#holoviz/panel#5462) - Tweak Accordion CSS to remove gaps and avoid border overlap (gh#holoviz/panel#5460) - Ensure columns are deleted when updating traces on Plotly pane to avoid corruption (gh#holoviz/panel#5464) - Invalidate layout when TextEditor CSS loads (gh#holoviz/panel#5465) - Ensure FloatPanel reflects closed status (gh#holoviz/panel#5466) - Fix handling of string dtypes on Perspective pane (gh#holoviz/panel#5467) * Documentation updates. - Drop panel-pr5185-bokeh3.2.patch: incorporated upstream. - Disable test_local_pdf_file since local pdf file missing from tarball. * Wed Jul 05 2023 Ben Greiner <code@bnavigator.de> - Update to 1.1.1 [#]# Enhancements * Implement per_session cache (#5117) * Enhancements for ChatBox including methods to update rows and hide names (#5118, #5118) [#]# Bug fixes * Fix Progress indicator sizing_mode (#5051) * Fix various ChatBox issues (#5065, #5101, #5101) * Ensure kernel shutdown futures are not collected in Jupyter server extension (#5069) * Add bokeh version check for notebook to better support bokeh dev versions (#5071, #5093) * Fix false warning emitted when constructing a Param pane with throttled or onkeyup (#5078) * Allow to updating/clearing enabled_dates on DatetimePicker (#5089) * Ensure session arguments are correctly parsed by Jupyter executor (#5106) * Fix defer_load handling (#5107) * Fix styling with filters in Tabulator (#5110) * Fix issues when using in filter with single value on Tabulator (#5125) * Add fallback if ReactiveHTML shadow DOM lookup fails (#5126) * Allow automatic loading of extensions during launch and warn about missing extensions (#5144) * Correctly process fields on Vega (and altair) selections (#5145) * Immediately dispatch ColumnDataChangedEvent fixing Plotly plots not updating (#5147) [#]# Compatibility * Correctly serialize new IPyWidget models on creation (#5114) * Ensure we handle JupyterLab 4 comm messages correctly (#5140) [#]# Backward compatibility * Renamed Trend parameter title to name (#5092) - Add panel-pr5185-bokeh3.2.patch gh#holoviz/panel#5185 * Bump bokeh upper pin - Don't test on 32-bit it fails randomly * Wed Jun 07 2023 Ben Greiner <code@bnavigator.de> - Update to 1.1.0 * This is the first minor release in the 1.x series with a number of new features and small bug fixes. The main features we are excited about are the new ChatBox widget added by @ahuang11 and support for reactive generators. Many thanks to @ahuang11, @philippjfr and @Hoxbro for contributing to this release and our amazing community for reporting issues. [#]# Features * Add the ChatBox widget (#4702) * Add a standalone TooltipIcon indicator (#4909) * Implement support for reactive generator functions (#5019) * Allow setting on_* handlers in constructor (#5026) * Allow controlling initial Template sidebar state (#5033) [#]# Bug fixes * Handle height responsiveness of HoloViews layout correctly (#5009) * Apply Plotly toolbar colors depending on template (#5012) * Fix Fast Design style variables (#5015) * Allow reactive updates to override constant parameters (#5032) * Fix Tabulator header filter styling (#5038) * Ensure Jupyter extensions warns users if app has no contents (#5041) - Version 1.0.4 * Another micro-release in the 1.0.x series addressing small issues reported by our engaged community. Many thanks to @ahuang11, @simzer, @alexmilowski and the core contributors @droumis, @Hoxbro and @philippjfr for contributing to this release. * Fix global loading spinner (#4936) * Fix issues resolving whether IPyWidget model (#4939) * Fix recursive and inplace updates on reactive panes (#4946, [#4958]) * Fix issues with single Select widget (#4947) * Ensure CSS config parameters can be passed to Template constructor (#4948) * Fixed vizzu data series type conversion for datetime (#4955) * Small documentation fixes (#4943, #4960) * Fix icon on Toggle and Button widget (#4961) * Fix Volume definition on Video pane * Ensure icon renders on Toggle button (#4969) (#4970) * Ensure Card.header_color is correctly applied (#4971) * Update param.List signatures to suppress warnings (#4973) * Fix font loading in Vanilla template (#4975) * Guard is_file check on Windows (#4985) * Fix serialization of Plotly.selection_data (#4987) * Speed up dynamic layout updates (#4989) - Version 1.0.3 * Another micro-release in the 1.0.x series with a number of smaller bug fixes. Most importantly this resolves issues with loading indicators and with apps converted to the pyodide-worker target. Many thanks to @n3011, @Hoxbro and @philippjfr for contributing to this release. * Resolve _repr_jpeg_ methods correctly (#4904) * Fix handling of queued events in pyodide worker (#4913) * Various fixes for loading indicator (#4915) * Allow -1 in Tabs.active and allow recovering from closed tabs (#4920) * Ensure HoloViews layout is correctly initialized when center is set (#4921) * Ensure VSCode editor does not apply white background to Panel output (#4923) * Do not error on deserialization errors in notebooks (#4927) * Ensure basic auth provider works when dynamically starting server (#4926) * Ensure Param pane name is updated when object changes (#4928) * Align functionality and styling of FileDownload with Button (#4929) * Fix equality comparisons of parameter values when updating a Pane (#4934) * Warn about ignored widget parameters on Param pane (#4934) - Version 1.0.2 * A micro-release in the 1.0.x series with a number of bug fixes and documentation tweaks. Many thanks to @jbednar and @philippjfr for contributing to this release. [#]# Bug fixes * Ensure Design stylesheets are not replaced when updating component stylesheets (#4883) * Ensure tooltips are rendered correctly as HTML (#4887) * Fix loading of index page resources (#4891) * Ensure FloatPanel can be rendered in classic notebooks (#4892) * Attempt rendering output in notebooks even if not all resources have been initialized (#4893) * Do not load large bokeh-mathjax bundle in notebooks by default (#4895) * Make Fast template sidebar opening transition smoother (#4898) * Ensure new items added to Card layout are rendered (#4899) * Fix logo rendering in BasicAuth template (#4900) - Version 1.0.1 * A micro-release fixing some small issues discovered in Panel 1.0. Thank you to @droumis, @Hoxbro and @philippjfr for contributing fixes. [#]# Bug fixes * Ensure Reactive objects wrapped in reactive are re-rendered correctly (#4868) * Tweaks for Material Design component inset label styling (#4877) * Ensure SlidesTemplate slides changes trigger updates in the pn.state.location.hash (#4878) - Version 1.0.0 * The Panel 1.0 release is finally here and it brings a huge number of improvements. The largest improvements in this release come from an upgrade from Bokeh 2.x to Bokeh 3.x. Bokeh overhauled its internal layout engine and stylesheet handling, making applications significantly more performant and customizable going forward. * This release marks a huge step forward in the usability of Panel but is also just a first step in leveraging many of the new capabilities that the updated layout engine and design system affords. In the coming months we will continue to improve and polish the UI and UX and make it easier for you to extend Panel as needed. * For now we want to thank the many people that contributed to this release either by contributing directly or by testing and providing feedback. Many thanks to the core contributors @MarcSkovMadsen, @Hoxbro, @maximlt, @jbednar, @droumis and @philippjfr and the outside contributors @ahuang11, @cdeil, @MridulS, @AndrewMaged814, @midnighter and @wendrul. [#]# Major Features * Add new and highly performant layout engine, addressing many performance and layout issues (#4326, #4463, #4491, #4503, [#4522], #4690) * Add unified Design and Theme system (#4413, #4475, #4466, [#4540], #4548, #4770, #4792, #4793, #4801) * Implement support for passing parameters, widgets and bound functions by reference for simple and powerful reactivity (#4495, #4505, #4603, #4606) * Some of the changes related to the new layout engine and design system will require small updates to your existing applications. To make this transition as smooth as possible we have provided an upgrade/migration guide. [#]# New Components * Add Swipe layout (#3007) * Add Switch widget (#4130) * Add Vizzu pane (#4226, #4739) * Add BrowserInfo model to expose browser window and navigator APIs (#4533) * Add BasicAuth provider for quick password based auth (#4684) * Add FloatPanel layout (#4707, #4711) * Add a SlidesTemplate based on reveal.js to create interactive presentations (#4798) [#]# Major enhancements * Improved Markdown rendering (#4688) * Add support for tooltips on widgets (#4130, #4621, [#4643]) * Ensure .ipynb and .md based apps can be used as --index (#4432) * Add support for selecting format and encoding for Matplotlib image output and implemented responsive Image sizing (#4514) * Add support for icons on Button (#4797) * Add generic Image pane that auto-detects the image filetype (#4551) * Add support for writing applications in Markdown (#4602) * Improve support for inline resources for Jupyter (#3013, #4787) * Add ability to reuse sessions to speed up rendering (#3679, [#4658]) * Improve notebook resource and extension loading (#4752) * Add ability to add global loading spinner to application(s) (#4659) [#]# Deprecations & API changes [#]## Compatibility * Bokeh 3 compatibility (#4098, #4117, #4129, #4140, #4150, [#4275], #4467, #4435, #4441, #4449, #4448, #4508) * Upgrade plotly.js to 2.18.0 (#4320) * Upgrade Tabulator to 5.4 and optimize rendering (#4482) * Upgrade Echarts to 5.4.1 (#4538) * Upgrade pyodide (0.23.1) and pyscript versions (#4344) * Add support for altair and vega-lite v5 (#4488) * Add support for latest versions of ipywidgets (#4716, #4766, [#4779]) [#]## Deprecations * Deprecate IDOM pane (#4293, #4323) * Deprecate Viewable.app (#4293) * Deprecate Viewable.pprint (#4347) * Deprecate and remove RGGPlot * Rename Ace to CodeEditor (#4627) [#]## API changes & Backward Compatibility * Pandas is now only a (lazy) runtime dependency (#4411) * Tabulator.frozen_rows now respects the order of rows in the data instead of the order in which the frozen_rows were defined (#4482) * Make margin defaults consistent across widgets and panes (#4528) * Extension calls must specify all required extensions (#4562) * The .embed method now returns a Mimebundle object for rendering (#4791) * Remove panel examples CLI command and pyct dependency (#4691) * Expose all layout components in top-level API (#4696) [#]# Other Enhancements [#]## Configuration * Allow to set the log level of the Admin logger (#3495) * Add pn.state.served to simplify determining whether script is executed as an application or in an interactive session (#4252) * Add pn.config.loading_indicator to determine whether to show loading indicator by default (#4259) [#]## Jupyter * Improve startup, error handling and shutdown of Jupyter kernels (#4364) * Log errors in JupyterLab preview to server logs (#4773) * Support binary JS -> Python communication in notebooks (#4635) * Modify sys.path when running inside Jupyter Kernel (#4489) [#]## Pyodide * IPython display compatibility in pyodide builds (#4270) * Ensure panel convert respects pn.config (#4359) * Fix notification support in Pyodide (#4387) [#]## Miscelleanous * Handle cancelling and empty value edit events on Tabulator (#4343) * Add favicon to base template (#4626) * Ensure CrossSelector filters apply on each keystroke (#4339) * Do not re-create Vega.selections object unless selections changed (#4497) * Standardize parameter mapping APIs (#4386) * Add Plotly.link_figure parameter (#4333) * Add support for .JPEG file extension in the JPG pane (#4532) * Make periodic callback counter a parameter (#4134) * Add Echarts events (#2174) * Additional cache support (#4663, #4667) [#]# Bug fixes * Fix caching on undecorated Parameterized method (#4332) * Ensure that global notification object can be used inside notebook callbacks (#4331) * Ensure hash_funcs are applied recursively in cache (#4334) * Fix cache FIFO policy bug (#4789) * Fix specifying custom index with relative path (#4288) * Fix issue reusing FileDownload model (#4328) * Fix DeckGL tooltip handling (#4628) * Fix NumPy integer/floating checks on Perspective (#4366) * Ensure memray profiler temporary file is flushed (#4666) * Fix mimetype issue on windows (#4738) * Fix Plotly undefined value errors for eventdata (#4355) [#]## Tabulator * Ensure updates to Tabulator formatter or editor updates model (#4296, #4781) * Ensure Tabulator internal _index_mapping is updated on stream (#4292) * Ensure Tabulator header filters aren't treated as regex (#4423) * Ensure Tabulator styles are re-applied when local pagination changes (#4795) [#]## Jupyter * Ensure JupyterLab preview works on Windows (#4819) * Ensure notifications are enabled even if hv.extension has been loaded (#4330) * Fri Mar 31 2023 Ben Greiner <code@bnavigator.de> - Update to 0.14.4 [#]# Bugs * Fix Tabulator client-side string filters by not parsing them as regex (4423) * Fix the RGGPlot pane (#4380) * Fix panel examples command by ensuring examples are correctly packaged (#4484) * Fix event generation by considering NaNs as equal when comparing Numpy arrays (#4481) * Use cache from previous sessions when using to_disk (#4481) * Fix relative imports when running inside Jupyter Kernel (#4489) * Do not re-create Vega.selections object unless selections changed (#4497) [#]# Enhancements * Add support for altair and vega-lite v5 (#4488) - Version 0.14.3 * This release introduces a large number of bug fixes and minor enhancements. Due to the upcoming release of Panel 1.0 we have also made the unconventional decision to issue new deprecation in a micro release. Specifically the IDOM pane and Viewable.app and Viewable.pprint methods have been scheduled for deprecation. Many thanks to the contributors to this release which include @wendrul, @droumis and the core team @MarcSkovMadsen, @maximlt, @Hoxbro and @philippjfr. [#]# Bugs [#]## Tabulator * Ensure streamed rows on Tabulator can be edited (#4292) * Ensure changes on Tabulator formatter and editor models are reflected in frontend (#4296) * Ensure cancelling edit does not clear cell on Tabulator (#4343) * Ensure inserting empty data on numeric column in Tabulator does not error (#4343) [#]## Notebook * Fix issues rendering components as ipywidgets for some versions of ipykernel (#4289) * Add warning if custom resources could not be loaded in notebook (#4329) * Ensure notifications are enabled even if hv.extension has been loaded (#4330) * Ensure global notification object can be used inside notebook callbacks (#4331) [#]## Type definitions * Fix return type of Widget.from_param (#4335) * Ensure type annotation allows str and PathLike objects on panel.serve (#4336) * Fix type annotations on panel.io.convert.convert_app(s) (#4342) [#]## Misc * Ensure markdown links render correctly in template sidebar (#4222) * Improve .applies for ECharts and DeckGL (#4224) * Fix specifying custom --index with relative path (#4288) * Skip on_load callbacks in liveness check (#4302) * Ensure re-rendered FileDownload still fetches live data (#4328) * Fix handling of panel.cache on undecorated Parameterized method (#4332) * Ensure user provided hash_funcs are applied in panel.cache (#4334) * Fix plotly eventdata undefined val (#4355) * Ensure panel convert respects panel.config options (#4359) * Propagate options from HoloViews and Bokeh plots to enclosing Pane (#4360) * Propagate options from dynamic components such as ParamMethod and Interactive to enclosing layout (#4360) [#]# Minor enhancements * Allow to set the log level of the Admin logger (#3495) * Make refresh_token available in Auth (#4227) * Simplify determining whether script is executed as application with pn.state.served property (#4252) * Add loading_indicator to global config (#4259) * IPython display compatibility in pyodide builds (#4270) * Split PanelJupyterExecutor into separate module (#4276) * Allow dynamic loading of javascript modules in ReactiveHTML (#4319) * Add Plotly.link_figure parameter (#4333) * Ensure CrossSelector filters apply on each keystroke (#4339) * Improve startup, error handling and shutdown of Jupyter kernels in jupyter_server_extension (#4364) [#]# Compatibility and Version Updates * Upgrade plotly.js to 2.10.1 (#4320) * Upgrade to pyodide 0.22.1 in panel convert (#4334) * Upgrade to pyscript 2022.12.01 in panel convert (#4334) * Fix compatibility of Perspective pane with Numpy 1.24 (#4362) [#]# Deprecations * Add deprecation warning to IDOM pane (#4293) * Add deprecation warning for Viewable.app and Viewable.pprint methods (#4293, #4347) * Fri Jan 13 2023 Ben Greiner <code@bnavigator.de> - Update to 0.14.2 * This release primarily focuses on bug fixes. In particular it resolves various issues with support for rendering ipywidgets (particularly in ipywidgets>=8.0) and also fixes a number of issues with the Jupyter Server previews. [#]# Enhancements * Add support for Tqdm.process_map (#4093) * Support non-vtkPolyData types in vtk synchronizer (#4124) * Allow invoking convert functions from pyodide (#4135) * Support step format in date sliders (#4152) * Add a Reacton component to simplify rendering (#4190) [#]# Bugs * Ensure Jupyter server extension serves resources, extensions and paths correctly (#4083, #4133, #4202) * Ensure IPyWidget comm does not break when new widget is rendered (#4091) * Improving detection of comms in VSCode and Google Colab (#4115) * Ensure .js mimetype is served correctly on Windows (#4118) * Ensure unhiding Tabulator columns renders cells correctly (#4119) * Ensure embedded Slider widgets initialize with correct default (#4121) * Handle missing event loop in thread gracefully (#4123) * Ensure Matplotlib pane handles explicit width/height settings correctly (#4128) * Allow Viewer to render servable but non-viewable objects (#4131) * Fix regression in tracking sessions in admin interface (#4132) * Ensure Tabs headers do not scroll unncessarily (#4146) * Ensure Location model reports as idle (#4159) * Fix auth error template rendering (#4162) * Fix issues with value on EditableSlider when it is outside fixed_start / fixed_end range (#4169) * Ensure ipywidgets events are handled the same way as regular events (#4171) * Don't raise TypeError for class which contains __panel__ (#4174) * Do not dispatch events if bokeh Document is set to hold events (#4178) * Execute onload callbacks immediately in pyodide app (#4191) * Improve IPyWidget kernel handling in server contexts (#4195) * Fix rendering of IPyWidget with child views in the notebook (#4197) - PEP517 build * Mon Nov 21 2022 Ben Greiner <code@bnavigator.de> - Update to 0.14.1 * This release primarily addresses regressions introduced in 0.14.0 and various long standing bugs. Many thanks to external contributors @liu-kan and @KedoKudo and the maintainers @Hoxbro, @maximlt and @philippjfr for contributing a number of fixes. [#]# Minor enhancements * Improve support for requests in pyodide (#3973) * Add option to clear value of DatetimePicker (#3990) * Add support for hashing dates in pn.cache (#4004) * Silence EMPTY_LAYOUT warnings (#4056) [#]# Compatibility * Fix Jupyterlite and latest PyScript compatibility (#4040) [#]# Bugs [#]## Webassembly conversion * Correctly handle resource mode in when converting to WebAssembly (#3967) [#]## Jupyter and Server * Correctly handle future exceptions on threads (#3977) * Fix panel serve index template (#3980) * Do not error if curdoc has been destroyed (#3994) * Ensure extensions loaded in jupyter kernel are served by StaticHandler (#4000) * Various fixes for OAuth handling with pn.serve (#4006) * Fix bug in on_load callback exception handling (#4007) * Ensure periodic callbacks are only started on main thread (#4011) * Ensure jupyter server extension handles explicit root_dir (#4029) * Ensure futures are correctly awaited when executed on thread (#4031) [#]## Components * Ensure Tabulator handles filtering on edited values correctly if show_index=False (#3988, #4016) * Ensure Tabulator declares numeric sorter for numeric dtypes (#3999) * Fix regression initializing DiscreteSlider with non-integer value (#4009) * Ensure that template.config.raw_css is correctly applied (#4018) * Fix handling MenuButton clicks when split=True (#4021) * Ensure styling on Tabulator with empty DataFrame does not error (#4028) * Allow changing level on Debugger widget (#4057) - Release 0.14.0 * This release focuses on three main themes: - Support for running Panel apps entirely in the browser using WebAssembly (via Pyodide and PyScript) - Improvements in the app-user experience by making it easier to build responsive and performant applications - Improvements in the developer experience through static typing and docstrings. * Many, many thanks to everyone who filed issues or contributed to this release. In particular we would like to thank @janimo, @xavArtley, @thuydotm, @jmosbacher, @dmarx, @2WoLpH, @ipopa144, @sdc50 for contributions and @philippjfr, @Hoxbro, @maximlt, and @MarcSkovMadsen for ongoing maintenance and development. [#]# Features * Add support for converting Panel apps to pyscript/pyodide (#3817, #3830, #3851, #3856, #3857, #3858, #3860, #3861, #3863, [#3864], #3868, #3878) * Manage our own CDN to improve performance and reliability for delivering JS payloads (#3867, #3870) * Add ability to defer_load of components (#3882) * Add pn.widget helper function (#1826, #3589) * Add config.exception_handler to easily capture, log and notify users about errors (#3893) * Implement pn.cache function for memoization support (#2411) * Rewrite server extension to run Panel applications in kernels so that previews run in the same environment as the deployed app (#3763) * Add ability to define authorization callback (#3777) * Support memray profiler (#3509) * Add liveness endpoint (#3832) * Add ability to configure exception handler (#3896) [#]# Enhancements * Ensure OAuth redirects to requested app and retains query arguments (#3555) * Add extension entry point (#3738) * Update Admin Logs page to use Tabulator (#3694) * Ensure location.unsync unsets query params (#3806) * Allow None value on numeric sliders and LiteralInput (#3174) * Allow serving admin panel with pn.serve (#3798) * Improve ReactiveHTML loop support and validation (#3813) * Support declaring Perspective.plugin_config pane (#3814) * Do not flicker busy indicator during --autoreload check (#3804) * Improve robustness of state.curdoc in threaded and async contexts (#3776, #3810, #3834) * Support datetime bounds for DatetimePicker and DatetimeRangePicker (#3788) * Allow setting the Oauth provider using environment variables (#3698) * Implement Player.value_throttled (#3756) * Ensure that URL query parameters are preserved during OAuth (#3656) * Improve Markdown code syntax highlighting (#3758) * Ensure components do not re-render if background or loading parameters change (#3599) * Add ability to define admin dashboard plugins (#3668) * Do not calculate embed state for disabled widgets (#3757) * Add hard bounds to editable sliders (#3739) * Add bundling of shared resources (#3894) * Add Tabulator as default param.DataFrame widget (#3912) [#]# Compatibility & Version updates * Support ipywidgets>=8.0 (#3782) * Bump jsoneditor package (#3838) * Upgrade to Tabulator 5.3.2 (#3784) * Improve Django compatibility (#3843, #3835) * Remove all usage of deprecated Pane [#]# Bugs [#]## Server * Ensure closed websocket does not cause errors * Handle session and websocket close cleanly (#3769) * Fix prefix handling for admin page (#3809) * Support admin dashboard in multi-process deployments (#3812) * Improve document cleanup when not invoked using server_destroy (#3842) * Ensure pn.state.execute dispatches immediately if possible (#3859) * Ensure autoload.js resources are appropriately prefixed (#3873) [#]## Notebook * Fix support for copying cells and creating new views in JupyterLab (#3652) * Ensure output renders in VSCode notebook with latest ipywidgets (#3765) * Resolve issues with Jupyter slowdown due to event_loop patching on Windows (#3770) * Ensure old comm managers do not raise errors in notebook (#3853) * Simplify rendering of ipywidget (#3937) [#]## Tabulator * Do not re-render Tabulator on css_classes or background change (#3598) * Ensure expand icon updates on Tabulator.expanded change (#3703) * Update page Parameter when pagination is 'local' (#3704) * Do not apply sorters on Tabulator cell edits (#3744) * Ensure Tabulator.controls renders (#3768) * Ensure correctness of event row and selection indices in Tabulator (#3771, #3841) * Fix issues with frontend and backend sorters being out of sync in Tabulator (#3825, #3839) * Fix default values of a list header filter in Tabulator (#3826) * Fix the edit event with a python filter in Tabulator (#3829) * Disable client-side date filtering on Tabulator (#3849) * Support editing of pandas masked array dtypes in Tabulator (#3850) * Fix issues editing a cell when client-side filtering applied (#3852) * Do not recompute data when local pagination is enabled (#3854) * Don't skip filtering when the column name is undefined (#3862) [#]## Misc * Fix FileInput.save (#3579) * Fix issues with Matplotlib.high_dpi option (#3591, #3594) * Ensure layout recomputes on HTML/Markdown re-rerender (#3616) * Allow overriding all widget parameters on Param pane (#3754) * Ensure DatePicker start/end are transformed when jslinked (#3759) * Ensure notifications can be enabled without a template (#3820) * Ensure ReactiveHTML inline callbacks on loop variables return correct node (#3840) * Ensure that Perspective does not take precedence on empty dict (#3936) * Improve sizing_mode behavior when width/height are specified (#3955) * Do not load notyf resources unless notifications are enabled (#3958) * Wed Jun 22 2022 Atri Bhattacharya <badshah400@gmail.com> - Update to version 0.13.1: * Add repr to cell and edit events (gh#holoviz/panel#3434). * Improvements for pyodide handling (gh#holoviz/panel#3444, gh#holoviz/panel#3508, gh#holoviz/panel#3511). * Add support for Plotly animation frames (gh#holoviz/panel#3449). * Implement single and multi-selection in Vega pane (gh#holoviz/panel#3470, gh#holoviz/panel#3499, gh#holoviz/panel#3505). * Add typehints to help developers and users (gh#holoviz/panel#3476). * Add pn.state.execute method to run callbacks in the right context (gh#holoviz/panel#3550). * Add support for asynchronous on_edit/on_click Tabulator callbacks (gh#holoviz/panel#3550). * Add DatetimeRangeSlider widget (gh#holoviz/panel#3548). * Many bug fixes, see https://github.com/holoviz/panel/releases/tag/v0.13.1 * Sun May 01 2022 Atri Bhattacharya <badshah400@gmail.com> - Update to version 0.13.0: * Major new features for the Tabulator widget: - Client-side header filters - Expandable rows - on_click and on_edit callbacks * Add support for listenting to events on Vega pane. * Add JSONEditor and TextEditor widgets. * Add ability to display notifications in toasts. * LaTeX rendering now supported in Markdown and HTML panes. * Ability to schedule recurring tasks independent of any running applications. * An admin dashboard to allow you to monitor, debug and profile your applications. * Support rendering Panel objects in Jupyterlite and Pyodide. * Built-in threading. * Easily extend Panel with your own components and Templates. * A code-of-conduct was added. * Numerous other fixes and enhancements, see <https://blog.holoviz.org/panel_0.13.0.html>. * Tue Feb 15 2022 Atri Bhattacharya <badshah400@gmail.com> - Update to version 0.12.6: * Always load imported bokeh extensions (gh#holoviz/panel#2957). * Fix regression rendering HoloViews plotly backend (gh#holoviz/panel#2961). * Do not run Ace import on initialization (gh#holoviz/panel#2959). * Improve handling of ReactiveHTML cleanup (gh#holoviz/panel#2974, gh#holoviz/panel#2993). * Ensure empty Str has same height as non-empty (gh#holoviz/panel#2981). * Ensure Tabulator supports grouping on numeric columns (gh#holoviz/panel#2987). * Fix Tabulator with multi-index and pagination (gh#holoviz/panel#2989). * Allow index as column name in table widgets (gh#holoviz/panel#2990). * Ensure TemplateActions component does not have height (gh#holoviz/panel#2997). - Bump python-param requirement, at least version 0.12.0 is required. - Drop %config tag from file installed to /usr/etc in keeping with rpmlintrc recommendation. - Disable an additional test: test_server; requires network. * Sun Sep 19 2021 Ben Greiner <code@bnavigator.de> - Add missing bleach runtime dependency * Sat Sep 18 2021 Atri Bhattacharya <badshah400@gmail.com> - Update to version 0.12.3: * Patch Bokeh to fix show() (gh#holoviz/panel#2748). - Changes from version 0.12.2: * Enhancements: - Add option to hide constant parameters on Param pane (gh#holoviz/panel#2637). - Added on_session_destroyed callback (gh#holoviz/panel#2659). - Stricter validation for linking syntax in ReactiveHTML._template (gh#holoviz/panel#2689). * Bug fixes: - Improved thread safety (gh#holoviz/panel#2631). - Ensure sessions get distinct files in config (gh#holoviz/panel#2646). - Fix bug when updating Trend data (gh#holoviz/panel#2647). - Ensure sorters are applied correctly after updating Tabulator value (gh#holoviz/panel#2639). - Correctly reflect filtered data on Tabulator.selection (gh#holoviz/panel#2676). - Unescape child literal HTML in ReactiveHTML (gh#holoviz/panel#2690). - Ensure Trend indicator can be rendered in layout (gh#holoviz/panel#2694). * Documentation: - Enhance templates docs (gh#holoviz/panel#2658). - Add Folium reference notebook (gh#holoviz/panel#2672). * Compatibility: - Add support for bokeh 2.4 (gh#holoviz/panel#2644, gh#holoviz/panel#2687, gh#holoviz/panel#2696). - Drop mp3.mp3, mp4.mp4 as Sources and panel-pr2636-fixtests.patch: upstream PR merged. * Thu Aug 26 2021 Ben Greiner <code@bnavigator.de> - Use -s in pytest call * Mon Aug 23 2021 Ben Greiner <code@bnavigator.de> - Update to version 0.12.1 * Big Changelog since 0.11 https://github.com/holoviz/panel/blob/master/CHANGELOG.md * New Features in 0.12: Add ReactiveHTML Add Terminal Widget based on xterm.js (#2090) Adding a DatetimePicker widget (#2107, #2135) Add editable sliders (#2111, #2133, #2208) Add FlexBox layout (#2233, #2511) Add ability to configure global template (#2271) Add GridStack layout (#2375) Add PDF pane (#2444) Add /panel-preview endpoint for Jupyter server extension (#2341, #2361) Add Tqdm Indicator (#2079) * Deprecations: Remove add_periodic_callback method (#2439) Remove deprecated panel.callbacks modules Remove deprecated Ace pane and Audio Widget (#2427) Remove Progress widget docs (#2451) Tabulator no longer loaded by default, must be initialized with pn.extension('tabulator') - Add missing test data and patch * mp3.mp3 * mp4.mp4 * panel-pr2636-fixtests.patch * gh#holoviz/panel#2636 * Thu Apr 01 2021 Ben Greiner <code@bnavigator.de> - Move configuration file to new jupyter-panel package in order to avoid conflicts for multiple python flavors - Skip failing test gh#holoviz/panel#2101 * Thu Mar 18 2021 Atri Bhattacharya <badshah400@gmail.com> - Update to version 0.11.1: * Enhancements: - Allow setting horizontal and vertical alignment separately (gh#holoviz/panel#2072). - Expose widgets visible property (gh#holoviz/panel#2065). - Allow bind to extract dependencies and evaluate other dynamic functions (gh#holoviz/panel#2056). - Allow setting root_directory on FileSelector widget (gh#holoviz/panel#2086). * Bug fixes: - Fixed loading of jQuery in BootstrapTemplate (gh#holoviz/panel#2057). - Fix VTK imports to ensure VTKVolume pane renders grids (gh#holoviz/panel#2071). - Fix loading of template resources from relative paths (gh#holoviz/panel#2067). - Fix Spinner component overflow (gh#holoviz/panel#2070). - Handle integer column names on Perspective widget (gh#holoviz/panel#2069). - Fix bundling of template resources (gh#holoviz/panel#2076). - Fix value_throttled in pn.depends decorator (gh#holoviz/panel#2085). * Compatibility: Switch GitHub OAuth to use header authorization token (gh#holoviz/panel#2073). * Thu Mar 04 2021 Atri Bhattacharya <badshah400@gmail.com> - Update to version 0.11.0: * Major features: - A Perspective pane based on the FINOS Perspective library (gh#holoviz/panel#2034). - Implement --autoreload functionality for the Panel server (gh#holoviz/panel#1983). - Add --warm option to panel serve, useful for pre-loading items into the state cache (gh#holoviz/panel#1971). - Add ability to define JS modules and Template specific resources (gh#holoviz/panel#1967). - panel.serve now supports serving static files and Bokeh apps, not just Panel apps (gh#holoviz/panel#1939). - Add a TrendIndicator for conveniently showing history and value of a numeric quantity (gh#holoviz/panel#1895). - Add TextToSpeech widget (gh#holoviz/panel#1878). - Add SpeechToText widget (gh#holoviz/panel#1880). - Add loading parameter and spinners to all components (gh#holoviz/panel#1730, gh#holoviz/panel#2026). - Add IDOM pane to develop interactive HTML components in Python (gh#holoviz/panel#2004). - Add powerful new Tabulator widget for flexible and configurable display of tabular data (gh#holoviz/panel#1531, gh#holoviz/panel#1887). * Enhancements: - Add watch argument to bind function so that covers all the features of pn.depends (gh#holoviz/panel#2000). - Add format parameter to DatetimeRangeInput widget (gh#holoviz/panel#2043). - Allow ParamMethod and ParamFunction to evaluate lazily (gh#holoviz/panel#1966). - Add value_input parameter to TextInput widgets (gh#holoviz/panel#2007). - Implement Glyph3dMapper support for VTK panes (gh#holoviz/panel#2002, gh#holoviz/panel#2003). - Add Jupyter server extension to serve resources (gh#holoviz/panel#1982). - Enhancements for DarkTheme (gh#holoviz/panel#1964). - Add refresh functionality to FileSelector (gh#holoviz/panel#1962). - Add support for Auth0 authentication (gh#holoviz/panel#1934). - Avoid recursive preprocessing slowing down rendering (gh#holoviz/panel#1852). - Add support for per-layer tooltips on DeckGL pane (gh#holoviz/panel#1846). - Add Viewer baseclass for custom user components (gh#holoviz/panel#2045). * Bug fixes: - Fixed FileSelector file icon on selected files (gh#holoviz/panel#2046). - Drop query args when checking URLs (gh#holoviz/panel#2037). - Fix Card.header_background propagation (gh#holoviz/panel#2035). - Disable GoldenTemplate sidebar when empty (gh#holoviz/panel#2017). - Ensure Card.collapsed and Accordion.active parameters are synced (gh#holoviz/panel#2009). - Fix inline resources when saving (gh#holoviz/panel#1956). - Switch Param pane widget type when bounds (un)defined (gh#holoviz/panel#1953). * Compatibility: - Compatibility with Bokeh>=2.3 (gh#holoviz/panel#1948, gh#holoviz/panel#1988, gh#holoviz/panel#1991). - Updated ECharts pane to 5.0.2 of JS library (gh#holoviz/panel#2016). * Documentation: Document pn.bind in API user guide (gh#holoviz/panel#1973). - Add BuildRequires: jupyter-notebook-filesystem and install jupyter notebook configuration file. * Sun Feb 14 2021 Dirk Müller <dmueller@suse.com> - skip python 3.6 build (no scipy) * Mon Jan 04 2021 Benjamin Greiner <code@bnavigator.de> - Update to version 1.10.2: * Fix various issues with Template CSS (#1663, #1742) * Fix BytesIO/StringIO buffers as input to image xpanes (#1711) * Fix out-of-bounds errors when assigning to GridSpec with fixed ncols (#1721) * Fix deserialization issues for Plotly.hover_data (#1722) * Fixed updating of Alert parameters after initialization (#1725) * Fix ordering of items added to Template areas (#1736) * Fix interactivity for items in Card (#1750) * Ensure onload callbacks are only run once (#1746) * Allow overriding items in grid based templates (#1741) * Ensure ECharts and ipywidget rerender when in Card (#1765) * Ensure template dark theme persists on HoloViews plots (#1764) * Fix responsive height in Plotly pane (#1770) * Ensure image panes resize in width and height (#1777) * Fix issues with Location.sync serialization (#1784) * Add throttled argument to interact (#1259) * ECharts pane now loads echarts-gl for 3D support (#1785) * Ensure CheckBoxGroup and CheckButtonGroup support arbitrary objects as options (#1793) * Improved OAuth encryption key validation (#1762) * Add progress option to .save method (#1776) - Fix conflict with parallel installable python3 flavors because of incorrect python_expand usage with docs gh#openSUSE/python-rpm-macros#66 - Fix npm bundling errors during install - Make multibuild test flavor in order to avoid dependency cycle with python-holoviews - The hidden .version file is actually necessary (e.g. holoviews checks the version) -- add python-panel-rpmlintrc
/etc/alternatives/panel /usr/bin/panel /usr/bin/panel-3.12 /usr/lib/python3.12/site-packages/panel /usr/lib/python3.12/site-packages/panel-1.5.0.dist-info /usr/lib/python3.12/site-packages/panel-1.5.0.dist-info/INSTALLER /usr/lib/python3.12/site-packages/panel-1.5.0.dist-info/METADATA /usr/lib/python3.12/site-packages/panel-1.5.0.dist-info/RECORD /usr/lib/python3.12/site-packages/panel-1.5.0.dist-info/REQUESTED /usr/lib/python3.12/site-packages/panel-1.5.0.dist-info/WHEEL /usr/lib/python3.12/site-packages/panel-1.5.0.dist-info/entry_points.txt /usr/lib/python3.12/site-packages/panel-1.5.0.dist-info/licenses /usr/lib/python3.12/site-packages/panel-1.5.0.dist-info/licenses/LICENSE.txt /usr/lib/python3.12/site-packages/panel/__init__.py /usr/lib/python3.12/site-packages/panel/__main__.py /usr/lib/python3.12/site-packages/panel/__pycache__ /usr/lib/python3.12/site-packages/panel/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/__main__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/__main__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/__version.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/__version.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/_param.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/_param.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/_version.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/_version.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/auth.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/auth.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/compiler.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/compiler.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/config.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/config.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/custom.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/custom.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/depends.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/depends.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/entry_points.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/entry_points.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/interact.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/interact.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/links.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/links.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/param.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/param.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/pipeline.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/pipeline.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/reactive.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/reactive.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/viewable.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/__pycache__/viewable.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/__version.py /usr/lib/python3.12/site-packages/panel/_param.py /usr/lib/python3.12/site-packages/panel/_templates /usr/lib/python3.12/site-packages/panel/_templates/autoload_panel_js.js /usr/lib/python3.12/site-packages/panel/_templates/base.html /usr/lib/python3.12/site-packages/panel/_templates/basic_login.html /usr/lib/python3.12/site-packages/panel/_templates/convert_index.html /usr/lib/python3.12/site-packages/panel/_templates/doc_nb_js.js /usr/lib/python3.12/site-packages/panel/_templates/error.html /usr/lib/python3.12/site-packages/panel/_templates/index.html /usr/lib/python3.12/site-packages/panel/_templates/js_resources.html /usr/lib/python3.12/site-packages/panel/_templates/jupyter.css /usr/lib/python3.12/site-packages/panel/_templates/kernel_error.html /usr/lib/python3.12/site-packages/panel/_templates/logout.html /usr/lib/python3.12/site-packages/panel/_templates/nb_template.html /usr/lib/python3.12/site-packages/panel/_templates/pyodide_handler.js /usr/lib/python3.12/site-packages/panel/_templates/pyodide_worker.js /usr/lib/python3.12/site-packages/panel/_templates/serviceWorker.js /usr/lib/python3.12/site-packages/panel/_templates/site.webmanifest /usr/lib/python3.12/site-packages/panel/_version.py /usr/lib/python3.12/site-packages/panel/auth.py /usr/lib/python3.12/site-packages/panel/bokeh.ext.json /usr/lib/python3.12/site-packages/panel/chat /usr/lib/python3.12/site-packages/panel/chat/__init__.py /usr/lib/python3.12/site-packages/panel/chat/__pycache__ /usr/lib/python3.12/site-packages/panel/chat/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/feed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/feed.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/icon.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/icon.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/input.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/input.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/interface.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/interface.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/langchain.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/langchain.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/message.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/message.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/step.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/step.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/chat/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/chat/feed.py /usr/lib/python3.12/site-packages/panel/chat/icon.py /usr/lib/python3.12/site-packages/panel/chat/input.py /usr/lib/python3.12/site-packages/panel/chat/interface.py /usr/lib/python3.12/site-packages/panel/chat/langchain.py /usr/lib/python3.12/site-packages/panel/chat/message.py /usr/lib/python3.12/site-packages/panel/chat/step.py /usr/lib/python3.12/site-packages/panel/chat/utils.py /usr/lib/python3.12/site-packages/panel/command /usr/lib/python3.12/site-packages/panel/command/__init__.py /usr/lib/python3.12/site-packages/panel/command/__pycache__ /usr/lib/python3.12/site-packages/panel/command/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/bundle.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/bundle.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/compile.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/compile.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/convert.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/convert.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/oauth_secret.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/oauth_secret.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/serve.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/command/__pycache__/serve.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/command/bundle.py /usr/lib/python3.12/site-packages/panel/command/compile.py /usr/lib/python3.12/site-packages/panel/command/convert.py /usr/lib/python3.12/site-packages/panel/command/oauth_secret.py /usr/lib/python3.12/site-packages/panel/command/serve.py /usr/lib/python3.12/site-packages/panel/compiler.py /usr/lib/python3.12/site-packages/panel/config.py /usr/lib/python3.12/site-packages/panel/custom.py /usr/lib/python3.12/site-packages/panel/depends.py /usr/lib/python3.12/site-packages/panel/dist /usr/lib/python3.12/site-packages/panel/dist/assets /usr/lib/python3.12/site-packages/panel/dist/assets/arc_spinner.svg /usr/lib/python3.12/site-packages/panel/dist/assets/arcs_spinner.svg /usr/lib/python3.12/site-packages/panel/dist/assets/bar_spinner.svg /usr/lib/python3.12/site-packages/panel/dist/assets/dots_spinner.svg /usr/lib/python3.12/site-packages/panel/dist/assets/logo /usr/lib/python3.12/site-packages/panel/dist/assets/logo/gpt-3.svg /usr/lib/python3.12/site-packages/panel/dist/assets/logo/gpt-4.svg /usr/lib/python3.12/site-packages/panel/dist/assets/logo/holoviews.svg /usr/lib/python3.12/site-packages/panel/dist/assets/logo/hvplot.svg /usr/lib/python3.12/site-packages/panel/dist/assets/logo/lumen.svg /usr/lib/python3.12/site-packages/panel/dist/assets/logo/wolfram.svg /usr/lib/python3.12/site-packages/panel/dist/assets/petal_spinner.svg /usr/lib/python3.12/site-packages/panel/dist/bundled /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6 /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/__test__ /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/__test__/fixtures /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/__test__/fixtures/iife.html /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/__test__/fixtures/index.html /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/__test__/harness.mjs /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/__test__/server.mjs /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.iife.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.js /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/@microsoft/fast-components@2.30.6/karma.conf.cjs /usr/lib/python3.12/site-packages/panel/dist/bundled/abstractvtkplot /usr/lib/python3.12/site-packages/panel/dist/bundled/abstractvtkplot/vtk.js@30.1.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/abstractvtkplot/vtk.js@30.1.0/vtk.js /usr/lib/python3.12/site-packages/panel/dist/bundled/abstractvtkplot/vtk.js@30.1.0/vtk.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11 /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ace.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-beautify.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-code_lens.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-elastic_tabstops_lite.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-emmet.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-error_marker.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-keybinding_menu.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-language_tools.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-linking.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-modelist.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-options.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-prompt.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-rtl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-searchbox.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-settings_menu.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-spellcheck.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-split.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-static_highlight.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-statusbar.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-textarea.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-themelist.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/ext-whitespace.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/keybinding-emacs.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/keybinding-sublime.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/keybinding-vim.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/keybinding-vscode.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-abap.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-abc.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-actionscript.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-ada.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-alda.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-apache_conf.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-apex.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-applescript.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-aql.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-asciidoc.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-asl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-assembly_x86.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-autohotkey.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-batchfile.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-c9search.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-c_cpp.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-cirru.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-clojure.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-cobol.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-coffee.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-coldfusion.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-crystal.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-csharp.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-csound_document.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-csound_orchestra.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-csound_score.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-csp.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-css.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-curly.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-d.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-dart.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-diff.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-django.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-dockerfile.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-dot.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-drools.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-edifact.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-eiffel.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-ejs.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-elixir.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-elm.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-erlang.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-forth.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-fortran.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-fsharp.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-fsl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-ftl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-gcode.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-gherkin.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-gitignore.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-glsl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-gobstones.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-golang.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-graphqlschema.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-groovy.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-haml.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-handlebars.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-haskell.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-haskell_cabal.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-haxe.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-hjson.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-html.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-html_elixir.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-html_ruby.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-ini.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-io.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-jack.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-jade.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-java.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-javascript.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-json.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-json5.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-jsoniq.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-jsp.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-jssm.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-jsx.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-julia.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-kotlin.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-latex.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-less.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-liquid.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-lisp.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-livescript.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-logiql.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-logtalk.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-lsl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-lua.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-luapage.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-lucene.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-makefile.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-markdown.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-mask.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-matlab.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-maze.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-mediawiki.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-mel.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-mixal.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-mushcode.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-mysql.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-nginx.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-nim.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-nix.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-nsis.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-nunjucks.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-objectivec.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-ocaml.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-pascal.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-perl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-perl6.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-pgsql.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-php.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-php_laravel_blade.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-pig.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-plain_text.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-powershell.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-praat.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-prisma.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-prolog.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-properties.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-protobuf.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-puppet.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-python.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-qml.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-r.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-razor.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-rdoc.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-red.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-redshift.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-rhtml.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-rst.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-ruby.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-rust.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-sass.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-scad.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-scala.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-scheme.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-scss.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-sh.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-sjs.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-slim.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-smarty.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-snippets.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-soy_template.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-space.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-sparql.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-sql.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-sqlserver.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-stylus.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-svg.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-swift.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-tcl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-terraform.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-tex.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-text.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-textile.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-toml.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-tsx.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-turtle.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-twig.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-typescript.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-vala.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-vbscript.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-velocity.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-verilog.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-vhdl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-visualforce.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-wollok.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-xml.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-xquery.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-yaml.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/mode-zeek.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-ambiance.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-chaos.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-chrome.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-clouds.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-clouds_midnight.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-cobalt.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-crimson_editor.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-dawn.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-dracula.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-dreamweaver.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-eclipse.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-github.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-gob.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-gruvbox.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-idle_fingers.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-iplastic.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-katzenmilch.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-kr_theme.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-kuroir.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-merbivore.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-merbivore_soft.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-mono_industrial.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-monokai.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-nord_dark.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-pastel_on_dark.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-solarized_dark.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-solarized_light.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-sqlserver.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-terminal.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-textmate.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-tomorrow.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-tomorrow_night.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-tomorrow_night_blue.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-tomorrow_night_bright.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-tomorrow_night_eighties.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-twilight.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-vibrant_ink.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/theme-xcode.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/worker-coffee.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/worker-css.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/worker-html.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/worker-javascript.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/worker-json.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/worker-lua.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/worker-php.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/worker-xml.js /usr/lib/python3.12/site-packages/panel/dist/bundled/aceplot/ajax/libs/1.4.11/worker-xquery.js /usr/lib/python3.12/site-packages/panel/dist/bundled/babel-standalone@latest /usr/lib/python3.12/site-packages/panel/dist/bundled/babel-standalone@latest/babel.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4 /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap-grid.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap-grid.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap-grid.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap-grid.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap-reboot.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap-reboot.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap-reboot.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap-reboot.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/css/bootstrap.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/js/bootstrap.bundle.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/js/bootstrap.bundle.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/js/bootstrap.bundle.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/js/bootstrap.bundle.min.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/js/bootstrap.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/js/bootstrap.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/js/bootstrap.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap4/js/bootstrap.min.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5 /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-grid.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-grid.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-grid.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-grid.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-grid.rtl.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-grid.rtl.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-grid.rtl.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-grid.rtl.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-reboot.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-reboot.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-reboot.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-reboot.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-reboot.rtl.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-reboot.rtl.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-reboot.rtl.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-reboot.rtl.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-utilities.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-utilities.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-utilities.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-utilities.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-utilities.rtl.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-utilities.rtl.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-utilities.rtl.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap-utilities.rtl.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap.rtl.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap.rtl.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap.rtl.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/css/bootstrap.rtl.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.bundle.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.bundle.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.esm.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.esm.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.esm.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.esm.min.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstrap5/js/bootstrap.min.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstraptemplate /usr/lib/python3.12/site-packages/panel/dist/bundled/bootstraptemplate/bootstrap.css /usr/lib/python3.12/site-packages/panel/dist/bundled/css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/luxon /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/luxon/build /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/luxon/build/global /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/luxon/build/global/luxon.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/luxon/build/global/luxon.min.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1 /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_bootstrap3.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_bootstrap3.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_bootstrap4.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_bootstrap4.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_bootstrap5.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_bootstrap5.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_bulma.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_bulma.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_fast.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_materialize.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_materialize.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_midnight.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_midnight.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_modern.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_modern.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_semanticui.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_semanticui.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_simple.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_simple.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_site.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/css/tabulator_site.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/js /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/js/tabulator.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/datatabulator/tabulator-tables@6.2.1/dist/js/tabulator.min.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@deck.gl /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@deck.gl/carto@^9.0.20 /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@deck.gl/carto@^9.0.20/dist.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@deck.gl/json@9.0.20 /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@deck.gl/json@9.0.20/dist.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@loaders.gl /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@loaders.gl/3d-tiles@4.2.2 /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@loaders.gl/3d-tiles@4.2.2/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@loaders.gl/3d-tiles@4.2.2/dist/dist.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@loaders.gl/csv@4.2.2 /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@loaders.gl/csv@4.2.2/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@loaders.gl/csv@4.2.2/dist/dist.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@loaders.gl/json@4.2.2 /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@loaders.gl/json@4.2.2/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/@loaders.gl/json@4.2.2/dist/dist.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/deck.gl@9.0.20 /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/deck.gl@9.0.20/dist.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/h3-js@4.1.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/h3-js@4.1.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/h3-js@4.1.0/dist/h3-js.umd.js /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/h3-js@4.1.0/dist/h3-js.umd.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/mapbox-gl-js /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/mapbox-gl-js/v3.0.1 /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/mapbox-gl-js/v3.0.1/mapbox-gl.css /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/mapbox-gl-js/v3.0.1/mapbox-gl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/mapbox-gl-js/v3.0.1/mapbox-gl.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/maplibre-gl /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/maplibre-gl/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/maplibre-gl/dist/maplibre-gl.js /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/maplibre-gl/dist/maplibre-gl.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/maplibre-gl@4.4.1 /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/maplibre-gl@4.4.1/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/deckglplot/maplibre-gl@4.4.1/dist/maplibre-gl.css /usr/lib/python3.12/site-packages/panel/dist/bundled/echarts /usr/lib/python3.12/site-packages/panel/dist/bundled/echarts/echarts-gl@2.0.9 /usr/lib/python3.12/site-packages/panel/dist/bundled/echarts/echarts-gl@2.0.9/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/echarts/echarts-gl@2.0.9/dist/echarts-gl.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/echarts/echarts@5.4.1 /usr/lib/python3.12/site-packages/panel/dist/bundled/echarts/echarts@5.4.1/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/echarts/echarts@5.4.1/dist/echarts.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/editabletemplate /usr/lib/python3.12/site-packages/panel/dist/bundled/editabletemplate/editable.css /usr/lib/python3.12/site-packages/panel/dist/bundled/fast /usr/lib/python3.12/site-packages/panel/dist/bundled/fast/js /usr/lib/python3.12/site-packages/panel/dist/bundled/fast/js/fast_design.js /usr/lib/python3.12/site-packages/panel/dist/bundled/fastbasetemplate /usr/lib/python3.12/site-packages/panel/dist/bundled/fastbasetemplate/fast.css /usr/lib/python3.12/site-packages/panel/dist/bundled/fastbasetemplate/fast_template.js /usr/lib/python3.12/site-packages/panel/dist/bundled/fastgridtemplate /usr/lib/python3.12/site-packages/panel/dist/bundled/fastgridtemplate/fast_grid_template.css /usr/lib/python3.12/site-packages/panel/dist/bundled/fastlisttemplate /usr/lib/python3.12/site-packages/panel/dist/bundled/fastlisttemplate/fast_list_template.css /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-file-validate-size /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-file-validate-size/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-file-validate-size/dist/filepond-plugin-file-validate-size.js /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-file-validate-type /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-file-validate-type/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-file-validate-type/dist/filepond-plugin-file-validate-type.js /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-image-preview /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-image-preview/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.js /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-pdf-preview /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-pdf-preview/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-pdf-preview/dist/filepond-plugin-pdf-preview.css /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond-plugin-pdf-preview/dist/filepond-plugin-pdf-preview.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond@^4 /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond@^4/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond@^4/dist/filepond.css /usr/lib/python3.12/site-packages/panel/dist/bundled/filedropper/filepond@^4/dist/filepond.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/contextmenu /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/contextmenu/jspanel.contextmenu.js /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/dock /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/dock/jspanel.dock.js /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/hint /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/hint/jspanel.hint.js /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/layout /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/layout/jspanel.layout.js /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/modal /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/modal/jspanel.modal.js /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/tooltip /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/extensions/tooltip/jspanel.tooltip.js /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/jspanel.css /usr/lib/python3.12/site-packages/panel/dist/bundled/floatpanel/jspanel4@4.12.0/dist/jspanel.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/LICENSE.txt /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/attribution.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/all.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/all.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/brands.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/brands.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/fontawesome.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/fontawesome.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/regular.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/regular.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/solid.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/solid.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/svg-with-js.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/svg-with-js.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/v4-shims.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/css/v4-shims.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/all.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/all.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/brands.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/brands.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/conflict-detection.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/conflict-detection.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/fontawesome.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/fontawesome.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/regular.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/regular.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/solid.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/solid.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/v4-shims.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/js/v4-shims.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/metadata /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/metadata/categories.yml /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/metadata/icons.json /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/metadata/icons.yml /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/metadata/shims.json /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/metadata/shims.yml /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/metadata/sponsors.yml /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-brands-400.eot /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-brands-400.ttf /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-brands-400.woff /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-brands-400.woff2 /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-regular-400.eot /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-regular-400.ttf /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-regular-400.woff /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-regular-400.woff2 /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-solid-900.eot /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-solid-900.ttf /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-solid-900.woff /usr/lib/python3.12/site-packages/panel/dist/bundled/font-awesome/webfonts/fa-solid-900.woff2 /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9 /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9/dist/goldenlayout.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9/src /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9/src/css /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9/src/css/goldenlayout-base.css /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9/src/css/goldenlayout-base.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9/src/css/goldenlayout-dark-theme.css /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9/src/css/goldenlayout-dark-theme.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9/src/css/goldenlayout-light-theme.css /usr/lib/python3.12/site-packages/panel/dist/bundled/golden-layout@1.5.9/src/css/goldenlayout-light-theme.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/goldentemplate /usr/lib/python3.12/site-packages/panel/dist/bundled/goldentemplate/golden.css /usr/lib/python3.12/site-packages/panel/dist/bundled/gridstack /usr/lib/python3.12/site-packages/panel/dist/bundled/gridstack/gridstack@7.2.3 /usr/lib/python3.12/site-packages/panel/dist/bundled/gridstack/gridstack@7.2.3/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/gridstack/gridstack@7.2.3/dist/gridstack-all.js /usr/lib/python3.12/site-packages/panel/dist/bundled/gridstack/gridstack@7.2.3/dist/gridstack-all.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/gridstack/gridstack@7.2.3/dist/gridstack-extra.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/gridstack/gridstack@7.2.3/dist/gridstack.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/images /usr/lib/python3.12/site-packages/panel/dist/bundled/images/apple-touch-icon.png /usr/lib/python3.12/site-packages/panel/dist/bundled/images/favicon.ico /usr/lib/python3.12/site-packages/panel/dist/bundled/images/icon-16x16.png /usr/lib/python3.12/site-packages/panel/dist/bundled/images/icon-192x192.png /usr/lib/python3.12/site-packages/panel/dist/bundled/images/icon-32x32.png /usr/lib/python3.12/site-packages/panel/dist/bundled/images/icon-512x512.png /usr/lib/python3.12/site-packages/panel/dist/bundled/images/icon-vector.svg /usr/lib/python3.12/site-packages/panel/dist/bundled/images/site.webmanifest /usr/lib/python3.12/site-packages/panel/dist/bundled/interactjs@1.10.19 /usr/lib/python3.12/site-packages/panel/dist/bundled/interactjs@1.10.19/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/interactjs@1.10.19/dist/interact.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/interactjs@1.10.19/dist/interact.min.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/jquery /usr/lib/python3.12/site-packages/panel/dist/bundled/jquery/jquery.js /usr/lib/python3.12/site-packages/panel/dist/bundled/jquery/jquery.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/jquery/jquery.min.map /usr/lib/python3.12/site-packages/panel/dist/bundled/jquery/jquery.slim.js /usr/lib/python3.12/site-packages/panel/dist/bundled/jquery/jquery.slim.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/jquery/jquery.slim.min.map /usr/lib/python3.12/site-packages/panel/dist/bundled/jsoneditor /usr/lib/python3.12/site-packages/panel/dist/bundled/jsoneditor/jsoneditor@10.0.1 /usr/lib/python3.12/site-packages/panel/dist/bundled/jsoneditor/jsoneditor@10.0.1/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/jsoneditor/jsoneditor@10.0.1/dist/img /usr/lib/python3.12/site-packages/panel/dist/bundled/jsoneditor/jsoneditor@10.0.1/dist/img/jsoneditor-icons.svg /usr/lib/python3.12/site-packages/panel/dist/bundled/jsoneditor/jsoneditor@10.0.1/dist/jsoneditor.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/jsoneditor/jsoneditor@10.0.1/dist/jsoneditor.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/material-components-web@7.0.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/material-components-web@7.0.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/material-components-web@7.0.0/dist/material-components-web.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/material-components-web@7.0.0/dist/material-components-web.min.css.map /usr/lib/python3.12/site-packages/panel/dist/bundled/material-components-web@7.0.0/dist/material-components-web.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/materialtemplate /usr/lib/python3.12/site-packages/panel/dist/bundled/materialtemplate/dark.css /usr/lib/python3.12/site-packages/panel/dist/bundled/materialtemplate/default.css /usr/lib/python3.12/site-packages/panel/dist/bundled/materialtemplate/material.css /usr/lib/python3.12/site-packages/panel/dist/bundled/muuri@0.9.5 /usr/lib/python3.12/site-packages/panel/dist/bundled/muuri@0.9.5/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/muuri@0.9.5/dist/muuri.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea/notyf@3 /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea/notyf@3/notyf.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea/notyf@3/notyf.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea/panel /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea/panel/1.5.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea/panel/1.5.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea/panel/1.5.0/dist/bundled /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea/panel/1.5.0/dist/bundled/font-awesome /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea/panel/1.5.0/dist/bundled/font-awesome/css /usr/lib/python3.12/site-packages/panel/dist/bundled/notificationarea/panel/1.5.0/dist/bundled/font-awesome/css/all.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/panel /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled/bootstrap5 /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled/bootstrap5/css /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled/bootstrap5/css/bootstrap.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled/bootstrap5/js /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled/font-awesome /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled/font-awesome/css /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled/font-awesome/css/all.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled/jquery /usr/lib/python3.12/site-packages/panel/dist/bundled/panel/1.5.0/dist/bundled/jquery/jquery.slim.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer-d3fc@2.9.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer-d3fc@2.9.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer-d3fc@2.9.0/dist/cdn /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer-d3fc@2.9.0/dist/cdn/perspective-viewer-d3fc.js /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer-d3fc@2.9.0/dist/cdn/perspective-viewer-d3fc.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer-datagrid@2.9.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer-datagrid@2.9.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer-datagrid@2.9.0/dist/cdn /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer-datagrid@2.9.0/dist/cdn/perspective-viewer-datagrid.js /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer-datagrid@2.9.0/dist/cdn/perspective-viewer-datagrid.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/cdn /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/cdn/perspective-viewer.js /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/cdn/perspective-viewer.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/cdn/perspective_bg.wasm /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/dracula.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/fonts.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/gruvbox-dark.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/gruvbox.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/monokai.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/pro-dark.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/pro.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/solarized-dark.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/solarized.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/themes.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/vaporwave.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective-viewer@2.9.0/dist/css/variables.css /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective@2.9.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective@2.9.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective@2.9.0/dist/cdn /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective@2.9.0/dist/cdn/perspective.cpp.wasm /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective@2.9.0/dist/cdn/perspective.js /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective@2.9.0/dist/cdn/perspective.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/perspective/@finos/perspective@2.9.0/dist/cdn/perspective.worker.js /usr/lib/python3.12/site-packages/panel/dist/bundled/plotlyplot /usr/lib/python3.12/site-packages/panel/dist/bundled/plotlyplot/panel /usr/lib/python3.12/site-packages/panel/dist/bundled/plotlyplot/panel/1.5.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/plotlyplot/panel/1.5.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/plotlyplot/panel/1.5.0/dist/bundled /usr/lib/python3.12/site-packages/panel/dist/bundled/plotlyplot/panel/1.5.0/dist/bundled/jquery /usr/lib/python3.12/site-packages/panel/dist/bundled/plotlyplot/panel/1.5.0/dist/bundled/jquery/jquery.slim.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/plotlyplot/plotly-2.31.1.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/quillinput /usr/lib/python3.12/site-packages/panel/dist/bundled/quillinput/1.3.7 /usr/lib/python3.12/site-packages/panel/dist/bundled/quillinput/1.3.7/quill.bubble.css /usr/lib/python3.12/site-packages/panel/dist/bundled/quillinput/1.3.7/quill.js /usr/lib/python3.12/site-packages/panel/dist/bundled/quillinput/1.3.7/quill.snow.css /usr/lib/python3.12/site-packages/panel/dist/bundled/react-dom@17 /usr/lib/python3.12/site-packages/panel/dist/bundled/react-dom@17/umd /usr/lib/python3.12/site-packages/panel/dist/bundled/react-dom@17/umd/react-dom.production.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/react-grid-layout@1.3.4 /usr/lib/python3.12/site-packages/panel/dist/bundled/react-grid-layout@1.3.4/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/react-grid-layout@1.3.4/dist/react-grid-layout.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/react-grid-layout@1.3.4/dist/react-grid-layout.min.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/react@17 /usr/lib/python3.12/site-packages/panel/dist/bundled/react@17/umd /usr/lib/python3.12/site-packages/panel/dist/bundled/react@17/umd/react.production.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/reactiveesm /usr/lib/python3.12/site-packages/panel/dist/bundled/reactiveesm/es-module-shims@^1.10.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/reactiveesm/es-module-shims@^1.10.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/reactiveesm/es-module-shims@^1.10.0/dist/es-module-shims.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/reacttemplate /usr/lib/python3.12/site-packages/panel/dist/bundled/reacttemplate/react.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/LICENSE /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/reset.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/reveal.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/reveal.min.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/reveal.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/beige.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/black-contrast.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/black.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/blood.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/dracula.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/league-gothic /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/league-gothic/LICENSE /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/league-gothic/league-gothic.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/league-gothic/league-gothic.eot /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/league-gothic/league-gothic.ttf /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/league-gothic/league-gothic.woff /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/LICENSE /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/fonts/source-sans-pro/source-sans-pro.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/league.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/moon.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/night.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/serif.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/simple.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/sky.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/solarized.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/white-contrast.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/white.css /usr/lib/python3.12/site-packages/panel/dist/bundled/reveal.js@4.5.0/dist/theme/white_contrast_compact_verbatim_headers.css /usr/lib/python3.12/site-packages/panel/dist/bundled/slidestemplate /usr/lib/python3.12/site-packages/panel/dist/bundled/slidestemplate/slides.css /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm-addon-web-links@0.4.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm-addon-web-links@0.4.0/lib /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm-addon-web-links@0.4.0/lib/xterm-addon-web-links.js /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm-addon-web-links@0.4.0/lib/xterm-addon-web-links.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm@4.11.0 /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm@4.11.0/css /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm@4.11.0/css/xterm.css /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm@4.14.1 /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm@4.14.1/lib /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm@4.14.1/lib/xterm.js /usr/lib/python3.12/site-packages/panel/dist/bundled/terminal/xterm@4.14.1/lib/xterm.js.map /usr/lib/python3.12/site-packages/panel/dist/bundled/theme /usr/lib/python3.12/site-packages/panel/dist/bundled/theme/bootstrap.css /usr/lib/python3.12/site-packages/panel/dist/bundled/theme/bootstrap_dark.css /usr/lib/python3.12/site-packages/panel/dist/bundled/theme/bootstrap_default.css /usr/lib/python3.12/site-packages/panel/dist/bundled/theme/dark.css /usr/lib/python3.12/site-packages/panel/dist/bundled/theme/default.css /usr/lib/python3.12/site-packages/panel/dist/bundled/theme/fast.css /usr/lib/python3.12/site-packages/panel/dist/bundled/theme/fast_variables.css /usr/lib/python3.12/site-packages/panel/dist/bundled/theme/material.css /usr/lib/python3.12/site-packages/panel/dist/bundled/theme/material_variables.css /usr/lib/python3.12/site-packages/panel/dist/bundled/theme/native.css /usr/lib/python3.12/site-packages/panel/dist/bundled/vanillatemplate /usr/lib/python3.12/site-packages/panel/dist/bundled/vanillatemplate/vanilla.css /usr/lib/python3.12/site-packages/panel/dist/bundled/vegaplot /usr/lib/python3.12/site-packages/panel/dist/bundled/vegaplot/vega-embed@6 /usr/lib/python3.12/site-packages/panel/dist/bundled/vegaplot/vega-lite@5 /usr/lib/python3.12/site-packages/panel/dist/bundled/vegaplot/vega@5 /usr/lib/python3.12/site-packages/panel/dist/bundled/web-animations-js@2.3.2 /usr/lib/python3.12/site-packages/panel/dist/bundled/web-animations-js@2.3.2/web-animations.min.js /usr/lib/python3.12/site-packages/panel/dist/bundled/web-animations-js@2.3.2/web-animations.min.js.map /usr/lib/python3.12/site-packages/panel/dist/css /usr/lib/python3.12/site-packages/panel/dist/css/alerts.css /usr/lib/python3.12/site-packages/panel/dist/css/booleanstatus.css /usr/lib/python3.12/site-packages/panel/dist/css/button.css /usr/lib/python3.12/site-packages/panel/dist/css/chat_copy_icon.css /usr/lib/python3.12/site-packages/panel/dist/css/chat_feed.css /usr/lib/python3.12/site-packages/panel/dist/css/chat_interface.css /usr/lib/python3.12/site-packages/panel/dist/css/chat_message.css /usr/lib/python3.12/site-packages/panel/dist/css/chat_reaction_icons.css /usr/lib/python3.12/site-packages/panel/dist/css/chat_step.css /usr/lib/python3.12/site-packages/panel/dist/css/chat_steps.css /usr/lib/python3.12/site-packages/panel/dist/css/dataframe.css /usr/lib/python3.12/site-packages/panel/dist/css/debugger.css /usr/lib/python3.12/site-packages/panel/dist/css/divider.css /usr/lib/python3.12/site-packages/panel/dist/css/editable_slider.css /usr/lib/python3.12/site-packages/panel/dist/css/floatpanel.css /usr/lib/python3.12/site-packages/panel/dist/css/gridbox.css /usr/lib/python3.12/site-packages/panel/dist/css/gridspec.css /usr/lib/python3.12/site-packages/panel/dist/css/gridstack.css /usr/lib/python3.12/site-packages/panel/dist/css/icon.css /usr/lib/python3.12/site-packages/panel/dist/css/json.css /usr/lib/python3.12/site-packages/panel/dist/css/katex.css /usr/lib/python3.12/site-packages/panel/dist/css/layout.css /usr/lib/python3.12/site-packages/panel/dist/css/listpanel.css /usr/lib/python3.12/site-packages/panel/dist/css/loading.css /usr/lib/python3.12/site-packages/panel/dist/css/loadingspinner.css /usr/lib/python3.12/site-packages/panel/dist/css/markdown.css /usr/lib/python3.12/site-packages/panel/dist/css/models /usr/lib/python3.12/site-packages/panel/dist/css/models/card.css /usr/lib/python3.12/site-packages/panel/dist/css/models/esm.css /usr/lib/python3.12/site-packages/panel/dist/css/models/filedropper.css /usr/lib/python3.12/site-packages/panel/dist/css/models/perspective.css /usr/lib/python3.12/site-packages/panel/dist/css/models/plotly.css /usr/lib/python3.12/site-packages/panel/dist/css/models/video.css /usr/lib/python3.12/site-packages/panel/dist/css/notifications.css /usr/lib/python3.12/site-packages/panel/dist/css/player.css /usr/lib/python3.12/site-packages/panel/dist/css/progress.css /usr/lib/python3.12/site-packages/panel/dist/css/pyscript.css /usr/lib/python3.12/site-packages/panel/dist/css/regular_table.css /usr/lib/python3.12/site-packages/panel/dist/css/select.css /usr/lib/python3.12/site-packages/panel/dist/css/swipe.css /usr/lib/python3.12/site-packages/panel/dist/css/widgetbox.css /usr/lib/python3.12/site-packages/panel/dist/css/widgets.css /usr/lib/python3.12/site-packages/panel/dist/dts /usr/lib/python3.12/site-packages/panel/dist/dts/styles /usr/lib/python3.12/site-packages/panel/dist/dts/styles/alerts.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/booleanstatus.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/button.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/chat_copy_icon.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/chat_feed.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/chat_interface.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/chat_message.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/chat_reaction_icons.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/chat_step.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/chat_steps.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/dataframe.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/debugger.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/divider.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/editable_slider.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/floatpanel.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/gridbox.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/gridspec.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/gridstack.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/icon.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/json.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/katex.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/layout.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/listpanel.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/loading.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/loadingspinner.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/markdown.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/models /usr/lib/python3.12/site-packages/panel/dist/dts/styles/models/card.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/models/esm.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/models/filedropper.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/models/perspective.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/models/plotly.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/models/video.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/notifications.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/player.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/progress.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/pyscript.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/regular_table.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/select.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/swipe.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/widgetbox.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/dts/styles/widgets.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/images /usr/lib/python3.12/site-packages/panel/dist/images/apple-touch-icon.png /usr/lib/python3.12/site-packages/panel/dist/images/favicon.ico /usr/lib/python3.12/site-packages/panel/dist/images/icon-16x16.png /usr/lib/python3.12/site-packages/panel/dist/images/icon-192x192.png /usr/lib/python3.12/site-packages/panel/dist/images/icon-32x32.png /usr/lib/python3.12/site-packages/panel/dist/images/icon-512x512.png /usr/lib/python3.12/site-packages/panel/dist/images/icon-vector.svg /usr/lib/python3.12/site-packages/panel/dist/images/index_background.png /usr/lib/python3.12/site-packages/panel/dist/images/logo_horizontal.png /usr/lib/python3.12/site-packages/panel/dist/images/logo_stacked.png /usr/lib/python3.12/site-packages/panel/dist/images/site.webmanifest /usr/lib/python3.12/site-packages/panel/dist/lib /usr/lib/python3.12/site-packages/panel/dist/lib/index.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/index.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/index.js /usr/lib/python3.12/site-packages/panel/dist/lib/index.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models /usr/lib/python3.12/site-packages/panel/dist/lib/models/ace.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/ace.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/ace.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/ace.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/anywidget_component.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/anywidget_component.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/anywidget_component.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/anywidget_component.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/audio.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/audio.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/audio.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/audio.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/browser.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/browser.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/browser.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/browser.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/button.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/button.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/button.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/button.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/button_icon.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/button_icon.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/button_icon.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/button_icon.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/card.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/card.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/card.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/card.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/chatarea_input.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/chatarea_input.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/chatarea_input.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/chatarea_input.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/checkbox_button_group.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/checkbox_button_group.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/checkbox_button_group.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/checkbox_button_group.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/column.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/column.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/column.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/column.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/comm_manager.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/comm_manager.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/comm_manager.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/comm_manager.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/customselect.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/customselect.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/customselect.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/customselect.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/data.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/data.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/data.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/data.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/datetime_picker.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/datetime_picker.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/datetime_picker.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/datetime_picker.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/deckgl.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/deckgl.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/deckgl.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/deckgl.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/discrete_player.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/discrete_player.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/discrete_player.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/discrete_player.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/echarts.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/echarts.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/echarts.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/echarts.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/event-to-object.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/event-to-object.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/event-to-object.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/event-to-object.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/feed.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/feed.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/feed.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/feed.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/file_download.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/file_download.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/file_download.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/file_download.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/file_dropper.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/file_dropper.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/file_dropper.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/file_dropper.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/html.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/html.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/html.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/html.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/icon.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/icon.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/icon.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/icon.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/index.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/index.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/index.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/index.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/ipywidget.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/ipywidget.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/ipywidget.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/ipywidget.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/json.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/json.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/json.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/json.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/jsoneditor.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/jsoneditor.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/jsoneditor.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/jsoneditor.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/katex.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/katex.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/katex.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/katex.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/layout.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/layout.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/layout.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/layout.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/location.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/location.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/location.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/location.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/lumagl.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/lumagl.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/lumagl.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/lumagl.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/mathjax.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/mathjax.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/mathjax.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/mathjax.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/multiselect.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/multiselect.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/multiselect.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/multiselect.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/pdf.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/pdf.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/pdf.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/pdf.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/perspective.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/perspective.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/perspective.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/perspective.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/player.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/player.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/player.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/player.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/plotly.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/plotly.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/plotly.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/plotly.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/progress.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/progress.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/progress.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/progress.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/quill.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/quill.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/quill.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/quill.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/radio_button_group.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/radio_button_group.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/radio_button_group.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/radio_button_group.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/react_component.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/react_component.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/react_component.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/react_component.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/reactive_esm.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/reactive_esm.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/reactive_esm.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/reactive_esm.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/reactive_html.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/reactive_html.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/reactive_html.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/reactive_html.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/singleselect.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/singleselect.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/singleselect.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/singleselect.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/speech_to_text.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/speech_to_text.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/speech_to_text.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/speech_to_text.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/state.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/state.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/state.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/state.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/tabs.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/tabs.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/tabs.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/tabs.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/tabulator.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/tabulator.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/tabulator.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/tabulator.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/terminal.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/terminal.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/terminal.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/terminal.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/text_input.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/text_input.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/text_input.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/text_input.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/text_to_speech.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/text_to_speech.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/text_to_speech.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/text_to_speech.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/textarea_input.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/textarea_input.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/textarea_input.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/textarea_input.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/time_picker.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/time_picker.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/time_picker.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/time_picker.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/toggle_icon.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/toggle_icon.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/toggle_icon.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/toggle_icon.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/tooltip_icon.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/tooltip_icon.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/tooltip_icon.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/tooltip_icon.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/tooltips.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/tooltips.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/tooltips.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/tooltips.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/trend.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/trend.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/trend.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/trend.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/util.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/util.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/util.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/util.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vega.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vega.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vega.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vega.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/video.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/video.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/video.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/video.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/videostream.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/videostream.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/videostream.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/videostream.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vizzu.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vizzu.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vizzu.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vizzu.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/index.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/index.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/index.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/index.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/panel_fullscreen_renwin_sync.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/panel_fullscreen_renwin_sync.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/panel_fullscreen_renwin_sync.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/panel_fullscreen_renwin_sync.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/util.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/util.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/util.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/util.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkaxes.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkaxes.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkaxes.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkaxes.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkcolorbar.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkcolorbar.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkcolorbar.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkcolorbar.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkjs.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkjs.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkjs.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkjs.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtklayout.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtklayout.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtklayout.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtklayout.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtksynchronized.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtksynchronized.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtksynchronized.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtksynchronized.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkvolume.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkvolume.d.ts.map /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkvolume.js /usr/lib/python3.12/site-packages/panel/dist/lib/models/vtk/vtkvolume.js.map /usr/lib/python3.12/site-packages/panel/dist/lib/styles /usr/lib/python3.12/site-packages/panel/dist/lib/styles/alerts.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/alerts.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/booleanstatus.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/booleanstatus.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/button.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/button.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_copy_icon.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_copy_icon.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_feed.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_feed.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_interface.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_interface.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_message.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_message.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_reaction_icons.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_reaction_icons.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_step.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_step.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_steps.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/chat_steps.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/dataframe.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/dataframe.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/debugger.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/debugger.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/divider.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/divider.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/editable_slider.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/editable_slider.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/floatpanel.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/floatpanel.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/gridbox.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/gridbox.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/gridspec.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/gridspec.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/gridstack.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/gridstack.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/icon.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/icon.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/json.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/json.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/katex.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/katex.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/layout.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/layout.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/listpanel.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/listpanel.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/loading.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/loading.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/loadingspinner.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/loadingspinner.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/markdown.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/markdown.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/card.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/card.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/esm.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/esm.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/filedropper.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/filedropper.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/perspective.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/perspective.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/plotly.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/plotly.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/video.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/models/video.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/notifications.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/notifications.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/player.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/player.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/progress.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/progress.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/pyscript.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/pyscript.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/regular_table.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/regular_table.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/select.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/select.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/swipe.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/swipe.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/widgetbox.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/widgetbox.css.js /usr/lib/python3.12/site-packages/panel/dist/lib/styles/widgets.css.d.ts /usr/lib/python3.12/site-packages/panel/dist/lib/styles/widgets.css.js /usr/lib/python3.12/site-packages/panel/dist/panel.js /usr/lib/python3.12/site-packages/panel/dist/panel.js.map /usr/lib/python3.12/site-packages/panel/dist/panel.json /usr/lib/python3.12/site-packages/panel/dist/panel.min.js /usr/lib/python3.12/site-packages/panel/dist/post_require.js /usr/lib/python3.12/site-packages/panel/dist/pre_require.js /usr/lib/python3.12/site-packages/panel/entry_points.py /usr/lib/python3.12/site-packages/panel/index.ts /usr/lib/python3.12/site-packages/panel/interact.py /usr/lib/python3.12/site-packages/panel/io /usr/lib/python3.12/site-packages/panel/io/__init__.py /usr/lib/python3.12/site-packages/panel/io/__pycache__ /usr/lib/python3.12/site-packages/panel/io/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/admin.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/admin.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/application.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/application.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/browser.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/browser.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/cache.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/cache.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/callbacks.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/callbacks.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/compile.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/compile.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/convert.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/convert.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/datamodel.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/datamodel.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/django.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/django.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/document.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/document.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/embed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/embed.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/fastapi.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/fastapi.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/handlers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/handlers.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/ipywidget.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/ipywidget.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/jupyter_executor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/jupyter_executor.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/jupyter_server_extension.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/jupyter_server_extension.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/liveness.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/liveness.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/loading.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/loading.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/location.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/location.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/logging.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/logging.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/mime_render.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/mime_render.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/model.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/model.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/notebook.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/notebook.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/notifications.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/notifications.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/profile.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/profile.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/pyodide.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/pyodide.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/reload.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/reload.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/resources.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/resources.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/rest.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/rest.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/save.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/save.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/server.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/server.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/session.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/session.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/state.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/state.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/threads.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/io/__pycache__/threads.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/io/admin.py /usr/lib/python3.12/site-packages/panel/io/application.py /usr/lib/python3.12/site-packages/panel/io/browser.py /usr/lib/python3.12/site-packages/panel/io/cache.py /usr/lib/python3.12/site-packages/panel/io/callbacks.py /usr/lib/python3.12/site-packages/panel/io/compile.py /usr/lib/python3.12/site-packages/panel/io/convert.py /usr/lib/python3.12/site-packages/panel/io/datamodel.py /usr/lib/python3.12/site-packages/panel/io/django.py /usr/lib/python3.12/site-packages/panel/io/document.py /usr/lib/python3.12/site-packages/panel/io/embed.py /usr/lib/python3.12/site-packages/panel/io/fastapi.py /usr/lib/python3.12/site-packages/panel/io/handlers.py /usr/lib/python3.12/site-packages/panel/io/ipywidget.py /usr/lib/python3.12/site-packages/panel/io/jupyter_executor.py /usr/lib/python3.12/site-packages/panel/io/jupyter_server_extension.py /usr/lib/python3.12/site-packages/panel/io/liveness.py /usr/lib/python3.12/site-packages/panel/io/loading.py /usr/lib/python3.12/site-packages/panel/io/location.py /usr/lib/python3.12/site-packages/panel/io/logging.py /usr/lib/python3.12/site-packages/panel/io/mime_render.py /usr/lib/python3.12/site-packages/panel/io/model.py /usr/lib/python3.12/site-packages/panel/io/notebook.py /usr/lib/python3.12/site-packages/panel/io/notifications.py /usr/lib/python3.12/site-packages/panel/io/profile.py /usr/lib/python3.12/site-packages/panel/io/pyodide.py /usr/lib/python3.12/site-packages/panel/io/reload.py /usr/lib/python3.12/site-packages/panel/io/resources.py /usr/lib/python3.12/site-packages/panel/io/rest.py /usr/lib/python3.12/site-packages/panel/io/save.py /usr/lib/python3.12/site-packages/panel/io/server.py /usr/lib/python3.12/site-packages/panel/io/session.py /usr/lib/python3.12/site-packages/panel/io/state.py /usr/lib/python3.12/site-packages/panel/io/threads.py /usr/lib/python3.12/site-packages/panel/layout /usr/lib/python3.12/site-packages/panel/layout/__init__.py /usr/lib/python3.12/site-packages/panel/layout/__pycache__ /usr/lib/python3.12/site-packages/panel/layout/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/accordion.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/accordion.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/card.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/card.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/feed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/feed.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/flex.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/flex.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/float.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/float.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/grid.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/grid.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/gridstack.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/gridstack.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/spacer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/spacer.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/swipe.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/swipe.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/tabs.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/layout/__pycache__/tabs.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/layout/accordion.py /usr/lib/python3.12/site-packages/panel/layout/base.py /usr/lib/python3.12/site-packages/panel/layout/card.py /usr/lib/python3.12/site-packages/panel/layout/feed.py /usr/lib/python3.12/site-packages/panel/layout/flex.py /usr/lib/python3.12/site-packages/panel/layout/flexbox.html /usr/lib/python3.12/site-packages/panel/layout/float.py /usr/lib/python3.12/site-packages/panel/layout/grid.py /usr/lib/python3.12/site-packages/panel/layout/gridstack.py /usr/lib/python3.12/site-packages/panel/layout/spacer.py /usr/lib/python3.12/site-packages/panel/layout/swipe.py /usr/lib/python3.12/site-packages/panel/layout/tabs.py /usr/lib/python3.12/site-packages/panel/links.py /usr/lib/python3.12/site-packages/panel/models /usr/lib/python3.12/site-packages/panel/models/__init__.py /usr/lib/python3.12/site-packages/panel/models/__pycache__ /usr/lib/python3.12/site-packages/panel/models/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/ace.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/ace.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/browser.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/browser.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/chatarea_input.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/chatarea_input.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/comm_manager.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/comm_manager.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/datetime_picker.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/datetime_picker.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/deckgl.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/deckgl.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/echarts.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/echarts.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/enums.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/enums.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/esm.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/esm.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/feed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/feed.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/file_dropper.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/file_dropper.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/icon.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/icon.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/ipywidget.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/ipywidget.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/jsoneditor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/jsoneditor.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/katex.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/katex.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/layout.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/layout.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/location.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/location.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/markup.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/markup.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/mathjax.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/mathjax.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/perspective.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/perspective.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/plotly.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/plotly.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/quill.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/quill.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/reactive_html.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/reactive_html.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/speech_to_text.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/speech_to_text.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/state.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/state.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/tabs.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/tabs.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/tabulator.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/tabulator.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/terminal.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/terminal.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/text_to_speech.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/text_to_speech.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/time_picker.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/time_picker.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/trend.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/trend.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/vega.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/vega.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/vizzu.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/vizzu.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/vtk.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/vtk.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/widgets.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/models/__pycache__/widgets.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/models/ace.py /usr/lib/python3.12/site-packages/panel/models/ace.ts /usr/lib/python3.12/site-packages/panel/models/anywidget_component.ts /usr/lib/python3.12/site-packages/panel/models/audio.ts /usr/lib/python3.12/site-packages/panel/models/browser.py /usr/lib/python3.12/site-packages/panel/models/browser.ts /usr/lib/python3.12/site-packages/panel/models/button.ts /usr/lib/python3.12/site-packages/panel/models/button_icon.ts /usr/lib/python3.12/site-packages/panel/models/card.ts /usr/lib/python3.12/site-packages/panel/models/chatarea_input.py /usr/lib/python3.12/site-packages/panel/models/chatarea_input.ts /usr/lib/python3.12/site-packages/panel/models/checkbox_button_group.ts /usr/lib/python3.12/site-packages/panel/models/column.ts /usr/lib/python3.12/site-packages/panel/models/comm_manager.py /usr/lib/python3.12/site-packages/panel/models/comm_manager.ts /usr/lib/python3.12/site-packages/panel/models/customselect.ts /usr/lib/python3.12/site-packages/panel/models/data.ts /usr/lib/python3.12/site-packages/panel/models/datetime_picker.py /usr/lib/python3.12/site-packages/panel/models/datetime_picker.ts /usr/lib/python3.12/site-packages/panel/models/deckgl.py /usr/lib/python3.12/site-packages/panel/models/deckgl.ts /usr/lib/python3.12/site-packages/panel/models/declaration.d.ts /usr/lib/python3.12/site-packages/panel/models/discrete_player.ts /usr/lib/python3.12/site-packages/panel/models/echarts.py /usr/lib/python3.12/site-packages/panel/models/echarts.ts /usr/lib/python3.12/site-packages/panel/models/enums.py /usr/lib/python3.12/site-packages/panel/models/esm.py /usr/lib/python3.12/site-packages/panel/models/event-to-object.ts /usr/lib/python3.12/site-packages/panel/models/feed.py /usr/lib/python3.12/site-packages/panel/models/feed.ts /usr/lib/python3.12/site-packages/panel/models/file_download.ts /usr/lib/python3.12/site-packages/panel/models/file_dropper.py /usr/lib/python3.12/site-packages/panel/models/file_dropper.ts /usr/lib/python3.12/site-packages/panel/models/html.ts /usr/lib/python3.12/site-packages/panel/models/icon.py /usr/lib/python3.12/site-packages/panel/models/icon.ts /usr/lib/python3.12/site-packages/panel/models/index.ts /usr/lib/python3.12/site-packages/panel/models/ipywidget.py /usr/lib/python3.12/site-packages/panel/models/ipywidget.ts /usr/lib/python3.12/site-packages/panel/models/json.ts /usr/lib/python3.12/site-packages/panel/models/jsoneditor.py /usr/lib/python3.12/site-packages/panel/models/jsoneditor.ts /usr/lib/python3.12/site-packages/panel/models/katex.py /usr/lib/python3.12/site-packages/panel/models/katex.ts /usr/lib/python3.12/site-packages/panel/models/layout.py /usr/lib/python3.12/site-packages/panel/models/layout.ts /usr/lib/python3.12/site-packages/panel/models/location.py /usr/lib/python3.12/site-packages/panel/models/location.ts /usr/lib/python3.12/site-packages/panel/models/lumagl.ts /usr/lib/python3.12/site-packages/panel/models/markup.py /usr/lib/python3.12/site-packages/panel/models/mathjax.py /usr/lib/python3.12/site-packages/panel/models/mathjax.ts /usr/lib/python3.12/site-packages/panel/models/multiselect.ts /usr/lib/python3.12/site-packages/panel/models/pdf.ts /usr/lib/python3.12/site-packages/panel/models/perspective.py /usr/lib/python3.12/site-packages/panel/models/perspective.ts /usr/lib/python3.12/site-packages/panel/models/player.ts /usr/lib/python3.12/site-packages/panel/models/plotly.py /usr/lib/python3.12/site-packages/panel/models/plotly.ts /usr/lib/python3.12/site-packages/panel/models/progress.ts /usr/lib/python3.12/site-packages/panel/models/quill.py /usr/lib/python3.12/site-packages/panel/models/quill.ts /usr/lib/python3.12/site-packages/panel/models/radio_button_group.ts /usr/lib/python3.12/site-packages/panel/models/react_component.ts /usr/lib/python3.12/site-packages/panel/models/reactive_esm.ts /usr/lib/python3.12/site-packages/panel/models/reactive_html.py /usr/lib/python3.12/site-packages/panel/models/reactive_html.ts /usr/lib/python3.12/site-packages/panel/models/singleselect.ts /usr/lib/python3.12/site-packages/panel/models/speech_to_text.py /usr/lib/python3.12/site-packages/panel/models/speech_to_text.ts /usr/lib/python3.12/site-packages/panel/models/state.py /usr/lib/python3.12/site-packages/panel/models/state.ts /usr/lib/python3.12/site-packages/panel/models/tabs.py /usr/lib/python3.12/site-packages/panel/models/tabs.ts /usr/lib/python3.12/site-packages/panel/models/tabulator.py /usr/lib/python3.12/site-packages/panel/models/tabulator.ts /usr/lib/python3.12/site-packages/panel/models/terminal.py /usr/lib/python3.12/site-packages/panel/models/terminal.ts /usr/lib/python3.12/site-packages/panel/models/text_input.ts /usr/lib/python3.12/site-packages/panel/models/text_to_speech.py /usr/lib/python3.12/site-packages/panel/models/text_to_speech.ts /usr/lib/python3.12/site-packages/panel/models/textarea_input.ts /usr/lib/python3.12/site-packages/panel/models/time_picker.py /usr/lib/python3.12/site-packages/panel/models/time_picker.ts /usr/lib/python3.12/site-packages/panel/models/toggle_icon.ts /usr/lib/python3.12/site-packages/panel/models/tooltip_icon.ts /usr/lib/python3.12/site-packages/panel/models/tooltips.ts /usr/lib/python3.12/site-packages/panel/models/trend.py /usr/lib/python3.12/site-packages/panel/models/trend.ts /usr/lib/python3.12/site-packages/panel/models/util.ts /usr/lib/python3.12/site-packages/panel/models/vega.py /usr/lib/python3.12/site-packages/panel/models/vega.ts /usr/lib/python3.12/site-packages/panel/models/video.ts /usr/lib/python3.12/site-packages/panel/models/videostream.ts /usr/lib/python3.12/site-packages/panel/models/vizzu.py /usr/lib/python3.12/site-packages/panel/models/vizzu.ts /usr/lib/python3.12/site-packages/panel/models/vtk /usr/lib/python3.12/site-packages/panel/models/vtk.py /usr/lib/python3.12/site-packages/panel/models/vtk/index.ts /usr/lib/python3.12/site-packages/panel/models/vtk/panel_fullscreen_renwin_sync.ts /usr/lib/python3.12/site-packages/panel/models/vtk/util.ts /usr/lib/python3.12/site-packages/panel/models/vtk/vtkaxes.ts /usr/lib/python3.12/site-packages/panel/models/vtk/vtkcolorbar.ts /usr/lib/python3.12/site-packages/panel/models/vtk/vtkjs.ts /usr/lib/python3.12/site-packages/panel/models/vtk/vtklayout.ts /usr/lib/python3.12/site-packages/panel/models/vtk/vtksynchronized.ts /usr/lib/python3.12/site-packages/panel/models/vtk/vtkvolume.ts /usr/lib/python3.12/site-packages/panel/models/widgets.py /usr/lib/python3.12/site-packages/panel/package.json /usr/lib/python3.12/site-packages/panel/pane /usr/lib/python3.12/site-packages/panel/pane/__init__.py /usr/lib/python3.12/site-packages/panel/pane/__pycache__ /usr/lib/python3.12/site-packages/panel/pane/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/_textual.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/_textual.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/alert.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/alert.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/deckgl.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/deckgl.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/echarts.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/echarts.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/equation.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/equation.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/holoviews.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/holoviews.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/image.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/image.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/ipywidget.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/ipywidget.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/markup.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/markup.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/media.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/media.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/perspective.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/perspective.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/placeholder.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/placeholder.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/plot.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/plot.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/plotly.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/plotly.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/streamz.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/streamz.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/textual.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/textual.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/vega.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/vega.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/vizzu.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/__pycache__/vizzu.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/_textual.py /usr/lib/python3.12/site-packages/panel/pane/alert.py /usr/lib/python3.12/site-packages/panel/pane/base.py /usr/lib/python3.12/site-packages/panel/pane/deckgl.py /usr/lib/python3.12/site-packages/panel/pane/echarts.py /usr/lib/python3.12/site-packages/panel/pane/equation.py /usr/lib/python3.12/site-packages/panel/pane/holoviews.py /usr/lib/python3.12/site-packages/panel/pane/image.py /usr/lib/python3.12/site-packages/panel/pane/ipywidget.py /usr/lib/python3.12/site-packages/panel/pane/markup.py /usr/lib/python3.12/site-packages/panel/pane/media.py /usr/lib/python3.12/site-packages/panel/pane/perspective.py /usr/lib/python3.12/site-packages/panel/pane/placeholder.py /usr/lib/python3.12/site-packages/panel/pane/plot.py /usr/lib/python3.12/site-packages/panel/pane/plotly.py /usr/lib/python3.12/site-packages/panel/pane/streamz.py /usr/lib/python3.12/site-packages/panel/pane/textual.py /usr/lib/python3.12/site-packages/panel/pane/vega.py /usr/lib/python3.12/site-packages/panel/pane/vizzu.py /usr/lib/python3.12/site-packages/panel/pane/vtk /usr/lib/python3.12/site-packages/panel/pane/vtk/__init__.py /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__ /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__/enums.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__/enums.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__/synchronizable_deserializer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__/synchronizable_deserializer.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__/synchronizable_serializer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__/synchronizable_serializer.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__/vtk.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/pane/vtk/__pycache__/vtk.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/pane/vtk/enums.py /usr/lib/python3.12/site-packages/panel/pane/vtk/synchronizable_deserializer.py /usr/lib/python3.12/site-packages/panel/pane/vtk/synchronizable_serializer.py /usr/lib/python3.12/site-packages/panel/pane/vtk/vtk.py /usr/lib/python3.12/site-packages/panel/param.py /usr/lib/python3.12/site-packages/panel/pipeline.py /usr/lib/python3.12/site-packages/panel/py.typed /usr/lib/python3.12/site-packages/panel/reactive.py /usr/lib/python3.12/site-packages/panel/styles /usr/lib/python3.12/site-packages/panel/styles/models /usr/lib/python3.12/site-packages/panel/styles/models/card.less /usr/lib/python3.12/site-packages/panel/styles/models/esm.less /usr/lib/python3.12/site-packages/panel/styles/models/filedropper.less /usr/lib/python3.12/site-packages/panel/styles/models/perspective.less /usr/lib/python3.12/site-packages/panel/styles/models/plotly.less /usr/lib/python3.12/site-packages/panel/styles/models/video.less /usr/lib/python3.12/site-packages/panel/template /usr/lib/python3.12/site-packages/panel/template/__init__.py /usr/lib/python3.12/site-packages/panel/template/__pycache__ /usr/lib/python3.12/site-packages/panel/template/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/base /usr/lib/python3.12/site-packages/panel/template/base.py /usr/lib/python3.12/site-packages/panel/template/base/base.html /usr/lib/python3.12/site-packages/panel/template/bootstrap /usr/lib/python3.12/site-packages/panel/template/bootstrap/__init__.py /usr/lib/python3.12/site-packages/panel/template/bootstrap/__pycache__ /usr/lib/python3.12/site-packages/panel/template/bootstrap/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/bootstrap/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/bootstrap/bootstrap.css /usr/lib/python3.12/site-packages/panel/template/bootstrap/bootstrap.html /usr/lib/python3.12/site-packages/panel/template/editable /usr/lib/python3.12/site-packages/panel/template/editable/__init__.py /usr/lib/python3.12/site-packages/panel/template/editable/__pycache__ /usr/lib/python3.12/site-packages/panel/template/editable/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/editable/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/editable/editable.css /usr/lib/python3.12/site-packages/panel/template/editable/editable.html /usr/lib/python3.12/site-packages/panel/template/fast /usr/lib/python3.12/site-packages/panel/template/fast/__init__.py /usr/lib/python3.12/site-packages/panel/template/fast/__pycache__ /usr/lib/python3.12/site-packages/panel/template/fast/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/fast/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/fast/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/fast/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/fast/base.py /usr/lib/python3.12/site-packages/panel/template/fast/fast.css /usr/lib/python3.12/site-packages/panel/template/fast/grid /usr/lib/python3.12/site-packages/panel/template/fast/grid/__init__.py /usr/lib/python3.12/site-packages/panel/template/fast/grid/__pycache__ /usr/lib/python3.12/site-packages/panel/template/fast/grid/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/fast/grid/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/fast/grid/fast_grid_template.css /usr/lib/python3.12/site-packages/panel/template/fast/grid/fast_grid_template.html /usr/lib/python3.12/site-packages/panel/template/fast/js /usr/lib/python3.12/site-packages/panel/template/fast/js/fast_template.js /usr/lib/python3.12/site-packages/panel/template/fast/list /usr/lib/python3.12/site-packages/panel/template/fast/list/__init__.py /usr/lib/python3.12/site-packages/panel/template/fast/list/__pycache__ /usr/lib/python3.12/site-packages/panel/template/fast/list/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/fast/list/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/fast/list/fast_list_template.css /usr/lib/python3.12/site-packages/panel/template/fast/list/fast_list_template.html /usr/lib/python3.12/site-packages/panel/template/golden /usr/lib/python3.12/site-packages/panel/template/golden/__init__.py /usr/lib/python3.12/site-packages/panel/template/golden/__pycache__ /usr/lib/python3.12/site-packages/panel/template/golden/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/golden/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/golden/golden.css /usr/lib/python3.12/site-packages/panel/template/golden/golden.html /usr/lib/python3.12/site-packages/panel/template/material /usr/lib/python3.12/site-packages/panel/template/material/__init__.py /usr/lib/python3.12/site-packages/panel/template/material/__pycache__ /usr/lib/python3.12/site-packages/panel/template/material/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/material/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/material/dark.css /usr/lib/python3.12/site-packages/panel/template/material/default.css /usr/lib/python3.12/site-packages/panel/template/material/material.css /usr/lib/python3.12/site-packages/panel/template/material/material.html /usr/lib/python3.12/site-packages/panel/template/react /usr/lib/python3.12/site-packages/panel/template/react/__init__.py /usr/lib/python3.12/site-packages/panel/template/react/__pycache__ /usr/lib/python3.12/site-packages/panel/template/react/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/react/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/react/react.css /usr/lib/python3.12/site-packages/panel/template/react/react.html /usr/lib/python3.12/site-packages/panel/template/slides /usr/lib/python3.12/site-packages/panel/template/slides/__init__.py /usr/lib/python3.12/site-packages/panel/template/slides/__pycache__ /usr/lib/python3.12/site-packages/panel/template/slides/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/slides/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/slides/slides.css /usr/lib/python3.12/site-packages/panel/template/slides/slides.html /usr/lib/python3.12/site-packages/panel/template/vanilla /usr/lib/python3.12/site-packages/panel/template/vanilla/__init__.py /usr/lib/python3.12/site-packages/panel/template/vanilla/__pycache__ /usr/lib/python3.12/site-packages/panel/template/vanilla/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/template/vanilla/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/template/vanilla/vanilla.css /usr/lib/python3.12/site-packages/panel/template/vanilla/vanilla.html /usr/lib/python3.12/site-packages/panel/tests /usr/lib/python3.12/site-packages/panel/tests/__init__.py /usr/lib/python3.12/site-packages/panel/tests/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/conftest.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/conftest.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_cli.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_cli.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_config.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_config.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_custom.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_custom.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_depends.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_depends.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_docs.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_docs.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_expression.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_expression.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_imports.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_imports.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_interact.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_interact.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_links.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_links.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_models.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_models.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_param.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_param.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_pipeline.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_pipeline.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_reactive.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_reactive.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_server.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_server.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_template.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_template.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_util.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_viewable.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/test_viewable.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/assets /usr/lib/python3.12/site-packages/panel/tests/assets/custom.css /usr/lib/python3.12/site-packages/panel/tests/chat /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/conftest.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/conftest.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_feed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_feed.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_icon.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_icon.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_input.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_input.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_interface.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_interface.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_langchain.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_langchain.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_message.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_message.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_step.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/__pycache__/test_step.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/chat/conftest.py /usr/lib/python3.12/site-packages/panel/tests/chat/test_feed.py /usr/lib/python3.12/site-packages/panel/tests/chat/test_icon.py /usr/lib/python3.12/site-packages/panel/tests/chat/test_input.py /usr/lib/python3.12/site-packages/panel/tests/chat/test_interface.py /usr/lib/python3.12/site-packages/panel/tests/chat/test_langchain.py /usr/lib/python3.12/site-packages/panel/tests/chat/test_message.py /usr/lib/python3.12/site-packages/panel/tests/chat/test_step.py /usr/lib/python3.12/site-packages/panel/tests/command /usr/lib/python3.12/site-packages/panel/tests/command/__init__.py /usr/lib/python3.12/site-packages/panel/tests/command/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/command/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/command/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/command/__pycache__/test_serve.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/command/__pycache__/test_serve.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/command/test_serve.py /usr/lib/python3.12/site-packages/panel/tests/conftest.py /usr/lib/python3.12/site-packages/panel/tests/io /usr/lib/python3.12/site-packages/panel/tests/io/__init__.py /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/bk_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/bk_app.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/panel_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/panel_app.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/reload_module.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/reload_module.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_cache.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_cache.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_compile.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_compile.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_document.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_document.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_embed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_embed.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_handlers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_handlers.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_location.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_location.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_mime_render.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_mime_render.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_model.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_model.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_notebook.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_notebook.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_reload.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_reload.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_resources.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_resources.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_save.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_save.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_state.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/io/__pycache__/test_state.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/io/bk_app.py /usr/lib/python3.12/site-packages/panel/tests/io/panel_app.py /usr/lib/python3.12/site-packages/panel/tests/io/reload_module.py /usr/lib/python3.12/site-packages/panel/tests/io/test_cache.py /usr/lib/python3.12/site-packages/panel/tests/io/test_compile.py /usr/lib/python3.12/site-packages/panel/tests/io/test_document.py /usr/lib/python3.12/site-packages/panel/tests/io/test_embed.py /usr/lib/python3.12/site-packages/panel/tests/io/test_handlers.py /usr/lib/python3.12/site-packages/panel/tests/io/test_location.py /usr/lib/python3.12/site-packages/panel/tests/io/test_mime_render.py /usr/lib/python3.12/site-packages/panel/tests/io/test_model.py /usr/lib/python3.12/site-packages/panel/tests/io/test_notebook.py /usr/lib/python3.12/site-packages/panel/tests/io/test_reload.py /usr/lib/python3.12/site-packages/panel/tests/io/test_resources.py /usr/lib/python3.12/site-packages/panel/tests/io/test_save.py /usr/lib/python3.12/site-packages/panel/tests/io/test_state.py /usr/lib/python3.12/site-packages/panel/tests/layout /usr/lib/python3.12/site-packages/panel/tests/layout/__init__.py /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_accordion.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_accordion.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_card.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_card.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_feed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_feed.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_grid.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_grid.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_spacer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_spacer.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_swipe.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_swipe.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_tabs.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/__pycache__/test_tabs.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/layout/test_accordion.py /usr/lib/python3.12/site-packages/panel/tests/layout/test_base.py /usr/lib/python3.12/site-packages/panel/tests/layout/test_card.py /usr/lib/python3.12/site-packages/panel/tests/layout/test_feed.py /usr/lib/python3.12/site-packages/panel/tests/layout/test_grid.py /usr/lib/python3.12/site-packages/panel/tests/layout/test_spacer.py /usr/lib/python3.12/site-packages/panel/tests/layout/test_swipe.py /usr/lib/python3.12/site-packages/panel/tests/layout/test_tabs.py /usr/lib/python3.12/site-packages/panel/tests/manual /usr/lib/python3.12/site-packages/panel/tests/manual/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/manual/__pycache__/models.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/manual/__pycache__/models.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/manual/models.py /usr/lib/python3.12/site-packages/panel/tests/models /usr/lib/python3.12/site-packages/panel/tests/models/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/models/__pycache__/test_deckgl.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/models/__pycache__/test_deckgl.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/models/__pycache__/test_location.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/models/__pycache__/test_location.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/models/test_deckgl.py /usr/lib/python3.12/site-packages/panel/tests/models/test_location.py /usr/lib/python3.12/site-packages/panel/tests/pane /usr/lib/python3.12/site-packages/panel/tests/pane/__init__.py /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_alert.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_alert.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_deckgl.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_deckgl.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_echart.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_echart.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_equation.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_equation.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_holoviews.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_holoviews.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_image.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_image.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_markup.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_markup.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_media.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_media.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_perspective.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_perspective.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_placeholder.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_placeholder.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_plot.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_plot.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_plotly.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_plotly.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_vega.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_vega.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_vtk.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/__pycache__/test_vtk.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/pane/assets /usr/lib/python3.12/site-packages/panel/tests/pane/assets/mp3.mp3 /usr/lib/python3.12/site-packages/panel/tests/pane/assets/mp4.mp4 /usr/lib/python3.12/site-packages/panel/tests/pane/test_alert.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_base.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_deckgl.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_echart.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_equation.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_holoviews.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_image.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_markup.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_media.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_perspective.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_placeholder.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_plot.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_plotly.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_vega.py /usr/lib/python3.12/site-packages/panel/tests/pane/test_vtk.py /usr/lib/python3.12/site-packages/panel/tests/template /usr/lib/python3.12/site-packages/panel/tests/template/__init__.py /usr/lib/python3.12/site-packages/panel/tests/template/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/template/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/template/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/template/__pycache__/test_base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/template/__pycache__/test_base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/template/fast /usr/lib/python3.12/site-packages/panel/tests/template/fast/__init__.py /usr/lib/python3.12/site-packages/panel/tests/template/fast/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/template/fast/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/template/fast/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/template/fast/__pycache__/test_fast_grid_template.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/template/fast/__pycache__/test_fast_grid_template.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/template/fast/__pycache__/test_fast_list_template.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/template/fast/__pycache__/test_fast_list_template.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/template/fast/test_fast_grid_template.py /usr/lib/python3.12/site-packages/panel/tests/template/fast/test_fast_list_template.py /usr/lib/python3.12/site-packages/panel/tests/template/test_base.py /usr/lib/python3.12/site-packages/panel/tests/test_cli.py /usr/lib/python3.12/site-packages/panel/tests/test_config.py /usr/lib/python3.12/site-packages/panel/tests/test_custom.py /usr/lib/python3.12/site-packages/panel/tests/test_data /usr/lib/python3.12/site-packages/panel/tests/test_data/logo.png /usr/lib/python3.12/site-packages/panel/tests/test_data/sample.pdf /usr/lib/python3.12/site-packages/panel/tests/test_depends.py /usr/lib/python3.12/site-packages/panel/tests/test_docs.py /usr/lib/python3.12/site-packages/panel/tests/test_expression.py /usr/lib/python3.12/site-packages/panel/tests/test_imports.py /usr/lib/python3.12/site-packages/panel/tests/test_interact.py /usr/lib/python3.12/site-packages/panel/tests/test_links.py /usr/lib/python3.12/site-packages/panel/tests/test_models.py /usr/lib/python3.12/site-packages/panel/tests/test_param.py /usr/lib/python3.12/site-packages/panel/tests/test_pipeline.py /usr/lib/python3.12/site-packages/panel/tests/test_reactive.py /usr/lib/python3.12/site-packages/panel/tests/test_server.py /usr/lib/python3.12/site-packages/panel/tests/test_template.py /usr/lib/python3.12/site-packages/panel/tests/test_util.py /usr/lib/python3.12/site-packages/panel/tests/test_viewable.py /usr/lib/python3.12/site-packages/panel/tests/theme /usr/lib/python3.12/site-packages/panel/tests/theme/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/theme/__pycache__/test_base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/theme/__pycache__/test_base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/theme/__pycache__/test_subclass.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/theme/__pycache__/test_subclass.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/theme/test.css /usr/lib/python3.12/site-packages/panel/tests/theme/test_base.py /usr/lib/python3.12/site-packages/panel/tests/theme/test_subclass.py /usr/lib/python3.12/site-packages/panel/tests/ui /usr/lib/python3.12/site-packages/panel/tests/ui/__init__.py /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/jupyter_server_test_config.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/jupyter_server_test_config.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/test_auth.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/test_auth.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/test_custom.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/test_custom.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/test_param.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/test_param.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/test_reactive.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/__pycache__/test_reactive.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/chat /usr/lib/python3.12/site-packages/panel/tests/ui/chat/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/ui/chat/__pycache__/test_chat_interface_ui.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/chat/__pycache__/test_chat_interface_ui.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/chat/__pycache__/test_chat_message.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/chat/__pycache__/test_chat_message.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/chat/__pycache__/test_chat_reaction_icon.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/chat/__pycache__/test_chat_reaction_icon.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/chat/__pycache__/test_input_ui.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/chat/__pycache__/test_input_ui.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/chat/test_chat_interface_ui.py /usr/lib/python3.12/site-packages/panel/tests/ui/chat/test_chat_message.py /usr/lib/python3.12/site-packages/panel/tests/ui/chat/test_chat_reaction_icon.py /usr/lib/python3.12/site-packages/panel/tests/ui/chat/test_input_ui.py /usr/lib/python3.12/site-packages/panel/tests/ui/command /usr/lib/python3.12/site-packages/panel/tests/ui/command/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/ui/command/__pycache__/test_serve.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/command/__pycache__/test_serve.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/command/test_serve.py /usr/lib/python3.12/site-packages/panel/tests/ui/io /usr/lib/python3.12/site-packages/panel/tests/ui/io/__init__.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/app.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_browser.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_browser.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_convert.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_convert.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_jupyter_server_extension.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_jupyter_server_extension.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_jupyterlite.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_jupyterlite.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_loading.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_loading.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_location.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_location.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_notifications.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_notifications.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_reload.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_reload.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_resources.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_resources.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_server.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_server.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_state.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/__pycache__/test_state.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/io/app.ipynb /usr/lib/python3.12/site-packages/panel/tests/ui/io/app.md /usr/lib/python3.12/site-packages/panel/tests/ui/io/app.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_browser.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_convert.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_jupyter_server_extension.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_jupyterlite.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_loading.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_location.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_notifications.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_reload.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_resources.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_server.py /usr/lib/python3.12/site-packages/panel/tests/ui/io/test_state.py /usr/lib/python3.12/site-packages/panel/tests/ui/jupyter_server_test_config.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__init__.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_accordion.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_accordion.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_card.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_card.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_column.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_column.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_feed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_feed.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_floatpanel.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_floatpanel.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_gridbox.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_gridbox.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_gridspec.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_gridspec.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_gridstack.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_gridstack.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_row.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_row.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_swipe.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_swipe.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_widgetbox.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/__pycache__/test_widgetbox.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_accordion.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_card.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_column.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_feed.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_floatpanel.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_gridbox.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_gridspec.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_gridstack.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_row.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_swipe.py /usr/lib/python3.12/site-packages/panel/tests/ui/layout/test_widgetbox.py /usr/lib/python3.12/site-packages/panel/tests/ui/logout.html /usr/lib/python3.12/site-packages/panel/tests/ui/pane /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__init__.py /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_equation.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_equation.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_image.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_image.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_ipywidget.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_ipywidget.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_markup.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_markup.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_perspective.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_perspective.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_plotly.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_plotly.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_textual.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_textual.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_vega.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_vega.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_vizzu.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/__pycache__/test_vizzu.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/pane/test_equation.py /usr/lib/python3.12/site-packages/panel/tests/ui/pane/test_image.py /usr/lib/python3.12/site-packages/panel/tests/ui/pane/test_ipywidget.py /usr/lib/python3.12/site-packages/panel/tests/ui/pane/test_markup.py /usr/lib/python3.12/site-packages/panel/tests/ui/pane/test_perspective.py /usr/lib/python3.12/site-packages/panel/tests/ui/pane/test_plotly.py /usr/lib/python3.12/site-packages/panel/tests/ui/pane/test_textual.py /usr/lib/python3.12/site-packages/panel/tests/ui/pane/test_vega.py /usr/lib/python3.12/site-packages/panel/tests/ui/pane/test_vizzu.py /usr/lib/python3.12/site-packages/panel/tests/ui/template /usr/lib/python3.12/site-packages/panel/tests/ui/template/__init__.py /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_bootstraptemplate.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_bootstraptemplate.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_editabletemplate.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_editabletemplate.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_fastgridtemplate.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_fastgridtemplate.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_fastlisttemplate.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_fastlisttemplate.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_materialtemplate.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_materialtemplate.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_slidestemplate.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/__pycache__/test_slidestemplate.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/template/test_bootstraptemplate.py /usr/lib/python3.12/site-packages/panel/tests/ui/template/test_editabletemplate.py /usr/lib/python3.12/site-packages/panel/tests/ui/template/test_fastgridtemplate.py /usr/lib/python3.12/site-packages/panel/tests/ui/template/test_fastlisttemplate.py /usr/lib/python3.12/site-packages/panel/tests/ui/template/test_materialtemplate.py /usr/lib/python3.12/site-packages/panel/tests/ui/template/test_slidestemplate.py /usr/lib/python3.12/site-packages/panel/tests/ui/test_auth.py /usr/lib/python3.12/site-packages/panel/tests/ui/test_custom.py /usr/lib/python3.12/site-packages/panel/tests/ui/test_param.py /usr/lib/python3.12/site-packages/panel/tests/ui/test_reactive.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__init__.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_button.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_button.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_codeeditor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_codeeditor.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_debugger.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_debugger.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_icon.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_icon.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_indicators.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_indicators.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_input.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_input.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_jsoneditor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_jsoneditor.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_misc.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_misc.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_player.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_player.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_select.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_select.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_sliders.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_sliders.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_tabulator.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_tabulator.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_texteditor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_texteditor.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_time_picker.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/__pycache__/test_time_picker.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_button.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_codeeditor.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_debugger.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_icon.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_indicators.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_input.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_jsoneditor.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_misc.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_player.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_select.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_sliders.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_tabulator.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_texteditor.py /usr/lib/python3.12/site-packages/panel/tests/ui/widgets/test_time_picker.py /usr/lib/python3.12/site-packages/panel/tests/util.py /usr/lib/python3.12/site-packages/panel/tests/widgets /usr/lib/python3.12/site-packages/panel/tests/widgets/__init__.py /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__ /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_button.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_button.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_codeeditor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_codeeditor.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_debugger.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_debugger.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_file_selector.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_file_selector.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_icon.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_icon.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_indicators.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_indicators.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_input.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_input.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_misc.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_misc.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_player.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_player.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_select.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_select.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_slider.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_slider.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_speech_to_text.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_speech_to_text.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_tables.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_tables.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_terminal.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_terminal.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_text_to_speech.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_text_to_speech.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_tqdm.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_tqdm.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_trend_indicator.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/__pycache__/test_trend_indicator.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/tests/widgets/test_base.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_button.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_codeeditor.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_debugger.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_file_selector.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_icon.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_indicators.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_input.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_misc.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_player.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_select.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_slider.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_speech_to_text.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_tables.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_terminal.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_text_to_speech.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_tqdm.py /usr/lib/python3.12/site-packages/panel/tests/widgets/test_trend_indicator.py /usr/lib/python3.12/site-packages/panel/theme /usr/lib/python3.12/site-packages/panel/theme/__init__.py /usr/lib/python3.12/site-packages/panel/theme/__pycache__ /usr/lib/python3.12/site-packages/panel/theme/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/bootstrap.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/bootstrap.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/fast.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/fast.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/material.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/material.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/native.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/theme/__pycache__/native.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/theme/base.py /usr/lib/python3.12/site-packages/panel/theme/bootstrap.py /usr/lib/python3.12/site-packages/panel/theme/css /usr/lib/python3.12/site-packages/panel/theme/css/bootstrap.css /usr/lib/python3.12/site-packages/panel/theme/css/bootstrap_dark.css /usr/lib/python3.12/site-packages/panel/theme/css/bootstrap_default.css /usr/lib/python3.12/site-packages/panel/theme/css/dark.css /usr/lib/python3.12/site-packages/panel/theme/css/default.css /usr/lib/python3.12/site-packages/panel/theme/css/fast.css /usr/lib/python3.12/site-packages/panel/theme/css/fast_variables.css /usr/lib/python3.12/site-packages/panel/theme/css/material.css /usr/lib/python3.12/site-packages/panel/theme/css/material_variables.css /usr/lib/python3.12/site-packages/panel/theme/css/native.css /usr/lib/python3.12/site-packages/panel/theme/fast.py /usr/lib/python3.12/site-packages/panel/theme/js /usr/lib/python3.12/site-packages/panel/theme/js/fast_design.js /usr/lib/python3.12/site-packages/panel/theme/material.py /usr/lib/python3.12/site-packages/panel/theme/native.py /usr/lib/python3.12/site-packages/panel/tsconfig.json /usr/lib/python3.12/site-packages/panel/util /usr/lib/python3.12/site-packages/panel/util/__init__.py /usr/lib/python3.12/site-packages/panel/util/__pycache__ /usr/lib/python3.12/site-packages/panel/util/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/util/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/util/__pycache__/checks.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/util/__pycache__/checks.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/util/__pycache__/parameters.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/util/__pycache__/parameters.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/util/__pycache__/warnings.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/util/__pycache__/warnings.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/util/checks.py /usr/lib/python3.12/site-packages/panel/util/parameters.py /usr/lib/python3.12/site-packages/panel/util/warnings.py /usr/lib/python3.12/site-packages/panel/viewable.py /usr/lib/python3.12/site-packages/panel/widgets /usr/lib/python3.12/site-packages/panel/widgets/__init__.py /usr/lib/python3.12/site-packages/panel/widgets/__pycache__ /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/_mixin.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/_mixin.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/button.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/button.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/codeeditor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/codeeditor.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/debugger.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/debugger.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/file_selector.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/file_selector.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/icon.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/icon.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/indicators.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/indicators.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/input.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/input.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/misc.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/misc.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/player.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/player.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/select.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/select.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/slider.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/slider.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/speech_to_text.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/speech_to_text.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/tables.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/tables.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/terminal.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/terminal.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/text_to_speech.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/text_to_speech.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/texteditor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/texteditor.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/widget.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/panel/widgets/__pycache__/widget.cpython-312.pyc /usr/lib/python3.12/site-packages/panel/widgets/_mixin.py /usr/lib/python3.12/site-packages/panel/widgets/base.py /usr/lib/python3.12/site-packages/panel/widgets/button.py /usr/lib/python3.12/site-packages/panel/widgets/codeeditor.py /usr/lib/python3.12/site-packages/panel/widgets/debugger.py /usr/lib/python3.12/site-packages/panel/widgets/file_selector.py /usr/lib/python3.12/site-packages/panel/widgets/icon.py /usr/lib/python3.12/site-packages/panel/widgets/indicators.py /usr/lib/python3.12/site-packages/panel/widgets/input.py /usr/lib/python3.12/site-packages/panel/widgets/misc.py /usr/lib/python3.12/site-packages/panel/widgets/player.py /usr/lib/python3.12/site-packages/panel/widgets/select.py /usr/lib/python3.12/site-packages/panel/widgets/slider.py /usr/lib/python3.12/site-packages/panel/widgets/speech_to_text.py /usr/lib/python3.12/site-packages/panel/widgets/tables.py /usr/lib/python3.12/site-packages/panel/widgets/terminal.py /usr/lib/python3.12/site-packages/panel/widgets/text_to_speech.py /usr/lib/python3.12/site-packages/panel/widgets/texteditor.py /usr/lib/python3.12/site-packages/panel/widgets/widget.py /usr/share/doc/packages/python312-panel /usr/share/doc/packages/python312-panel/README.md /usr/share/licenses/python312-panel /usr/share/licenses/python312-panel/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 12 23:52:06 2024