ipython api的稳定性

时间:2015-08-18 13:23:23

标签: ipython ipython-notebook pymc3

在ipython4中使用pymc3我遇到了一些与ipython的api有关的错误:

ShimWarning: The `IPython.html` package has been deprecated. You should 
import from `notebook` instead. `IPython.html.widgets` has moved to
`ipywidgets`. "`IPython.html.widgets` has moved to `ipywidgets`.", ShimWarning)
./lib/python3.4/site-packages/IPython/utils/traitlets.py:5: UserWarning: IPython.utils.traitlets 
has moved to a top-level traitlets package.
warn("IPython.utils.traitlets has moved to a top-level traitlets package."

api的这一部分是否足够稳定,我是否值得尝试稳定其上的代码,还是仍处于重大发展阶段?

1 个答案:

答案 0 :(得分:0)

这是IPython API的一个问题。有一个等待合并的拉取请求,可以消除此警告。