Giter VIP home page Giter VIP logo

dash-stock-tickers-demo-app's Introduction

Dash Stock Tickers Demo App

This is a demo of the Dash interactive Python framework developed by Plotly.

Dash abstracts away all of the technologies and protocols required to build an interactive web-based application and is a simple and effective way to bind a user interface around your Python code.

When you run app.py, it will say that the app is running on http://localhost:8050. However, by default it will be at http://localhost:8050/dash/gallery/stock-tickers. This can be configured by editing base_url_pathname.

To learn more check out our documentation.

The following is a screenshot for the app in this repo:

Alt desc

dash-stock-tickers-demo-app's People

Contributors

alishobeiri avatar bcdunbar avatar chriddyp avatar cldougl avatar crypdick avatar josegonzalez avatar timkpaine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dash-stock-tickers-demo-app's Issues

Running app.py produces 404 error

I cloned the repo and ran app.py and I get the following messages:

Console:

 * Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 704-832-824
127.0.0.1 - - [10/Feb/2018 15:01:44] "GET / HTTP/1.1" 404 -

The local site just shows a 404 error.

Graph does not show up on page after updateGraph callback function returns

I just cloned this and switched over from Google Finance data to Robinhood data (e.g. see here: http://pandas-datareader.readthedocs.io/en/latest/remote_data.html#remote-data-robinhood). I verified that the returned DataFrame is populated, and that I'm encountering no exceptions. However, when the updateGraph callback function returns, I don't see the graph on the page. No error messages show up; it's just blank. I haven't changed any of the input/output dependencies, and I've verified that the data comes through from Robinhood (using Pandas DataReader) and can be graphed with plotly in a Jupyter notebook. It seems there's something wrong. I've also tried modifying this project to use local data from a SQL server, and the same issue arises. Any idea what's going wrong?

Google Finance Deprecation

An old issue, but the stock tickers no longer update since the Google Finance API has been deprecated.

Graph sorts

Hi,
How can i sort graph, when select dropdown to create graph always show in first position. Now, the graph show always last position.

Thanks

can not see graphs at all... tried python 2 and python 3...

C:\Users\koren\AppData\Local\Programs\Python\Python37\python3.exe C:/Users/koren/.PyCharmCE2017.3/config/scratches/scratch_9.py

  • Serving Flask app "stock-tickers" (lazy loading)
  • Environment: production
    WARNING: Do not use the development server in a production environment.
    Use a production WSGI server instead.
  • Debug mode: on
  • Restarting with stat
  • Debugger is active!
  • Debugger PIN: 177-341-118
  • Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)
    127.0.0.1 - - [15/Sep/2018 17:15:33] "GET / HTTP/1.1" 200 -
    127.0.0.1 - - [15/Sep/2018 17:15:35] "GET /_dash-layout HTTP/1.1" 200 -
    127.0.0.1 - - [15/Sep/2018 17:15:35] "GET /_dash-dependencies HTTP/1.1" 200 -
    127.0.0.1 - - [15/Sep/2018 17:15:35] "POST /_dash-update-component HTTP/1.1" 200 -
    127.0.0.1 - - [15/Sep/2018 17:15:35] "GET /favicon.ico HTTP/1.1" 200 -
    127.0.0.1 - - [15/Sep/2018 17:15:42] "POST /_dash-update-component HTTP/1.1" 200 -

Rangeslider

Hello,
I am working on some time series data and I'm using Dash to make a cool app. I want to my scatter plot has rangerslider like your plot. I could not figure it how you made it. Is the rangerslider comes with candlestick plot or I can have it with the scatter plot too?
I tried this but it didn't work:

traces =[{

		'x':df.index,

		'y':df.level,

		'type': 'scatter', 'mode': 'lines',
		'name': 'a_level'
	}]
	graphs.append(dcc.Graph(
		id='a_level',
		figure={
			'data': traces,
			'layout': {
					'type': 'date',
					'rangeslider': {'visible':True},
                                        'margin': {'b': 0, 'r': 10, 'l': 60, 't': 0}
            }
		}
	)

Thank you in advance for your help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.