C++ PyTorch Jupyter notebook

I managed to install c++11 onto jupyter notebook (cling) and was wondering if there’s a way for me to reference libtorch onto the kernel. So far I’ve only seen documentations to use cmake onto a regular cpp executable program (https://pytorch.org/cppdocs/installing.html) but not for jupyter. Any advice?