I would like to install kernels for all users of jupyterhub in a single directory and have that directory get checked for which kernels to load, as opposed to the user's .local/share/jupyter directory. According to http://jupyter-client.readthedocs.org/en/latest/kernels.html#kernel-specs, setting the JUPYTER_PATH variable should allow jupyter to see kernels in a different location. However, this doesn't seem to work. Does this variable need to be set for the master user that starts jupyterhub or can it just be set for each user before they invoke a spawner?
/usr/share/jupyter/kernels
/usr/local/share/jupyter/kernels
--
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/a53bd9d3-a90d-47b3-a0bd-7b8cfda1cdd8%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/bOGfNogIzrM/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/CA%2BtbMaXiPSM6uQVAKf3feyr2YCs0Mi8iPkvajtPx1h%2BUs%3DNgAw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Well, in my case, I had to use the sys.prefix approach, because the jupyter configs needed to go on a shared filesystem, but on our cluster /usr is local to the node. If there was a configuration option to simply set the global configuration directory, I would happily use that instead.
That is precisely the issue we have on out cluster. Thanks everyone for the feedback! I'll try the sys.prefix approach.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAPuy8grSkVP%3DQ-zJ_JdkmedQ5Ecva-a5bOkVqBkpYWPeCdWGAA%40mail.gmail.com.