[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
Best Answer
-
importthepandas Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 115 Neuron
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:
I would explore code studios - they are a great feature.
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,165 Neuron
Shiny:
https://doc.dataiku.com/dss/latest/webapps/index.html#shiny-web-apps
https://knowledge.dataiku.com/latest/data-viz/webapps/tutorial-r-shiny.html
Flask (use Standard Web Apps as the backend is in Flask):
https://developer.dataiku.com/latest/tutorials/webapps/standard/index.html
https://doc.dataiku.com/dss/latest/webapps/standard.html
https://knowledge.dataiku.com/latest/data-viz/webapps/tutorial-standard-html.html
Dash:
https://developer.dataiku.com/latest/tutorials/webapps/dash/index.html
I don't think Django is supported.
URLs:
https://doc.dataiku.com/dss/latest/webapps/public.html#vanity-url
-
What is the content of the app.py file used as the starter file?
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,165 Neuron
This thread is marked as solved. Please start a new thread with your question.