I am using bokeh on a project (v 0.12.10) with Tornado 4.4.2
my project looks like this:
app
__static
__css
__custom.css__main.py
the css do not get loaded.
is it normal? is their anyway to load static css
I am using bokeh on a project (v 0.12.10) with Tornado 4.4.2
my project looks like this:
app
__static
__css
__custom.css__main.py
the css do not get loaded.
is it normal? is their anyway to load static css
You will need to use an HTML template, and have the template load any CSS you want. See
Where should I put `favicon.ico` so bokeh serve can find and render it? - Stack Overflow
Thanks,
Bryan
On Dec 1, 2017, at 11:02, [email protected] wrote:
I am using bokeh on a project (v 0.12.10) with Tornado 4.4.2
my project looks like this:
app
>
>__static
> >__css
> >__custom.css
>
>__main.pythe css do not get loaded.
is it normal? is their anyway to load static css--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/77c25081-e3fa-465d-9caa-3e6cea6761c0%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
Thank you i’ll do that then
Le vendredi 1 décembre 2017 18:03:50 UTC+1, Bryan Van de ven a écrit :
You will need to use an HTML template, and have the template load any CSS you want. See
[https://stackoverflow.com/questions/47586873/where-should-i-put-favicon-ico-so-bokeh-serve-can-find-and-render-it/47596726#47596726](https://stackoverflow.com/questions/47586873/where-should-i-put-favicon-ico-so-bokeh-serve-can-find-and-render-it/47596726#47596726)
Thanks,
Bryan
On Dec 1, 2017, at 11:02, [email protected] wrote:
I am using bokeh on a project (v 0.12.10) with Tornado 4.4.2
my project looks like this:
app
__static
__css
>__custom.css
__main.py
the css do not get loaded.
is it normal? is their anyway to load static css
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/77c25081-e3fa-465d-9caa-3e6cea6761c0%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.