view c_spec/kernel.json @ 32:fae3b8f7cbfb

Add contributing guidelines in README
author Brendan Rius <brendan@omixy.com>
date Sat, 30 Apr 2016 21:44:41 +0100
parents b9be404d9205
children
line wrap: on
line source

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