/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
contrib/python/ipython/py2/IPython/extensions/rmagic.py
12 строк
455 B
wilytiger
support building opensource nbs with ya make
09 окт 2023, 17:33
09 окт 2023, 17:33
759d542
Код
Авторство
О чём код?
# -*- 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.")