Bokeh Dashboards not working on Jupyterhub

Hello,

I found a similar complain here : python - Interacting with Bokeh Server in JupyterHub - Stack Overflow

It seems that Bokeh dashboard does not work for Jupyterhub.

After launching show(app, notebook_url = “http://172.21.66.81:8000”), the server is launched but nothing is printed on the notebook :

I tried to change the port with whatever I could found, without any success…

screencapture-172-21-66-81-8000-user-jlescutmuller-notebooks-Testing_bokeh-ipynb-2018-08-31-09_57_14.png

I attached the notebook as a reproducible example.

Technical details :

Server (on which Jupyterhub is running) :

OS : Linux CentOS

Python version : 3.6.2

Anaconda version :

Jupyterhub version :

Bokeh version: 0.13.0

Client 1 :

OS : Mac OS

Browser : Chrome

Client 2 :

OS : Windows 7

Browser : Firefox

Cheers,

Testing_bokeh.ipynb (30.8 KB)

You notebook works for me with both 0.13 and current GH master. Do you have the required Bokeh jupyterlab extension installed? Is it up to date?

Bryan

···

On Aug 31, 2018, at 01:03, [email protected] wrote:

Hello,

I found a similar complain here : python - Interacting with Bokeh Server in JupyterHub - Stack Overflow
It seems that Bokeh dashboard does not work for Jupyterhub.
After launching show(app, notebook_url = "http://172.21.66.81:8000"), the server is launched but nothing is printed on the notebook :
I tried to change the port with whatever I could found, without any success...

<screencapture-172-21-66-81-8000-user-jlescutmuller-notebooks-Testing_bokeh-ipynb-2018-08-31-09_57_14.png>

I attached the notebook as a reproducible example.

Technical details :
Server (on which Jupyterhub is running) :
    OS : Linux CentOS
    Python version : 3.6.2
    Anaconda version :
    Jupyterhub version :
    Bokeh version: 0.13.0

Client 1 :
    OS : Mac OS
    Browser : Chrome

Client 2 :
    OS : Windows 7
    Browser : Firefox

Cheers,

--
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/d46984f0-f899-4c37-b143-9e12417e0b8f%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
<Testing_bokeh.ipynb><screencapture-172-21-66-81-8000-user-jlescutmuller-notebooks-Testing_bokeh-ipynb-2018-08-31-09_57_14.png>

Hello Bryan and thanks for the answer.

I found my bugs (apologies, on my side : port that were not open) and tries to delete this post but I couldnt find it back.

I'm gonna close it now. Thanks again.