cling/tools/Jupyter/kernel
Damien L-G 6bbf1f3311 Use CLING_OPTS env variable to pass extra arguments to jupyter-cling-kernel
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>"}
}
```
2018-03-23 16:59:08 +01:00
..
cling-cpp1z Add "language" field to kernel.json 2018-01-15 17:14:05 +01:00
cling-cpp11 Add "language" field to kernel.json 2018-01-15 17:14:05 +01:00
cling-cpp14 Add "language" field to kernel.json 2018-01-15 17:14:05 +01:00
cling-cpp17 Add "language" field to kernel.json 2018-01-15 17:14:05 +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 Use CLING_OPTS env variable to pass extra arguments to jupyter-cling-kernel 2018-03-23 16:59:08 +01:00
setup.py Reflect changed Github repo name. 2017-04-05 11:44:05 +02:00