From dc8cb188d1b00fed57ef5d1a10f23baab79a81c1 2013-11-05 19:56:35 From: Thomas Kluyver Date: 2013-11-05 19:56:35 Subject: [PATCH] Mention that some options cannot be set through %config --- diff --git a/docs/source/config/intro.rst b/docs/source/config/intro.rst index 95d9989..0103b67 100644 --- a/docs/source/config/intro.rst +++ b/docs/source/config/intro.rst @@ -115,7 +115,8 @@ You can also modify config from inside IPython, using a magic command:: %config IPCompleter.greedy = True At present, this only affects the current session - changes you make to -config are not saved anywhere. +config are not saved anywhere. Also, some options are only read when +IPython starts, so they can't be changed like this. .. _profiles: