That message comes from the Python side of ipywidgets expecting the JS side 
of ipywidgets to be served from the same Python environment. In the 
dashboard server case, it's not. The dashboard server has the ipywidgets JS 
while the ipywidgets Python gets imported where the kernel runs, behind the 
kernel gateway.

It's a harmless message. Quite a few people have asked about it, so maybe 
there's a way to silence it. But I'm not sure making that a change in 
ipwydigets is the right answer.

On Friday, August 26, 2016 at 10:53:37 AM UTC-4, Spencer Ogden wrote:
>
> Hello,
>
> I've been able to get the Dashboard Server running and a test dashboard 
> appears to be working fine. In the console, I get this error:
>
> dashboard.js:257 stderr Widget Javascript not detected.  It may not be 
> installed properly. Did you enable the widgetsnbextension? If not, then run 
> "jupyter nbextension enable --py --sys-prefix widgetsnbextension"
>
> I have already run this, both as root and the local user, and everything 
> seems to be working, but I wanted to check if I am missing something. Where 
> can I check what is not properly installed?
>
> All pieces: notebook gateway, dashboard server, single user jupyter 
> notebook, are all running on a single machine.
>
> Thanks,
> Spencer
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" 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/d/msgid/jupyter/d95a26d7-ce61-4035-a7a7-97d2fc08d508%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to