dbc.Carousel and DMC.select not working on dash server when hosted on jupyterlab

Hi,

As part of a project I’m making a dash website to be hosted internally within a server. I have created the dash website and it works fine when I host it on my personal laptop. However when I host it on jupyterlab, 95% of the website works as intended, however the dashbootstrap carousel images are no longer displayed as well as the DMC.select for the dropdown lists within my dash AG-Grids. I noticed that the images and the DMC.select javascript file are located in the assets folder of the website, however, other stuff from the assets folder such as the CSS and other images are loaded correctly.

Any direction or tips to identify/fix the issue would be greatly appreciated.

Thanks :slight_smile:

Dash mantine components and dash bootstrap components, can be used together… but should they? Well thats kinda up for debate, the problem some people have with that approach is they are both extensive packages with possible conflicts with css and style between the two that are less than obvious. I’d recommend looking through the inspector of the components and see if you can spot anything failing, maybe just stick with one rather than using both in the same project if possible. Also you might find this a worth while improvement to you dbc carousel: Pip Install Dash-Image-Gallery 🏞️

1 Like