##// END OF EJS Templates
Fix invalid JSON...
Fernando Perez -
Show More
@@ -121,7 +121,7 b' For example, the kernel.json file for IPython looks like this::'
121 121 {
122 122 "argv": ["python3", "-c", "from IPython.kernel.zmq.kernelapp import main; main()",
123 123 "-f", "{connection_file}"],
124 "display_name": "IPython (Python 3)",
124 "display_name": "IPython (Python 3)"
125 125 }
126 126
127 127 To see the available kernel specs, run::
General Comments 0
You need to be logged in to leave comments. Login now