Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
12
venv/Lib/site-packages/IPython/extensions/rmagic.py
Normal file
12
venv/Lib/site-packages/IPython/extensions/rmagic.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Copyright (C) 2012 The IPython Development Team
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
import warnings
|
||||
|
||||
def load_ipython_extension(ip):
|
||||
"""Load the extension in IPython."""
|
||||
warnings.warn("The rmagic extension in IPython has moved to "
|
||||
"`rpy2.ipython`, please see `rpy2` documentation.")
|
Loading…
Add table
Add a link
Reference in a new issue