panel icon indicating copy to clipboard operation
panel copied to clipboard

Panel: The powerful data exploration & web app framework for Python

Results 560 panel issues
Sort by recently updated
recently updated
newest added

https://panel.holoviz.org/gallery/simple/color_speech_recognition.html#simple-gallery-color-speech-recognition or directly https://panel-gallery.pyviz.demo.anaconda.com/color_speech_recognition ![image](https://user-images.githubusercontent.com/42288570/181872137-d3c60a0b-d77f-46e8-b485-fae3b49e008d.png) ![image](https://user-images.githubusercontent.com/42288570/181872196-0bd090a4-39ec-49fb-b109-8937c7e8b805.png)

type: bug

# Request Make it simple to create forms with `.bind` like api. ## Motivation I'm trying to create an example for lighting.ai. One of the pages is a form. ![image](https://user-images.githubusercontent.com/42288570/178566767-ab812d12-f605-43d2-8ea7-4c7f0e4225bd.png)...

type: enhancement

#### ALL software version info Panel: v0.14.0a4 Python: 3.8 Os: macOS 12.4 Browser: safari 15.5 #### Description of expected behavior and the observed behavior **Problem:** The displayed widget has no...

Since most of the methods that register callbacks now accept async callbacks, it makes sense to also add this capability to `pn.state.onload`.

type: enhancement

Panel depends on pyct but the only thing it's really used for is copying the examples into a user directory. Since that is literally about 10 lines of code I...

dependencies

## Feature Request Enable me to `panel serve any_name.py` at a specific named endpoint like `/root._lit_panel`. ### Motivation I'm working on a `PanelFrontend` for lightning.ai. I need to serve Panel...

type: enhancement
api

#### ALL software version info ``` panel : 0.13.1 bokeh : 2.4.3 perspective-python : 1.4.0 Python version : 3.9.13 IPython version : 8.4.0 jupyter notebook : 6.4.12 OS : Darwin...

type: bug

Triggering an update of a Tabulator table shrinks its display to 20 lines. ```python import numpy as np import pandas as pd import panel as pn pn.extension('tabulator') df = pd.DataFrame(np.random.rand(50,...

type: bug
component: tabulator

Local large PDF files cannot all be rendered, and even files of moderate size. The implementation converts the PDF to a base64-string, and uses the HTML `embed` tag whose `src`...

type: bug

Currently PyDeck has support for custom layers. See, for example, their [documentation here](https://deckgl.readthedocs.io/en/latest/custom_layers.html). This can be quite powerful since Deck.gl itself makes it relatively easy to build custom layers via...

type: enhancement
component: model