Skip to main content

Run Shiny applications running Python in the browser.

Project description

Shinylive Python package

Build and test PyPI Latest Release

Documentation site

The goal of the shinylive Python package is to help you create Shinylive applications from your Shiny for Python applications. Shinylive runs Shiny entirely in the browser, without any need for a hosted server, using WebAssembly via pyodide.

About Shinylive

The Shinylive project consists of four interdependent components that work together in several different contexts.

  1. Shinylive (posit-dev/shinylive) is a web assets library that runs Shiny applications in the browser. You can try it out online at shinylive.io/r or shinylive.io/py.

  2. The shinylive Python package (posit-dev/py-shinylive) helps you export your Shiny applications from local files to a directory that can be hosted on a static web server.

    The Python package also downloads the Shinylive web assets mentioned above and manages them in a local cache. These assets are included in the exported Shinylive applications and are used to run your Shiny app in the browser.

  3. The shinylive R package (posit-dev/r-shinylive) serves the same role as the shinylive Python package but for Shiny for R apps.

  4. The shinylive Quarto extension (quarto-ext/shinylive) lets you write Shiny applications in Quarto web documents and slides and uses the Python or R package (or both) to translate shinylive-py or shinylive-r code blocks into Shinylive applications.

Installation

pip install shinylive

Usage

(Optional) Create a basic shiny application in a new directory myapp/:

shiny create myapp

Once you have a Shiny application in myapp/ and would like turn it into a Shinylive app in site/:

shinylive export myapp site

Then you can preview the application by running a web server and visiting it in a browser:

python3 -m http.server --directory site --bind localhost 8008

At this point, you can deploy the site/ directory to any static web hosting service.

Multiple applications

If you have multiple applications that you want to put on the same site, you can export them to subdirectories of the site, so that they can all share the same Shinylive assets. You can do this with the --subdir option:

shinylive export myapp1 site --subdir app1
shinylive export myapp2 site --subdir app2

Shinylive asset management

Each version of the Shinylive Python package is associated with a particular version of the Shinylive web assets. (See the releases here.)

To see which version of this Python package you have, and which version of the web assets it is associated with, simply run shinylive at the command prompt:

$ shinylive
Usage: shinylive [OPTIONS] COMMAND [ARGS]...

  shinylive Python package version: 0.1.0
  shinylive web assets version:     0.2.1
...

The web assets will be downloaded and cached the first time you run shinylive export. Or, you can run shinylive assets download to fetch them.

$ shinylive assets download
Downloading https://github.com/posit-dev/shinylive/releases/download/v0.2.1/shinylive-0.2.1.tar.gz...
Unzipping to /Users/username/Library/Caches/shinylive/

To see what versions you have installed, run shinylive assets info:

$ shinylive assets info
    Local cached shinylive asset dir:
    /Users/username/Library/Caches/shinylive

    Installed versions:
    /Users/username/Library/Caches/shinylive/shinylive-0.2.1
    /Users/username/Library/Caches/shinylive/shinylive-0.0.6

You can remove old versions with shinylive assets cleanup. This will remove all versions except the one that the Python package wants to use:

$ shinylive assets cleanup
Keeping version 0.2.1
Removing /Users/username/Library/Caches/shinylive/shinylive-0.0.6

If you want to force it to remove a specific version, use the shinylive assets remove xxx:

$ shinylive assets remove 0.2.1
Removing /Users/username/Library/Caches/shinylive/shinylive-0.2.1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shinylive-0.8.7.tar.gz (29.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

shinylive-0.8.7-py3-none-any.whl (29.4 kB view details)

Uploaded Python 3

File details

Details for the file shinylive-0.8.7.tar.gz.

File metadata

  • Download URL: shinylive-0.8.7.tar.gz
  • Upload date:
  • Size: 29.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for shinylive-0.8.7.tar.gz
Algorithm Hash digest
SHA256 37b5e6ac010d07e74f6f7aa67585afc5214bb7e0f91ed6f54b869f366b510755
MD5 9d238a4daf3407ed6d52704630927018
BLAKE2b-256 b9ecdfc69f8835dce3bf4ae4da4cb96655e3ffd7b6131ccd6be8866cd4c63e4a

See more details on using hashes here.

File details

Details for the file shinylive-0.8.7-py3-none-any.whl.

File metadata

  • Download URL: shinylive-0.8.7-py3-none-any.whl
  • Upload date:
  • Size: 29.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for shinylive-0.8.7-py3-none-any.whl
Algorithm Hash digest
SHA256 b0b553f5bced452f3fa1b84f18f9e9bd6b2bda6db7117b82cc28a9810fc02855
MD5 7acdeb93666df4716c7d2cba032e6083
BLAKE2b-256 698e8702ff737c103a7bc95460a9338afc93884a0adb906d44a3549d50391355

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page