jupyter
This commit is contained in:
12
packages/python/yap_kernel/yap_ipython/extensions/rmagic.py
Normal file
12
packages/python/yap_kernel/yap_ipython/extensions/rmagic.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Copyright (C) 2012 The yap_ipython Development Team
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
import warnings
|
||||
|
||||
def load_ipython_extension(ip):
|
||||
"""Load the extension in yap_ipython."""
|
||||
warnings.warn("The rmagic extension in yap_ipython has moved to "
|
||||
"`rpy2.ipython`, please see `rpy2` documentation.")
|
||||
Reference in New Issue
Block a user