Runner for quick scripts or snippets
xeus-cling Install from Miniconda (brew version) and then kernels copying
cd /usr/local/miniconda3
cp -r ./envs/xeus-cling/share/jupyter/kernels/* ~/Library/Jupyter/kernels/
Interactive C++: Meet Jupyter / Cling - Neil Horlock, ACCU 2019
$ go get -u github.com/gopherdata/gophernotes
$ mkdir -p ~/Library/Jupyter/kernels/gophernotes
$ cp $GOPATH/src/github.com/gopherdata/gophernotes/kernel/* ~/Library/Jupyter/kernels/gophernotes