Support for C++11/C++14 in jupyter
Signed-off-by: Vassil Vassilev <vvasilev@cern.ch>
This commit is contained in:
parent
d538956101
commit
be4ad78245
9
tools/Jupyter/kernel/cling-c++14/kernel.json
Normal file
9
tools/Jupyter/kernel/cling-c++14/kernel.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"display_name": "C++14",
|
||||
"argv": [
|
||||
"jupyter-cling-kernel",
|
||||
"-f",
|
||||
"{connection_file}",
|
||||
"--std=c++14"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user