Any one to help he here, am running windows 7

when i run bokeh program the following error is encountered

from bokeh.plotting import figure, show, output_server

p = figure(title=“Server Plot”)

p.circle([1, 2, 3], [4, 5, 6])

output_server(“hover”)

show(p)

Error

Using saved session configuration for [http://localhost:5006/](http://localhost:5006/)
To override, pass 'load_from_config=False' to Session

That message is from an older version of Bokeh (pre 0.11) If you are intending to use the Bokeh server, have to strongly recommend upgrading to Bokeh 0.11 or later.

Bryan

···

On Jan 25, 2016, at 6:38 AM, okiror jethro <[email protected]> wrote:

when i run bokeh program the following error is encountered

from bokeh.plotting import figure, show, output_server

p = figure(title="Server Plot")
p.circle([1, 2, 3], [4, 5, 6])

output_server("hover")

show(p)

Error
Using saved session configuration for http://localhost:5006/

To override, pass 'load_from_config=False' to Session

--
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/ae9b3be0-8cb7-4b83-ae41-78d1c34790b4%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thank you Bryan but when i try updating Bokeh using command conda update bokeh it gives me an LOCKERROR it looks like conda is already doing something.

···

On Mon, Jan 25, 2016 at 5:05 PM, Bryan Van de Ven [email protected] wrote:

That message is from an older version of Bokeh (pre 0.11) If you are intending to use the Bokeh server, have to strongly recommend upgrading to Bokeh 0.11 or later.

Bryan

On Jan 25, 2016, at 6:38 AM, okiror jethro [email protected] wrote:

when i run bokeh program the following error is encountered

from bokeh.plotting import figure, show, output_server

p = figure(title=“Server Plot”)

p.circle([1, 2, 3], [4, 5, 6])

output_server(“hover”)

show(p)

Error

Using saved session configuration for http://localhost:5006/

To override, pass ‘load_from_config=False’ to Session

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/ae9b3be0-8cb7-4b83-ae41-78d1c34790b4%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/FDA3B977-61C2-4093-90B0-8B8EF48757B7%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.

I am not even running any conda some where?

···

On Mon, Jan 25, 2016 at 6:38 PM, okiror jethro [email protected] wrote:

Thank you Bryan but when i try updating Bokeh using command conda update bokeh it gives me an LOCKERROR it looks like conda is already doing something.

On Mon, Jan 25, 2016 at 5:05 PM, Bryan Van de Ven [email protected] wrote:

That message is from an older version of Bokeh (pre 0.11) If you are intending to use the Bokeh server, have to strongly recommend upgrading to Bokeh 0.11 or later.

Bryan

On Jan 25, 2016, at 6:38 AM, okiror jethro [email protected] wrote:

when i run bokeh program the following error is encountered

from bokeh.plotting import figure, show, output_server

p = figure(title=“Server Plot”)

p.circle([1, 2, 3], [4, 5, 6])

output_server(“hover”)

show(p)

Error

Using saved session configuration for http://localhost:5006/

To override, pass ‘load_from_config=False’ to Session

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/ae9b3be0-8cb7-4b83-ae41-78d1c34790b4%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/FDA3B977-61C2-4093-90B0-8B8EF48757B7%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Okikor,

I am not sure offhand, that seems like a conda issue, not a Bokeh issue. Perhaps a previous invocation of conda was interrupted and left a stray lock file? A few things to try:

* reboot (hopefully lock files are stored in tmp files that do not persist a reboot)

* create a new non-root conda env and use that instead of the root env:

  conda create -n mybokehenv bokeh

* ask the conda mailing list for help

Thanks,

Bryan

···

On Jan 25, 2016, at 9:40 AM, okiror jethro <[email protected]> wrote:

I am not even running any conda some where?

On Mon, Jan 25, 2016 at 6:38 PM, okiror jethro <[email protected]> wrote:
Thank you Bryan but when i try updating Bokeh using command conda update bokeh it gives me an LOCKERROR it looks like conda is already doing something.
<image.png>

On Mon, Jan 25, 2016 at 5:05 PM, Bryan Van de Ven <[email protected]> wrote:
That message is from an older version of Bokeh (pre 0.11) If you are intending to use the Bokeh server, have to strongly recommend upgrading to Bokeh 0.11 or later.

Bryan

> On Jan 25, 2016, at 6:38 AM, okiror jethro <[email protected]> wrote:
>
> when i run bokeh program the following error is encountered
>
> from bokeh.plotting import figure, show, output_server
>
> p = figure(title="Server Plot")
> p.circle([1, 2, 3], [4, 5, 6])
>
> output_server("hover")
>
> show(p)
>
> Error
> Using saved session configuration for http://localhost:5006/
>
> To override, pass 'load_from_config=False' to Session
>
>
> --
> 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/ae9b3be0-8cb7-4b83-ae41-78d1c34790b4%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/FDA3B977-61C2-4093-90B0-8B8EF48757B7%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/CAOQzScC-R4Y0BnBcmKj_GT7kx7EzRNAFoTDXPsjx6Yg2y%3D5U8A%40mail.gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.