##// END OF EJS Templates
Add URL to warning about rpy2
Thomas Kluyver -
Show More
@@ -691,7 +691,8 b' __doc__ = __doc__.format('
691 def load_ipython_extension(ip):
691 def load_ipython_extension(ip):
692 """Load the extension in IPython."""
692 """Load the extension in IPython."""
693 warnings.warn("The rmagic extension in IPython is deprecated in favour of "
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 try:
696 try:
696 import rpy2.ipython
697 import rpy2.ipython
697 except ImportError:
698 except ImportError:
General Comments 0
You need to be logged in to leave comments. Login now