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])
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.
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.
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\.