Support for C++11/C++14 in jupyter

Signed-off-by: Vassil Vassilev <vvasilev@cern.ch>
This commit is contained in:
erlanger 2016-10-28 20:23:01 -04:00 committed by sftnight
parent d538956101
commit be4ad78245
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"display_name": "C++14",
"argv": [
"jupyter-cling-kernel",
"-f",
"{connection_file}",
"--std=c++14"
]
}