AaronWatters / jp_proxy_widget

Generic Jupyter/IPython widget implementation that will support many types of javascript libraries and interactions.
BSD 2-Clause "Simplified" License
61 stars 13 forks source link

load_css #29

Open gbrault opened 2 years ago

gbrault commented 2 years ago

I had an issue with using load_css in the back-end, providing an url for the resource. I did the following workaround

AaronWatters commented 2 years ago

Thanks for the note. Sorry for the delayed response.

Can you describe what the issue was?

Thanks again! -- Aaron Watters

gbrault commented 2 years ago

Thanks for the answer Aron. @AaronWatters: the issue is that the .css was actually not loading at all. The .js are loading but not the .css.