chengweitj / vagrant_jupyter_cpp

A quick way to use C++ in a Jupyter notebook by running Cling interpreter via Xeus-Cling kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant dev env for using Jupyter notebooks with C++

A quick way to use the Jupyter C++ kernel:

Prerequisites

Install Vagrant from https://www.vagrantup.com.

Tip: If you're using macOS with Homebrew, run brew cask install vagrant.

Running

  1. Run vagrant up in this repository

  2. Wait for a few minutes while the downloads and installation are happening

  3. Open the link displayed in your web browser

  4. Create new notebook with the C++11 or C++14 kernel

    Create new notebook

  5. Follow the examples at https://github.com/QuantStack/xeus-cling#usage

    Run C++ notebook

About

A quick way to use C++ in a Jupyter notebook by running Cling interpreter via Xeus-Cling kernel

License:Other


Languages

Language:Shell 100.0%