jupyter
jupyter copied to clipboard
Parse json from kernelspec being printed with warnings
Potential fix for #446
jupyter kernelspect
seems to be spitting a few warnings before the json. This PR strips out that and parses only the json. Also, prints out a warning if there are any warnings.
shoot, this might be a duplicate of #423