Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Running Shiny for Python apps in ShinyProxy

openanalytics/shinyproxy-shiny-for-python-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

Running Shiny for Python apps in ShinyProxy

This repository describes how to add a Shiny for Python app inside ShinyProxy.

Build the Docker image

To pull the image made in this repository from Docker Hub, use

sudo docker pull openanalytics/shinyproxy-shiny-for-python-demo

the relevant Docker Hub repository can be found at https://hub.docker.com/r/openanalytics/shinyproxy-shiny-for-python-demo

To build the image from the Dockerfile, clone this repository, then navigate to its root directory and run

sudo docker build -t openanalytics/shinyproxy-shiny-for-python-demo .

ShinyProxy Configuration

To add the Shiny For Python application to ShinyProxy add the following lines to its configuration file (see application.yml for a complete file):

proxy:
 specs:
 - id: shiny-for-python-demo
 display-name: Shiny For Python Demo Application
 container-image: openanalytics/shinyproxy-shiny-for-python-demo
 port: 8080

References

(c) Copyright Open Analytics NV, 2023.

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /