| title | emoji | colorFrom | colorTo | sdk | pinned | license |
|---|---|---|---|---|---|---|
Essentials of Microeconomics |
💸 |
yellow |
indigo |
docker |
false |
mit |
This repository contains code for demonstrating some concepts in Essentials of Microeconomics - a textbook by Andrew Wait and Bonnie Nguyen.
Install dependencies using pip:
pip install -r requirements.txt
Run the following command to start the shiny app:
shiny run --reload essentials_of_microeconomics/app.py
Open the link in the output (typically http://127.0.0.1:8000) in a browser.