cling
cling copied to clipboard
jupyter kernel for cling installed but not showing c++ as an option for jupyter notebook creation
I ran the command: jupyter kernelspec install cling
It definitely installed the kernel at: /usr/local/share/jupyter/kernels/cling
I have my cling folder at /opt/cling/, and have a soft link for cling binary at /usr/local/bin/cling pointing to /opt/cling/bin/cling
However when I run jupyter-notebook / jupyter notebook, c++ is not an option when creating a new notebook
this is on linux 16.04 64 bit