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