How can I add raw HTML/JavaScript to a Dash application?
How can I add raw HTML/JavaScript to a Dash application?
I'd like to have a tacky Matrix-style background in my Dash application. How can I add code for that, for example, what you'd find here?
1 Answer
1
That's a very high level question with a lot of things to work out.
First I would suggest you read this documentation page on how you are able to add the necessary javascript and css to your page and modifying the underlying template for your Dash app to add the required canvas. Then you should be able to combine the matrix background code example with your app.
You definitely will need good knowledge in HTML, JS and CSS to put all pieces together.
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.