Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Browsing all 6271 articles
Browse latest View live

Code for the Dash Autonomous Driving Demo

Hi, I am new to Plotly Dash. Is there Python code available for the Dash Autonomous Driving Demo dashboard showcased on the webpage https://plotly.com/dash/ ? I would like to use it as an example for...

View Article


Form submission to server without reloading the whole page

Hello. How can I go about submitting data in an HTML form to Flask for server-side processing without reloading the entire page? My button: dbc.Button('Send', id='send', color='success',...

View Article


Image may be NSFW.
Clik here to view.

How styling headers in Multi-Headers DataTable?

My Table: row_data={('user_profile_id', '', ''): {0: 984, 1: 985, 2: 986, 3: 987, 4: 988}, ('email', '', ''): {0: 'egjkljgler@gmail.com', 1: 'dasdadaddcd740@gmail.com', 2: 'dasdadaddcd740@gmail.com',...

View Article

Is it possible to inject elements into a custom html index?

Hello everyone ! i’m a new python dash user, on jupyterlab, and after some weeks of self-learning, i’m facing a problem on which i can’t found answers on internet : I’m trying to import html file to...

View Article

iOS safari audio play permission

Hello I prepared this code to play mp3 file from callback It play on PC or iOS Firefox ,however not play on iOS Safari. It looks like iOS Safari has limitation to play audio. I found several technic...

View Article


Image may be NSFW.
Clik here to view.

Graph Circle Shape disappears when editable=True, xsizemode="pixel",...

Hi Plotly/Dash Community, I have a dash app which has a Dcc.graph candlestick chart, along with some circle shapes. When I use the parameters xsizemode=“pixel” and ysizemode=“pixel” to make the circle...

View Article

How to implement a loading component to a dropdown menu

Hello, I have an Index app with a drop down menu. Once one of the options has been selected the new layout will be loaded. Now I would like to add the dash loading component which will be activated...

View Article

External layouts in Dash Cytoscape

I have been wanting to test out the ‘ELK’ layout in Dash Cytoscape, and I was wondering whether there is a way to include external layouts without having to alter the Dash Cytoscape package itself....

View Article


Is there a way to embed Dash app into web application without using iframe?

Hey, Is there any way to integrate a full dash application written in python in some web application? I know how to do that with Iframe, but I wonder if there is any way to do that, maybe with react...

View Article


Using local css file AND dash.bootstrap component

Greetings I am trying to build an app where I am using a CSS3 file AND dash_bootstrap_components. I have tried the following line of code (from a previous post) app = dash.Dash(__name__,...

View Article

Creating a 3D button pop-up effect on the selected tab

All – I would like to create a 3D button pop-up effect on the selected tab of my tabset, which involves thickening and darkening the bottom and right borders (done) and making the tab identification...

View Article

Image may be NSFW.
Clik here to view.

How to reduce the minimum constant drag distance of 8px (minDrag) in editable...

In my Dash api I automatically generate plots with shapes like rectangles, lines and paths. And I need the user to readjust the shapes if necessary, so there is an edit button that makes them...

View Article

Getting a button to change state to disabled while calc is running

I have a Dash app with a button which triggers a calculation. The calculation itself takes about 20-30 seconds and I would like the button to change state to disabled and a spinner while it’s...

View Article


Is there a way to use Css files outside the assets folder? / Have multiple...

Hi guys so I have been working on quite a big project and it’s really messy to put all the CSS files inside one folder when my project is divided into a lot of folders for example: -- assets # folder...

View Article

Create network graph with cytoscape.js

Hey hey, i am completely new to programming and now i have the task in my bachelorthesis to write a module in python for visualisation of a energy system network written in python and so I found out...

View Article


Image may be NSFW.
Clik here to view.

List of component_property

Hi guys, I have the problem with dash component_property as here: but I can’t find any documentation on how to choose the right component_property. Please help me 1 post - 1 participant Read full topic

View Article

Is that possible to use plotly Cytoscape and show the data points on a map?

As the title, I am working on a network analysis project and have used the Cytoscape to present the different city data. Then I realize that the background is pale. Let us just simply use example from...

View Article


Image may be NSFW.
Clik here to view.

Pandas Multi Index and Dash DataTable : How to separate the same index?

Data : import dash_table import pandas as pd import dash row_data={('id', '', ''): {0: 984, 1: 985, 2: 986, 3: 987, 4: 988}, ('email', '', ''): {0: 'aa@gmail.com',1: 'bb@gmail.com',2:...

View Article

How to visualize mutual information to the same ID

(topic deleted by author) 1 post - 1 participant Read full topic

View Article

Boolean toggle switch doesn't update

I am using BooleanSwitch in my Application. My application has multi-tabs and pages. Here’s the structure for more clarity - app.py index.py - pages --- home.py - tabs --- tab1.py --- tab2.py In...

View Article
Browsing all 6271 articles
Browse latest View live


Latest Images