Pretext / Paragraph.

What is the main difference between these two widgets ? Do they accept only plain text, or could I provide a html snippet for formatted text

Thanks.

They correspond to standard <pre></pre> and <p></p> HTML tags, respectively.

···

On Oct 6, 2015, at 3:04 AM, waqy <[email protected]> wrote:

What is the main difference between these two widgets ? Do they accept only plain text, or could I provide a html snippet for formatted text

Thanks.

--
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/71e94d1e-a597-441e-b624-022bf9950f95%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Can these be styled with HTML / CSS ?

···

It doesn't look like there is any plumbing to specify a class or id:

  https://github.com/bokeh/bokeh/blob/master/bokehjs/src/coffee/widget/paragraph.coffee

That would probably be a reasonable feature, can you open a GH issue for it?

In the mean time the best bet probably to use embed.components to embed these things inside other <div> objects that you have control over in a template.

Thanks,

Bryan

···

On Oct 6, 2015, at 2:49 PM, Arthur Dijkstra <[email protected]> wrote:

Can these be styled with HTML / 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/4dbcbd68-c764-4f9e-a8e6-7955eb18a2f5%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thanks for info.
I have no experience to make GH issue

···

Verstuurd vanaf mijn iPad

Op 6 okt. 2015 om 21:52 heeft Bryan Van de Ven <[email protected]> het volgende geschreven:

It doesn't look like there is any plumbing to specify a class or id:

   https://github.com/bokeh/bokeh/blob/master/bokehjs/src/coffee/widget/paragraph.coffee

That would probably be a reasonable feature, can you open a GH issue for it?

In the mean time the best bet probably to use embed.components to embed these things inside other <div> objects that you have control over in a template.

Thanks,

Bryan

On Oct 6, 2015, at 2:49 PM, Arthur Dijkstra <[email protected]> wrote:

Can these be styled with HTML / 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/4dbcbd68-c764-4f9e-a8e6-7955eb18a2f5%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/40CC3A88-0117-4FBA-9DCE-2083DB5B8CB8%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Arthur,

Here is the link to make feature request/bug report issues:

  Issues · bokeh/bokeh · GitHub

Just click "New Issue" and describe the feature in the form.

Bryan

···

On Oct 6, 2015, at 3:26 PM, ArthurDijkstra <[email protected]> wrote:

Thanks for info.
I have no experience to make GH issue

Verstuurd vanaf mijn iPad

Op 6 okt. 2015 om 21:52 heeft Bryan Van de Ven <[email protected]> het volgende geschreven:

It doesn't look like there is any plumbing to specify a class or id:

  https://github.com/bokeh/bokeh/blob/master/bokehjs/src/coffee/widget/paragraph.coffee

That would probably be a reasonable feature, can you open a GH issue for it?

In the mean time the best bet probably to use embed.components to embed these things inside other <div> objects that you have control over in a template.

Thanks,

Bryan

On Oct 6, 2015, at 2:49 PM, Arthur Dijkstra <[email protected]> wrote:

Can these be styled with HTML / 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/4dbcbd68-c764-4f9e-a8e6-7955eb18a2f5%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/40CC3A88-0117-4FBA-9DCE-2083DB5B8CB8%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/9EEA8948-AABA-4B27-AD12-586F739F539C%40gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

There is already current issue on ‘Paragraph’ text options.

It might be better to add html styling to that one.

···

On Tuesday, October 6, 2015 at 1:27:49 PM UTC-7, Bryan Van de ven wrote:

Arthur,

Here is the link to make feature request/bug report issues:

    [https://github.com/bokeh/bokeh/issues](https://github.com/bokeh/bokeh/issues)

Just click “New Issue” and describe the feature in the form.

Bryan

On Oct 6, 2015, at 3:26 PM, ArthurDijkstra [email protected] wrote:

Thanks for info.

I have no experience to make GH issue

Verstuurd vanaf mijn iPad

Op 6 okt. 2015 om 21:52 heeft Bryan Van de Ven [email protected] het volgende geschreven:

It doesn’t look like there is any plumbing to specify a class or id:

https://github.com/bokeh/bokeh/blob/master/bokehjs/src/coffee/widget/paragraph.coffee

That would probably be a reasonable feature, can you open a GH issue for it?

In the mean time the best bet probably to use embed.components to embed these things inside other

objects that you have control over in a template.

Thanks,

Bryan

On Oct 6, 2015, at 2:49 PM, Arthur Dijkstra [email protected] wrote:

Can these be styled with HTML / 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/4dbcbd68-c764-4f9e-a8e6-7955eb18a2f5%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.


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/40CC3A88-0117-4FBA-9DCE-2083DB5B8CB8%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.


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/9EEA8948-AABA-4B27-AD12-586F739F539C%40gmail.com.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Thanks, I have updated that issue with a comment and moved it to our short-term milestone for consideration sooner.

Bryan

···

On Oct 7, 2015, at 9:34 PM, waqy <[email protected]> wrote:

There is already current issue on 'Paragraph' text options.
Paragraph text options · Issue #2905 · bokeh/bokeh · GitHub
It might be better to add html styling to that one.

On Tuesday, October 6, 2015 at 1:27:49 PM UTC-7, Bryan Van de ven wrote:
Arthur,

Here is the link to make feature request/bug report issues:

        Issues · bokeh/bokeh · GitHub

Just click "New Issue" and describe the feature in the form.

Bryan

> On Oct 6, 2015, at 3:26 PM, ArthurDijkstra <[email protected]> wrote:
>
> Thanks for info.
> I have no experience to make GH issue
>
> Verstuurd vanaf mijn iPad
>
>> Op 6 okt. 2015 om 21:52 heeft Bryan Van de Ven <[email protected]> het volgende geschreven:
>>
>> It doesn't look like there is any plumbing to specify a class or id:
>>
>> https://github.com/bokeh/bokeh/blob/master/bokehjs/src/coffee/widget/paragraph.coffee
>>
>> That would probably be a reasonable feature, can you open a GH issue for it?
>>
>> In the mean time the best bet probably to use embed.components to embed these things inside other <div> objects that you have control over in a template.
>>
>> Thanks,
>>
>> Bryan
>>
>>
>>> On Oct 6, 2015, at 2:49 PM, Arthur Dijkstra <[email protected]> wrote:
>>>
>>> Can these be styled with HTML / 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 bokeh+un...@continuum.io.
>>> To post to this group, send email to bo...@continuum.io.
>>> To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/4dbcbd68-c764-4f9e-a8e6-7955eb18a2f5%40continuum.io\.
>>> For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
>>
>> --
>> 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 bokeh+un...@continuum.io.
>> To post to this group, send email to bo...@continuum.io.
>> To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/40CC3A88-0117-4FBA-9DCE-2083DB5B8CB8%40continuum.io\.
>> For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
>
> --
> 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 bokeh+un...@continuum.io.
> To post to this group, send email to bo...@continuum.io.
> To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/9EEA8948-AABA-4B27-AD12-586F739F539C%40gmail.com\.
> For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/525c81f6-ec49-4f42-b2a4-573a0ac5e729%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Done,
Thanks for the explanation !
Arthur

-----Oorspronkelijk bericht-----

···

Van: [email protected] [mailto:[email protected]] Namens Bryan Van de Ven
Verzonden: dinsdag 6 oktober 2015 22:28
Aan: [email protected]
Onderwerp: Re: [bokeh] Pretext / Paragraph.

Arthur,

Here is the link to make feature request/bug report issues:

  Issues · bokeh/bokeh · GitHub

Just click "New Issue" and describe the feature in the form.

Bryan

On Oct 6, 2015, at 3:26 PM, ArthurDijkstra <[email protected]> wrote:

Thanks for info.
I have no experience to make GH issue

Verstuurd vanaf mijn iPad

Op 6 okt. 2015 om 21:52 heeft Bryan Van de Ven <[email protected]> het volgende geschreven:

It doesn't look like there is any plumbing to specify a class or id:

  https://github.com/bokeh/bokeh/blob/master/bokehjs/src/coffee/widget/paragraph.coffee

That would probably be a reasonable feature, can you open a GH issue for it?

In the mean time the best bet probably to use embed.components to embed these things inside other <div> objects that you have control over in a template.

Thanks,

Bryan

On Oct 6, 2015, at 2:49 PM, Arthur Dijkstra <[email protected]> wrote:

Can these be styled with HTML / 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/4dbcbd68-c764-4f9e-a8e6-7955eb18a2f5%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/40CC3A88-0117-4FBA-9DCE-2083DB5B8CB8%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/9EEA8948-AABA-4B27-AD12-586F739F539C%40gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/25B856F1-F302-4084-BF62-5488D695C128%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.