Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grimmer0125/python-web-chart
Used by https://www.kek.jp/ja/Facility/IPNS/Belle2/, one project of the Japanese High-Energy Accelerator Research Organisation. This code is to mix React's web UI (JavaScript) and Python's web template html. Chart: Python Plotly. Coded on Python 3. Flask version: checkout its branch
https://github.com/grimmer0125/python-web-chart
django flask material-ui plotly semantic-ui
Last synced: 27 days ago
JSON representation
Used by https://www.kek.jp/ja/Facility/IPNS/Belle2/, one project of the Japanese High-Energy Accelerator Research Organisation. This code is to mix React's web UI (JavaScript) and Python's web template html. Chart: Python Plotly. Coded on Python 3. Flask version: checkout its branch
- Host: GitHub
- URL: https://github.com/grimmer0125/python-web-chart
- Owner: grimmer0125
- Created: 2018-06-25T10:43:19.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-29T17:46:55.000Z (over 4 years ago)
- Last Synced: 2024-11-11T15:46:35.197Z (2 months ago)
- Topics: django, flask, material-ui, plotly, semantic-ui
- Language: Python
- Homepage:
- Size: 266 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Install dependencies
`pip/pip3 install -r requirements.txt`
### Start
Start the web server:
```
python manage.py runserver 0.0.0.0:8000
```Then open the following pages to see the demo
1. http://127.0.0.1:8000 to see automatical-reload time page
2. http://127.0.0.1:8000/chart/mode1 use semantic-ui-react's Dropdown to change mode
3. http://127.0.0.1:8000/chart/mode2