Custom model example from github

Hi,

Nothing shows up in the browser page when I run this example https://github.com/bokeh/bokeh/blob/master/examples/models/custom.py. If I inspect the page in Chrome I get these errors:

custom.html:18 Uncaught Error: Cannot find module ‘core/properties’

custom.html:18 Uncaught Error: Module `MyHBox’ does not exists. The problem may be two fold. Either a model was requested that’s available in an extra bundle, e.g. a widget, or a custom model was requested, but it wasn’t registered before first usage.

I have bokeh v0.11.1 installed. Do I need a developer setup to run this example or is it something else?

Thanks.

Hi, the version in master is too new, and uses new simpler ways of spelling things that were not available in 0.11.1 release. You can refer to the examples that are specifically for the version you have installed, e.g.:

  https://github.com/bokeh/bokeh/blob/0.11.1/examples/models/custom.py

Or you can run development builds, or your own local builds off master, as you suggest.

Thanks,

Bryan

···

On Apr 26, 2016, at 2:05 PM, Yanick MacAngus <[email protected]> wrote:

Hi,

Nothing shows up in the browser page when I run this example https://github.com/bokeh/bokeh/blob/master/examples/models/custom.py\. If I inspect the page in Chrome I get these errors:

custom.html:18 Uncaught Error: Cannot find module 'core/properties'
custom.html:18 Uncaught Error: Module `MyHBox' does not exists. The problem may be two fold. Either a model was requested that's available in an extra bundle, e.g. a widget, or a custom model was requested, but it wasn't registered before first usage.

I have bokeh v0.11.1 installed. Do I need a developer setup to run this example or is it something else?

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/7b1785af-820e-4657-bfdd-1852533fd473%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thanks!

···

On Tue, Apr 26, 2016 at 4:12 PM, Bryan Van de Ven [email protected] wrote:

Hi, the version in master is too new, and uses new simpler ways of spelling things that were not available in 0.11.1 release. You can refer to the examples that are specifically for the version you have installed, e.g.:

    [https://github.com/bokeh/bokeh/blob/0.11.1/examples/models/custom.py](https://github.com/bokeh/bokeh/blob/0.11.1/examples/models/custom.py)

Or you can run development builds, or your own local builds off master, as you suggest.

Thanks,

Bryan

On Apr 26, 2016, at 2:05 PM, Yanick MacAngus [email protected] wrote:

Hi,

Nothing shows up in the browser page when I run this example https://github.com/bokeh/bokeh/blob/master/examples/models/custom.py. If I inspect the page in Chrome I get these errors:

custom.html:18 Uncaught Error: Cannot find module ‘core/properties’

custom.html:18 Uncaught Error: Module `MyHBox’ does not exists. The problem may be two fold. Either a model was requested that’s available in an extra bundle, e.g. a widget, or a custom model was requested, but it wasn’t registered before first usage.

I have bokeh v0.11.1 installed. Do I need a developer setup to run this example or is it something else?

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/7b1785af-820e-4657-bfdd-1852533fd473%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/E39640B0-5747-402C-8836-B7E3DB0B7A3C%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.