Skip to content

A visualiser for QuantFi concepts built with Dash and Docker.

License

Notifications You must be signed in to change notification settings

benhhack/quantfi-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quant Fi Visuliser - UNFINISHED

The purpose of this app is to create a visualiser for some quant fi concepts coded in Python. The template repository can be found at https:/yaojiach/docker-dash.

The original README is below with the run instructions. This README will be updated when the project has some more legs.

Docker Dash (Plotly)

Dockerize a Python Dash app for quick prototyping.

Build and run

prod version is served by gunicorn instead of the flask dev server.

# dev
docker build -f Dockerfile.dev -t docker-dash-example-dev .
docker run -p 8050:8050 -v "$(pwd)"/app:/app --rm docker-dash-example-dev

# prod
docker build -f Dockerfile -t docker-dash-example-prod .
docker run -p 8050:8050 -v "$(pwd)"/app:/app --rm docker-dash-example-prod

Access the page

Go to http://localhost:8050 in browser.

Switch debug mode in Dockerfile

ENV DASH_DEBUG_MODE True # False

Development

Install the app requirements for development to get better editor support.

poetry install

Optional: clean initialization of poetry:

poetry init
cat app/requirements.txt | xargs poetry add

About

A visualiser for QuantFi concepts built with Dash and Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •