Hi all,
I've installed the IRkernel for Jupyterhub on RHEL7 following the fedora instructions here:
http://irkernel.github.io/installation/. After restarting jupyterhub, the new kernel was NOT available in the dropdown menu for new notebooks. I tried listing the kernels and found:
$jupyter-kernelspec list
Available kernels:
ir /root/.local/share/jupyter/kernels/ir
python3 /usr/local/share/jupyter/kernels/python3
I can use the IRkernel with:
$jupyter console --kernel=ir
How do I get the IRkernel to show up in the jupyterhub drop down menu?
Thanks,
-Aaron