1

I would like to ask if I can have the option to run an already-implemented python dash app with visualization, checkoboxes etc. to a php- html server.

I know that plotly has the bellow function, but it is only for the graphs.

plot(fig,
     include_plotlyjs=False,
     output_type='div')

So i was wondering if there is similar function or another way for the whole dash app to convert it to html in order to be used by the php server.

Thanks

1 Answer 1

3

You can run Dash in an Iframe, which should work for your particular setup.

More details can be found here.

https://dash.plotly.com/integrating-dash

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.