rmagic.py 455 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. #-----------------------------------------------------------------------------
  3. # Copyright (C) 2012 The IPython Development Team
  4. #-----------------------------------------------------------------------------
  5. import warnings
  6. def load_ipython_extension(ip):
  7. """Load the extension in IPython."""
  8. warnings.warn("The rmagic extension in IPython has moved to "
  9. "`rpy2.ipython`, please see `rpy2` documentation.")