Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 900 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 900 Bytes

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