Skip to main content

Questions tagged [panel]

A panel is a simple container that allows other elements to be placed into it, especially visual user interface elements.

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
23 views

Can't use panel with transformation as source panel

I am new to grafana and exploring… I have a dashboard which has panel A. I have created panel B with data_source as panel A and applied many Transformations and visualizing it as time series ( has 3 ...
Athvaith k'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
0 votes
0 answers
30 views

Grafana cell inspect button flickers and cannot be used

Grafana version 10.1.5 using Table panel with JSON API data source (marcusolsson-json-datasource) 10.1.5. Occasionally, some of the cell inspect "eyeball" buttons will start a flashing ...
Stephen Joiner's user avatar
0 votes
1 answer
35 views

Form docks in Panel only on second try

I am fiddling around with panels to enhance my skills with GUIs :) I found a strange problem and can't find a solution. I have a form with one button and two panels. In the left panel there is only a ...
JimPanseKing's user avatar
0 votes
0 answers
11 views

How to asess the importance of variables in a logit-transformed model

My dependent variable is the share of workers on long-term contracts and I run a fixed-effects regression on the panel dataset to assess the relative importance of various variables, such as the ...
Mikhail's user avatar
  • 49
0 votes
0 answers
23 views

How to estimate alpha and beta for beta-distribution in to run pglm regression

I am trying to run a fixed-effects regression model on panel data in R. My dependent variable (the share of workers on long-term contracts) is bounded from 0 to 1, and I use the pglm package. The ...
Mikhail's user avatar
  • 49
0 votes
0 answers
53 views

CSS sliding panel visible by default, sliding on mouseout/mouseover

My application needs a sliding panel for menus. Following code produces a panel that is almost hidden at the bottom of the page, it slides in on mouseover and slides back to bottom on mouseout. <!...
Samwise_71's user avatar
1 vote
1 answer
25 views

Creating a new row in a longitudinal dataset

I have a longitudinal dataset in R comprising several countries observed over multiple time points. Let's simplify things and consider the following example set.seed(123) df=data.frame(Country=c(rep(&...
Maximilian's user avatar
0 votes
0 answers
34 views

How to do nested and non-nested panel model comparisons?

I am trying multiple panel models based on the identical dataset, which is large with 265,904 observations. Let's say I am comparing Table 4's models (1), (2), and (3). Table_4_1 <- plm(DV ~ X1 + ...
KS99's user avatar
  • 1
0 votes
0 answers
23 views

Error message in Panel Smooth Transition Regression (PSTR) model

Please I have unbalanced panel data and I want to estimate a threshold regression using PSTR function in R. I get error message whenever I run NewPSTR and EstPSTR functions. If I run the following ...
Patrick's user avatar
0 votes
2 answers
46 views

Place dynamically created controls in a 2 or 3 column display

I've managed to successfully create a panel with dynamically created label and textbox created controls and now I need to be able to place them in a 1 (easy), 2 or 3 column display within the panel (...
Prescott Chartier's user avatar
0 votes
1 answer
68 views

Make ASP.NET panel width the same as aspx page width

I have the following aspx page: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="SectionPreview.aspx.vb" Inherits="Management.SectionPreview" %...
Prescott Chartier's user avatar
1 vote
0 answers
34 views

Altair chart inside a (panel) Flexbox with "container" width

I'm trying to put some Altair charts inside a flexbox, having the width of the charts adjust to the available space. I'm using Panel to set up the flexbox, like this: import panel as pn import altair ...
Bert Coerver's user avatar

15 30 50 per page