UNKNOWN
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
### running a python example
The backend doesn't serve files (yet), it only responds to HTTP calls.
```
(dash2) $ cd dash
(dash2/dash) $ pip install -r requirements.txt
Collecting click==6.6 (from -r requirements.txt (line 1))
Collecting Flask==0.11 (from -r requirements.txt (line 2))
Using cached Flask-0.11-py2.py3-none-any.whl
Collecting Flask-Cors==2.1.2 (from -r requirements.txt (line 3))
Collecting itsdangerous==0.24 (from -r requirements.txt (line 4))
...
...
Successfully installed Flask-0.11 Flask-Cors-2.1.2 Jinja2-2.8 MarkupSafe-0.23 Werkzeug-0.11.10 click-6.6 itsdangerous-0.24 numpy-1.11.0 pandas-0.18.1 plotly-1.11.0 python-dateutil-2.5.3 pytz-2016.4 requests-2.10.0 six-1.10.0
(dash2/dash) $ python helloworld.py
/Users/chriddyp/Repos/dash2/dash/vv/lib/python2.7/site-packages/flask/exthook.py:71: ExtDeprecationWarning:
Importing flask.ext.cors is deprecated, use flask_cors instead.
* Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)
* Restarting with stat
/Users/chriddyp/Repos/dash2/dash/vv/lib/python2.7/site-packages/flask/exthook.py:71: ExtDeprecationWarning:
Importing flask.ext.cors is deprecated, use flask_cors instead.
* Debugger is active!
* Debugger pin code: 254-379-279
```
The backend doesn't serve files (yet), it only responds to HTTP calls.
```
(dash2) $ cd dash
(dash2/dash) $ pip install -r requirements.txt
Collecting click==6.6 (from -r requirements.txt (line 1))
Collecting Flask==0.11 (from -r requirements.txt (line 2))
Using cached Flask-0.11-py2.py3-none-any.whl
Collecting Flask-Cors==2.1.2 (from -r requirements.txt (line 3))
Collecting itsdangerous==0.24 (from -r requirements.txt (line 4))
...
...
Successfully installed Flask-0.11 Flask-Cors-2.1.2 Jinja2-2.8 MarkupSafe-0.23 Werkzeug-0.11.10 click-6.6 itsdangerous-0.24 numpy-1.11.0 pandas-0.18.1 plotly-1.11.0 python-dateutil-2.5.3 pytz-2016.4 requests-2.10.0 six-1.10.0
(dash2/dash) $ python helloworld.py
/Users/chriddyp/Repos/dash2/dash/vv/lib/python2.7/site-packages/flask/exthook.py:71: ExtDeprecationWarning:
Importing flask.ext.cors is deprecated, use flask_cors instead.
* Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)
* Restarting with stat
/Users/chriddyp/Repos/dash2/dash/vv/lib/python2.7/site-packages/flask/exthook.py:71: ExtDeprecationWarning:
Importing flask.ext.cors is deprecated, use flask_cors instead.
* Debugger is active!
* Debugger pin code: 254-379-279
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dash.ly-0.11.5.tar.gz
(5.1 kB
view details)
File details
Details for the file dash.ly-0.11.5.tar.gz.
File metadata
- Download URL: dash.ly-0.11.5.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b58f572be83604dbb06d56bebbcc1079af59bfbce179b445de315865f24d2ac4
|
|
| MD5 |
a9419ac5f6c45df22dd5f4f080960317
|
|
| BLAKE2b-256 |
9d3382b739d3b2b993524b83ef968ca084458d6ee848ab8e108329c685a6b38c
|