freelance-project-34-market.../deps/ipython-fork/docs/source/install/index.rst
Siarhei Siniak 1530fcf108 [~] Fork ipython
1. 7f51a0332edd0c675c2d314ca3e62df7ef041281 deps/ipython (8.4.0-33-g7f51a0332)
2022-08-27 13:02:12 +03:00

59 lines
1.1 KiB
ReStructuredText

.. _install_index:
============
Installation
============
.. toctree::
:maxdepth: 3
:hidden:
install
kernel_install
This sections will guide you through :ref:`installing IPython itself <install>`, and
installing :ref:`kernels for Jupyter <kernel_install>` if you wish to work with
multiple version of Python, or multiple environments.
Quick install reminder
~~~~~~~~~~~~~~~~~~~~~~
Here is a quick reminder of the commands needed for installation if you are
already familiar with IPython and are just searching to refresh your memory:
Install IPython:
.. code-block:: bash
$ pip install ipython
Install and register an IPython kernel with Jupyter:
.. code-block:: bash
$ python -m pip install ipykernel
$ python -m ipykernel install [--user] [--name <machine-readable-name>] [--display-name <"User Friendly Name">]
for more help see
.. code-block:: bash
$ python -m ipykernel install --help
.. seealso::
`Installing Jupyter <https://jupyter.readthedocs.io/en/latest/install.html>`__
The Notebook, nbconvert, and many other former pieces of IPython are now
part of Project Jupyter.