Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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