Widgets should work fine with JupyterHub, since the Hub changes nothing about how single-user servers work in this regard. Can you share what version of everything you are using (pip list or conda list)?
-MinRK
--
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 jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAGngho%3D7ea0NXMKMmUxaw2SDK%2B_C_%2BfObj1Fr1cqiF4mCW%3Dmmw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/16479e5d-5b43-4dd7-9177-04cb49721256%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Project Jupyter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jupyter/n-GI5uNuHNU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CALQtMBYY8JfoiCF481ULn1yZxd6nxKTh6OqiHRxXUsoALY_dOQ%40mail.gmail.com.
To unsubscribe from this group and all its topics, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/b5ed3a88-e007-4932-8dce-edc2ff50c982%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAGnghokp0dV%3D-ozSym1iHh8QsX%3DmNsdmaeZhUPo6n30JQ82W5A%40mail.gmail.com.
To unsubscribe from this group and all its topics, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/b5ed3a88-e007-4932-8dce-edc2ff50c982%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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 jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
I am facing the same issue. I would like to clarify some terminologies. what do you mean by "the python version that the kernel launches" ? how could I get this information ?
/usr/local/anaconda3/bin/python3 ['', '/usr/local/anaconda3/lib/python35.zip', '/usr/local/anaconda3/lib/python3.5', '/usr/local/anaconda3/lib/python3.5/plat-linux', '/usr/local/anaconda3/lib/python3.5/lib-dynload', '/usr/local/anaconda3/lib/python3.5/site-packages', '/usr/local/anaconda3/lib/python3.5/site-packages/Sphinx-1.4.1-py3.5.egg', '/usr/local/anaconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg', '/usr/local/anaconda3/lib/python3.5/site-packages/IPython/extensions', '/home/ludoF/.ipython']
/usr/local/anaconda3/bin/python3.5 /usr/local/bin/jupyterhub --no-ssl --config=/etc/jupyterhub/jupyterhub_config.py
/usr/local/anaconda3/bin/python3.5 /usr/local/bin/jupyterhub --no-ssl --config=/etc/jupyterhub/jupyterhub_config.py
/usr/local/bin/python3.5 /usr/local/bin/jupyterhub-singleuser --user=ludo --port=35952 --cookie-name=jupyter-hub-token-ludo --base-url=/user/ludo --hub-host= --hub-prefix=/hub/ --hub-api-url=http://127.0.0.1:8081/hub/api --ip=127.0.0.1 --notebook-dir=~
it's not installed in the right Python distributions, or the version installed on the kernel mismatches the ones installed in the Python distro that the server uses. The two must match.
As you might notice, python executables are not identical whether root or a simple users are launching. Is it what your are referring to when it is said :