6bbf1f3311
This patch let you customize your kernel: ``` { "display_name": "C++14-custom", "argv": [ "jupyter-cling-kernel", "-f", "{connection_file}", "--std=c++14" ], "language": "C++", "env": {"CLING_OPTS": "-I<add_directory_to_include_search_path> -L<add_directory_to_library_search_path>"} } ``` |
||
---|---|---|
.. | ||
cling-cpp1z | ||
cling-cpp11 | ||
cling-cpp14 | ||
cling-cpp17 | ||
scripts | ||
.gitignore | ||
cling.ipynb | ||
clingkernel.py | ||
setup.py |