view c_spec/kernel.json @ 34:b5bc8483ac3e

wip
author Brendan Rius <brendan@omixy.com>
date Sat, 30 Apr 2016 21:45:41 +0100
parents b9be404d9205
children
line wrap: on
line source

{
  "argv": [
    "python3",
    "-m",
    "jupyter_c_kernel",
    "-f",
    "{connection_file}"
  ],
  "display_name": "C",
  "language": "c"
}