On 12 April 2017 at 11:40, <[email protected]> wrote: > I also saw the python3 kernel under site_packages directory when I ran > jupyter kernelspec list command before running the command to install the > python kernels under /usr/share/local/jupyter/kernels. I thought if the > kernel is under site_packages, it can be used by all user. Is this correct? >
If all users will be running Jupyter on the same Python installation, then yes. Each Python installation or environment has its own site-packages; Jupyter will look in the site-packages corresponding to the Python it is running in. > Could you please clarify which is the standard location for the kernels - > python 2 and python3 in order to be used by all users? > There isn't one standard location, it's a search path of several locations that it looks at: http://jupyter.readthedocs.io/en/latest/projects/jupyter-directories.html#data-files Plus a fallback to find a Python kernel in site-packages. Thomas -- 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/CAOvn4qiBVS3-ML1dAt6GLG3EyNWUpfuGJtN6h7CKUq%3DhB%3DPYTA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
