##// END OF EJS Templates
Mention that some options cannot be set through %config
Thomas Kluyver -
Show More
@@ -115,7 +115,8 b' You can also modify config from inside IPython, using a magic command::'
115 115 %config IPCompleter.greedy = True
116 116
117 117 At present, this only affects the current session - changes you make to
118 config are not saved anywhere.
118 config are not saved anywhere. Also, some options are only read when
119 IPython starts, so they can't be changed like this.
119 120
120 121 .. _profiles:
121 122
General Comments 0
You need to be logged in to leave comments. Login now