Skip to content

cienciadedatos/py-shiny

 
 

Repository files navigation

Shiny for Python

See the Shiny for Python website.

Installation

To install the latest release from PyPI:

pip install shiny

To install the latest development version from this repository:

pip install https://github.com/rstudio/py-shiny/tarball/main

Development

If you want to do development on Shiny for Python:

pip install -r requirements-dev.txt

Additionally, you can install pre-commit hooks which will automatically reformat and lint the code when you make a commit:

pre-commit install

# To disable:
# pre-commit uninstall

Packages

No packages published

Languages

  • JavaScript 52.5%
  • Python 39.0%
  • SCSS 3.9%
  • HTML 2.4%
  • CSS 1.9%
  • Makefile 0.2%
  • R 0.1%