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