##// END OF EJS Templates
Remove docs on security files...
Thomas Kluyver -
Show More
@@ -121,18 +121,6 b' config file:'
121
121
122 load_subconfig('ipython_config.py', profile='default')
122 load_subconfig('ipython_config.py', profile='default')
123
123
124 Security Files
125 --------------
126
127 If you are using the notebook, qtconsole, or parallel code, IPython stores
128 connection information in small JSON files in the active profile's security
129 directory. This directory is made private, so only you can see the files inside. If
130 you need to move connection files around to other computers, this is where they will
131 be. If you want your code to be able to open security files by name, we have a
132 convenience function :func:`IPython.utils.path.get_security_file`, which will return
133 the absolute path to a security file from its filename and [optionally] profile
134 name.
135
136 .. _startup_files:
124 .. _startup_files:
137
125
138 Startup Files
126 Startup Files
General Comments 0
You need to be logged in to leave comments. Login now