kernels icon indicating copy to clipboard operation
kernels copied to clipboard

Test output to HTML view

Open takluyver opened this issue 8 years ago • 0 comments

Test outputs will be in JSON files, something along the lines of:

{
  "kernel_name": "python",
  "variant": "pip_stable",
  "kernel_version": "5.1",
  "features": {
    "kernel_info": "passed",
    ...
  }
}

We will want to use this to build a nice HTML page listing kernels and their statuses.

takluyver avatar Nov 08 '16 00:11 takluyver