rmagic.py
12 lines
| 455 B
| text/x-python
|
PythonLexer
Jonathan Taylor
|
r7214 | # -*- coding: utf-8 -*- | ||
Jonathan Taylor
|
r7235 | #----------------------------------------------------------------------------- | ||
# Copyright (C) 2012 The IPython Development Team | ||||
#----------------------------------------------------------------------------- | ||||
Thomas Kluyver
|
r17606 | import warnings | ||
Jonathan Taylor
|
r7214 | |||
def load_ipython_extension(ip): | ||||
"""Load the extension in IPython.""" | ||||
Matthias Bussonnier
|
r21453 | warnings.warn("The rmagic extension in IPython has moved to " | ||
"`rpy2.ipython`, please see `rpy2` documentation.") | ||||