cling/tools/Jupyter/kernel
Yuki Yamaura 38923cd710 Add support C++1z for Jupyter kernel
When run C++17 kernel in Jupyter notebook cause some errors
due to currently clang-5.0 in https://root.cern.ch/download/cling/ is not
support c++17.
So add support to C++1z for Jupyter kernel and we can try some new
features in Jupyter notebook.

for avoiding following error:

[I 05:46:38.253 NotebookApp] Kernel restarted:
d3413fa0-7046-4b63-912b-a286610eacc1
error: invalid value 'c++17' in '-std=c++17'
note: use 'c++98' or 'c++03' for 'ISO C++ 1998 with amendments' standard
note: use 'gnu++98' or 'gnu++03' for 'ISO C++ 1998 with amendments and
GNU extensions' standard
note: use 'c++11' for 'ISO C++ 2011 with amendments' standard
note: use 'gnu++11' for 'ISO C++ 2011 with amendments and GNU
extensions' standard
note: use 'c++14' for 'ISO C++ 2014 with amendments' standard
note: use 'gnu++14' for 'ISO C++ 2014 with amendments and GNU
extensions' standard
note: use 'c++1z' for 'Working draft for ISO C++ 2017' standard
note: use 'gnu++1z' for 'Working draft for ISO C++ 2017 with GNU
extensions' standard
2017-09-06 16:44:07 +02:00
..
cling-cpp1z Add support C++1z for Jupyter kernel 2017-09-06 16:44:07 +02:00
cling-cpp11 rename kernels 2017-02-21 20:23:27 +01:00
cling-cpp14 rename kernels 2017-02-21 20:23:27 +01:00
cling-cpp17 rename kernels 2017-02-21 20:23:27 +01:00
scripts use Python script to get correct executable 2015-12-16 20:29:21 +01:00
.gitignore ignore checkpoints 2015-12-16 20:29:21 +01:00
cling.ipynb Update notebook, esp the kernelspec name. 2017-05-02 11:59:10 +02:00
clingkernel.py Add support C++1z for Jupyter kernel 2017-09-06 16:44:07 +02:00
setup.py Reflect changed Github repo name. 2017-04-05 11:44:05 +02:00