##// END OF EJS Templates
Backport PR #8985: override vformat instead of _vformat...
Backport PR #8985: override vformat instead of _vformat in our eval formatters avoids being caught out by changes in private API this needs to be backported in order to support Python 3.4.4 ...

File last commit:

r21587:4a6a7390
r21825:52b26b16
Show More
kernel_install.rst
15 lines | 664 B | text/x-rst | RstLexer
Jonathan Frederic
Add files remove in https://github.com/jupyter/notebook/pull/124
r21584 .. _kernel_install:
Kernel Installation
-------------------
Jonathan Frederic
@takluyver's suggested changes...
r21587 IPython can be installed (different python versions, virtualenv or conda
environments) as a kernel by following these steps:
Jonathan Frederic
Add files remove in https://github.com/jupyter/notebook/pull/124
r21584
* make sure that the desired python installation is active (e.g. activate the environment)
and ipython is installed
* run once ``ipython kernelspec install-self --user`` (or ``ipython2 ...`` or ``ipython3 ...``
if you want to install specific python versions)
Jonathan Frederic
@takluyver's suggested changes...
r21587 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
Jonathan Frederic
Add files remove in https://github.com/jupyter/notebook/pull/124
r21584 normal text editor.