[Webapps] Shiny for Python ?

Solved!
MAYERAL
Level 1
[Webapps] Shiny for Python ?

Are there any plans to add Shiny for Python to web application development frameworks? Same question for Django and Flask. Thank you, Alexis

0 Kudos
1 Solution
importthepandas

You can do this in a code studio! Minimal template below. This gives you much more customization over standard dku apps via your dockerfile. Just make sure your python env has shiny in it, set up a vscode block and enjoy.

Flask webapps are already supported. Django I'm pretty certain you could get going in a code studio. Shiny for python below:

Screenshot 2023-11-21 at 3.07.06 PM.png

 

I would explore code studios - they are a great feature.

View solution in original post

2 Replies
importthepandas

You can do this in a code studio! Minimal template below. This gives you much more customization over standard dku apps via your dockerfile. Just make sure your python env has shiny in it, set up a vscode block and enjoy.

Flask webapps are already supported. Django I'm pretty certain you could get going in a code studio. Shiny for python below:

Screenshot 2023-11-21 at 3.07.06 PM.png

 

I would explore code studios - they are a great feature.