A quick way to use the Jupyter C++ kernel:
- https://blog.jupyter.org/interactive-workflows-for-c-with-jupyter-fe9b54227d92
- https://github.com/QuantStack/xeus-cling
- https://uwekorn.com/2017/12/17/play-interactively-with-arrow-cpp-in-xeus-cling.html
Install Vagrant from https://www.vagrantup.com.
Tip: If you're using macOS with Homebrew, run brew cask install vagrant
.
-
Run
vagrant up
in this repository -
Wait for a few minutes while the downloads and installation are happening
-
Open the link displayed in your web browser
-
Create new notebook with the
C++11
orC++14
kernel -
Follow the examples at https://github.com/QuantStack/xeus-cling#usage