/Python-Dash

Data Visualition with Python and Dash #Dashboard

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python-Dash

Data Visualition Application with Python and Dash #Dashboard
it collects btc last 30 day's avarege value then creates graphical output picture

Getting Started

first install needed components. Open console(terminal) then

  • sudo pip install dash dash-renderer dash-html-components dash-core-components plotly

then copy bitcoin.py file to python package directory /usr/local/lib/python2.7/dist-packages

How to Use

from linux console :

python dashornek.py
you will see output as like
Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)

  • Restarting with stat
  • Debugger is active!
  • Debugger PIN: 297-593-635

then open web browser then go to http://127.0.0.1:8050 its done !

License

licensed with GPL 3.0