##// END OF EJS Templates
Merge pull request #10798 from Carreau/backport-pr-10707...
Thomas Kluyver -
r23915:eb16b9a7 merge
parent child Browse files
Show More
@@ -288,12 +288,14 b' Currently the magic system has the following functions:""",'
288 288
289 289 @line_magic
290 290 def profile(self, parameter_s=''):
291 """Print your currently active IPython profile.
291 """DEPRECATED since IPython 2.0.
292
293 Raise `UsageError`. To profile code use the :magic:`prun` magic.
294
292 295
293 296 See Also
294 297 --------
295 prun : run code using the Python profiler
296 (:meth:`~IPython.core.magics.execution.ExecutionMagics.prun`)
298 prun : run code using the Python profiler (:magic:`prun`)
297 299 """
298 300 warn("%profile is now deprecated. Please use get_ipython().profile instead.")
299 301 from IPython.core.application import BaseIPythonApplication
General Comments 0
You need to be logged in to leave comments. Login now