##// END OF EJS Templates
update kerrnelspec doc...
Min RK -
Show More
@@ -92,9 +92,9 b' locations:'
92 +--------+--------------------------------------+-----------------------------------+
92 +--------+--------------------------------------+-----------------------------------+
93 | | Unix | Windows |
93 | | Unix | Windows |
94 +========+======================================+===================================+
94 +========+======================================+===================================+
95 | System | ``/usr/share/ipython/kernels`` | ``%PROGRAMDATA%\ipython\kernels`` |
95 | System | ``/usr/share/jupyter/kernels`` | ``%PROGRAMDATA%\jupyter\kernels`` |
96 | | | |
96 | | | |
97 | | ``/usr/local/share/ipython/kernels`` | |
97 | | ``/usr/local/share/jupyter/kernels`` | |
98 +--------+--------------------------------------+-----------------------------------+
98 +--------+--------------------------------------+-----------------------------------+
99 | User | ``~/.ipython/kernels`` |
99 | User | ``~/.ipython/kernels`` |
100 +--------+--------------------------------------+-----------------------------------+
100 +--------+--------------------------------------+-----------------------------------+
@@ -124,9 +124,9 b' JSON serialised dictionary containing the following keys and values:'
124 For example, the kernel.json file for IPython looks like this::
124 For example, the kernel.json file for IPython looks like this::
125
125
126 {
126 {
127 "argv": ["python3", "-c", "from IPython.kernel.zmq.kernelapp import main; main()",
127 "argv": ["python3", "-m", "IPython.kernel",
128 "-f", "{connection_file}"],
128 "-f", "{connection_file}"],
129 "display_name": "IPython (Python 3)",
129 "display_name": "Python 3",
130 "language": "python"
130 "language": "python"
131 }
131 }
132
132
General Comments 0
You need to be logged in to leave comments. Login now