Show More
@@ -417,6 +417,26 b' on available options, use::' | |||||
417 |
|
417 | |||
418 | :ref:`notebook_public_server` |
|
418 | :ref:`notebook_public_server` | |
419 |
|
419 | |||
|
420 | Installing new kernels | |||
|
421 | ---------------------- | |||
|
422 | ||||
|
423 | Running the notebook makes the current python installation available as a kernel. Other | |||
|
424 | python installations (different python versions, virtualenv or conda environments) can | |||
|
425 | be installed as kernels by following these steps: | |||
|
426 | ||||
|
427 | * make sure that the desired python installation is active (e.g. activate the environment) | |||
|
428 | and ipython is installed | |||
|
429 | * run once ``ipython kernelspec install-self --user`` (or ``ipython2 ...`` or ``ipython3 ...`` | |||
|
430 | if you want to install specific python versions) | |||
|
431 | ||||
|
432 | The last command installs a kernel spec file for the current python installation in | |||
|
433 | ``~/.ipython/kernels/``. Kernel spec files are JSON files, which can be viewed and changed with a | |||
|
434 | normal text editor. | |||
|
435 | ||||
|
436 | Kernels for other languages can be found in the `IPython wiki | |||
|
437 | <https://github.com/ipython/ipython/wiki/IPython%20kernels%20for%20other%20languages>`_. | |||
|
438 | They usually come with instruction what to run to make the kernel available in the notebook. | |||
|
439 | ||||
420 |
|
440 | |||
421 | .. _signing_notebooks: |
|
441 | .. _signing_notebooks: | |
422 |
|
442 |
General Comments 0
You need to be logged in to leave comments.
Login now