Thanks! The below kernel-install link helped. When I ran the command - python2 -m pip install ipykernel, I got "Requirement already satisfied" message. When I ran the below command, I got the below message.
python2 -m ipykernel install --user Installed kernelspec python2 in /home/<userid>/.local/share/jupyter/kernels/python2 Can I copy from the above location to /app/anaconda2/lib/python3.5/site-packages/ipykernel/resources directory? I want this kernel to be available to everyone. Appreciate your help! On Tuesday, April 4, 2017 at 9:40:20 AM UTC-5, takowl wrote: > On 4 April 2017 at 15:14, <[email protected] <javascript:>> wrote: > >> Could you please let me know what command(s) do I need to run to install >> the kernelspec in a separate location to find python2 kernel? >> > > In this case, you appear to already have it installed (or it wouldn't be > listed). Information about installing the kernelspec for IPython is here: > http://ipython.readthedocs.io/en/stable/install/kernel_install.html > -- 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/0b6ddbac-90c3-4c8a-bd88-8811a9f74907%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
