Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _sources/core/ipython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ Try::
Further resources
^^^^^^^^^^^^^^^^^^

- `IPython docs page <http://ipython.github.com/ipython-doc/stable/html/index.html>`_
- `IPython docs page <https://jupyter.readthedocs.org/en/latest/>`_
- `IPython customization
<http://ipython.scipy.org/doc/rel-0.9.1/html/config/customization.html>`_ :
<https://ipython.org/ipython-doc/rel-0.9.1/html/config/index.html>`_ :
E.g. to always import certain modules read `The ipythonrc approach
<http://ipython.scipy.org/doc/rel-0.9.1/html/config/customization.html#the-ipythonrc-approach>`_
<https://ipython.org/ipython-doc/rel-0.9.1/html/config/customization.html#the-ipythonrc-approach>`_
which explains editing ``~/.ipython/ipythonrc`` and setting the
``import_mod`` configuration.