Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

Holoviews Dynamic map returns only one entry for time

I am trying to create a Panel program, which displays Holoviews.DynamicMaps. Right now I can create the Maps and Display them. I only display one at a time and change between them using a dropdown ...
user24681547's user avatar
0 votes
0 answers
38 views

Cannot display a Widget from ipymuvue on Panel

I would like to use a Vue component library in Python. For this, I wanted to use ipymuvue rather than ipyvuetify or ipyvue because I was not able to use JS libraries in these widgets. Can I use some ...
Clément FEYTOUT's user avatar
0 votes
0 answers
32 views

Changes made to Panel table not reflecting in dataframe Vertex AI environment

I'm facing an issue with Panel library while trying to modify values directly from a table within a Vertex AI environment. Here's the problem: I'm using the Panel library to create a table widget (pn....
Jagdish Kumar's user avatar
0 votes
0 answers
18 views

How does the holoviz @param.depends invoke a callback function

I have the following simple test code: import param import panel as pn import logging # Configure logging to display DEBUG level messages and higher logging.basicConfig(level=logging.DEBUG, format='%(...
binone's user avatar
  • 1
1 vote
1 answer
150 views

Difference between linearmodels PanelOLS and statsmodels OLS

I am running two regressions that I thought would yield identical results and I'm wondering whether anyone can explain why they are different. One is with statsmodels OLS and the other is with ...
pasnik's user avatar
  • 347
1 vote
1 answer
49 views

Jupyter Lab - How to change to UTF-8 when I am using the jupyter lab panel?

When I try to use panel in jupyter lab, it shows the error, how I solve it? (besides changing OS language) [E 2024-04-04 11:39:28.809 ServerApp] Uncaught exception GET /panel-preview/render/ch06.ipynb ...
acg zelda's user avatar
0 votes
0 answers
22 views

Binding Panel DatetimeRangePicker to plot

I am attempting to modify a working Panel dashboard to change from the DatetimeRangeSlider widget to the DatetimeRangePicker widget. I have a long time series but typically only the most recent 2 ...
Iain D's user avatar
  • 477
0 votes
0 answers
30 views

Is there a way to create a dashboard in Jupyter Notebook using Python, with graphs that are interactive and other graphs that are static?

So I'm trying to create a simple panel with 3 graphs, a dropdown menu, and a description for each. However, only one of the graphs is interactive along with its description. The main issue is that the ...
Marco M's user avatar
1 vote
0 answers
27 views

Serving specific templates for different users

I wish to set up my deployed panel application for bunch of users who would have restricted access to the app. This is a sample code for it: import panel as pn pn.extension() bal = pn.pane.Markdown(&...
pilo's user avatar
  • 11
0 votes
1 answer
20 views

Setting DynamicMap as stream source

In the following MWE, clicking on a point of the scatter plot should show its index in the "debug" textbox. It does when the layout is scatter * dmap, it doesn’t when the layout is simply ...
Skippy le Grand Gourou's user avatar
1 vote
0 answers
24 views

Do served panel components act differently to inline rendered components?

I am currently developing a panel application to perform some data analysis on csv files. I have a button which imports the csv data into the application, this button changes colour and style ...
Tomas McILroy's user avatar
0 votes
1 answer
107 views

How to save multiple files uploaded using FileInput in Python Panel?

I created a working code to upload multiple files using FileInput, and I binded it to a selector to show them in the dashboard after uploading: file_input = pn.widgets.FileInput(accept='.csv', ...
Priscila Gutierres's user avatar
0 votes
0 answers
146 views

Python panel Tabs titles on multiple pages or scroll button?

I'm using Python panel Tabs to group some figures into different tabs, but when the number of tabs is large then tab headers don't wrap to second-third etc. lines or there's no left-right scroll ...
John's user avatar
  • 1
0 votes
1 answer
94 views

Exporting interactive bokeh plots from one file to another to use for panel

Is it possible to export a bokeh plot I created in one file to another file that will be used for my styling and layout of a data visualisation dashboard (of multiple plots) using panel? I hope to ...
AlZ11's user avatar
  • 1
0 votes
0 answers
46 views

Parameterized class that keeps Bokeh x and y range

I have a parameterized class that calls and updates a class of bokeh plot objects using @pn.depends. Unfortunately this means that when I launch the server and update widgets the bokeh x-y range gets ...
ChuckLewis's user avatar

15 30 50 per page
1
2 3 4 5
19