Python 模块 bqplot_extra

Python module bqplot_extra

我正在尝试关注 Jupytercomthis 演示,但软件包 bqplot_extra 似乎无法安装。

ModuleNotFoundError      Traceback (most recent call last)
<ipython-input-17-2c57530162d2> in <module>()
      2 
      3 from bqplot import LinearScale, Scatter, Figure
----> 4 from bqplot_extra.regression_lines import *

ModuleNotFoundError: No module named 'bqplot_extra'

jupyter笔记本错误:

我在哪里可以找到这个包裹? bqplot 核心库中不可用。

我相信你不能,因为它使用了一些专有的 Bloomberg 代码。参见 https://github.com/bloomberg/bqplot/issues/569