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

Dash performance bad! HUGE disappointment no clue how to fix?

Hi it was all going so well. I got my web site doing everything I wanted without ANY problems or mental stress. I’m loading 1.4gb of csv, I’ve got filters/ row selection and plotting all working like...

View Article


Display annotations only if single trace is visible

I would like to display trace-specific annotations on a busy line plot ONLY when a single trace is visible. I know that the number of visible traces can be determined inside a callback (via...

View Article


Image may be NSFW.
Clik here to view.

Robots.txt Tester (Show and Tell)

This is a simple robots.txt tester for anyone interested in analyzing robots files especially SEOs. Once you specify a set of paths or absolute URLs, it extracts all User-agents (and their respective...

View Article

DataTable - tooltip_data ( using Dataframe as both Columns and ToolTips)

I have a DataFrame containing the following data “Domain” “Type of Data” “Term Count” “Term(s)” I want to create a DataTable with the first three columns in the table . Domain | Type of Data | Term...

View Article

Dash + Heroku Visitor Bandwith

I am hosting a dash application on a heroku dyno. Does anybody have any experience with heroku? How many visitors can it support with 1 dyno? 1 post - 1 participant Read full topic

View Article


The layout was `None` issue

Receiving this error for the code below. I’m also running this on Jupyter Notebooks. "The layout was None " dash.exceptions.NoLayoutException: The layout was None at the time that run_server was...

View Article

Choropleth Map not displaying

Any idea why my choropleth map isn’t displaying? The drop down works, but no map… app = dash.Dash() state_options = for state in df[‘orig_state’].unique():...

View Article

Dash with Heroku Plotly Graphs Not Showing

Hi there, I’ve created a dash app that works locally. However now that I have deployed the app to Heroku, my plotly graphs are no longer generating!!! Previously on my local app, they all opened in...

View Article


Plotly Dash uses a lot of CPU on browser client

Hi guys I have a dash web app which is used for real-time graph plotting, for the profit and loss of a trading account. It has around 10 graphs that updates every ten seconds and other callbacks that...

View Article


pandas.io.sql.DatabaseError: Execution failed on sql

Hi all, I seem to be having some issues with the Pie graph function: I’m trying to create a pie chart that displays sentiment for a given word - sentiment data generate with TextBlob and data started...

View Article

Graph size in dash

Hey, So I am new to Dash and building my own web app using Dash. I am trying to plot multiple graphs inside divisions. I have currently manually set the width and height of the graph to the size I...

View Article

Upload attributes not cleared after callback runs

I’ve submitted this as an issue (#818) but wanted to share it here in case it rings any bells with anyone. It might be related to #816. I have a callback that is responsible for adding or removing...

View Article

Image may be NSFW.
Clik here to view.

Plotly Dash Update Drop Down from call back where data frame inside the call...

stackoverflow.com Plotly Dash Update Drop Down from call back where data frame inside the call back python, plotly-dash asked by MishD on 04:38PM - 06 Jun 20 UTC Can anyone please help me filling the...

View Article


Updating dropdown options so that value no longer in options doesn't fire...

[Apologies for the “not so minimal” minimal example, it’s the best I could figure out…] I’ve also filed an Issue #819 for this. I have a callback that watches the value of a Dropdown (aka the...

View Article

Dash datatable maintain Excel formatting

I am using Dash to create a multi-page dashboard and its going well. On one of the pages, I have a Dash datatable that is simply a One-sheet Excel Workbook. Its uploading, fine and its all working. I...

View Article


Tabs with Dynamic Data

Please see below code - I’m trying to get the visualisations to open in the tabs to avoid the multiple pages opening when the app is executed! Please can someone help explain as to why the figures are...

View Article

Heroku deploy error: ModuleNotFoundError: No module named...

I am running into ModuleNotFoundError when deploying to heroku. I am able to deploy it locally: python index.py index.py contains: if __name__ == '__main__': app.run_server(debug=True) Here’s my file...

View Article


Heroku Deploy Error: ModuleNotFoundError: No module named 'sklearn'

ModuleNotFoundError is generally fixed by adding sklearn=0.23.1 in requirements.txt. However, when I add it, I receive this error: ERROR: No matching distribution found for sklearn==0.23.1 Traceback -...

View Article

Draw a Graph upon a click on a dcc.Graph

Hello; I want to draw a Graph in a dcc.Graph or a html.Div, upon a click on an existing dcc.Graph (that has a different id). I’m not seeking clicking on data point on the scatter, I’m seeking the...

View Article

Heroku deploy error : gunicorn.errors.HaltServer:

Attempting to deploy dash app to heroku. File structure: app.py index.py - assets - tabs -- tab1 -- tab2 Procfile: web: gunicorn index:app index.py if __name__ == '__main__':...

View Article
Browsing all 6271 articles
Browse latest View live


Latest Images