How to add C++ kernel and run c++ programs using Jupyterhub

Hi all,
Please guide me , How to add C++ kernel and run c++ programs using Jupyterhub.

Regards,
Zain

I’m not familiar with a C++ kernel in Jupyter, but this link popped up when I Google’d it: https://github.com/jupyter-xeus/xeus-cling

Try that maybe? If you get it and some version of C++ installed in the image that JupyterHub launches, it should work.

I have a docker image joequant/bitstation on dockerhub that has the ROOT c++ kernel and everything installed. It turns out to be a little tricky to get everything working, so I managed to get everything working and to create a docker images from it.

Alternatively you can install conda and then run the instructions in xeus-cling under github.