##// END OF EJS Templates
take comments into account
Matthias Bussonnier -
Show More
@@ -14,13 +14,10 b' environments) as a kernel for Jupyter by following these steps:'
14 * See `ipython kernel install --help` for the list of installation options like
14 * See `ipython kernel install --help` for the list of installation options like
15 naming the kernel, or non default install location.
15 naming the kernel, or non default install location.
16 * The IPython kernel for Jupyter is provided by the `ipykernel` python package,
16 * The IPython kernel for Jupyter is provided by the `ipykernel` python package,
17 see there if you need more flexibility for installation.
17 see `ipykernel documentation <http://ipykernel.readthedocs.org/>`_ if you
18 need more flexibility for installation.
18
19
19
20
20 The last command installs a :ref:`kernel spec <jupyterclient:kernelspecs>` file
21 for the current python installation. Kernel spec files are JSON files, which
22 can be viewed and changed with a normal text editor.
23
24 For example:
21 For example:
25
22
26 .. sourcecode:: bash
23 .. sourcecode:: bash
@@ -35,6 +32,11 b' or'
35
32
36 ~/envs/kernel-environment/python -m ipykernel install --user
33 ~/envs/kernel-environment/python -m ipykernel install --user
37
34
35 The last command installs a :ref:`kernel spec <jupyterclient:kernelspecs>` file
36 for the current python installation. Kernel spec files are JSON files, which
37 can be viewed and changed with a normal text editor.
38
39
38 .. note ::
40 .. note ::
39
41
40 The command `ipython kernelspec` is deprecated and will be removed in future versions.
42 The command `ipython kernelspec` is deprecated and will be removed in future versions.
General Comments 0
You need to be logged in to leave comments. Login now