Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 240 Bytes

File metadata and controls

16 lines (10 loc) · 240 Bytes

Studio

Application to display economics data in Python using Dashapp

Pre-requisites

  • Docker

Getting Started

Build the application and run the container

$ docker build -t studio .
$ docker run -p 8050:8050 studio