Using Bootstrap or external CSS with Dash WebApp

Options
brs
brs Registered Posts: 3 ✭✭✭

Hello !

I'm currently trying to build a Dash WebApp in dataiku, but I don't really like how CSS is handled in this tutorial : Hands-On: Dash Webapp — Dataiku Academy 9.0 documentation

Is there any way to load an external CSS file (uploaded on dataiku) that we will be able to use in the layout through the attribute 'className', or in the same way, use bootstrap using a CDN link ?

I've tried to do what's describe here : Adding CSS & JS and Overriding the Page-Load Template | Dash for Python Documentation | Plotly, but whenever I touch directly to 'app', the backend won't work anymore.

dash.exceptions.NoLayoutException: The layout was `None` at the time that `run_server` was called
.
Make sure to set the `layout` attribute of your application before running the server.

Thanks for your help !

Answers

Setup Info
    Tags
      Help me…