##// END OF EJS Templates
Add URL to warning about rpy2
Thomas Kluyver -
Show More
@@ -691,7 +691,8 b' __doc__ = __doc__.format('
691 691 def load_ipython_extension(ip):
692 692 """Load the extension in IPython."""
693 693 warnings.warn("The rmagic extension in IPython is deprecated in favour of "
694 "rpy2.ipython. If available, that will be loaded instead.")
694 "rpy2.ipython. If available, that will be loaded instead.\n"
695 "http://rpy.sourceforge.net/")
695 696 try:
696 697 import rpy2.ipython
697 698 except ImportError:
General Comments 0
You need to be logged in to leave comments. Login now