Python模块bqplot_extra

问题描述 投票:0回答:1

我正在尝试跟随thisJupytercom演示文稿,但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笔记本错误:

enter image description here

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

python-3.x pypi bqplot
1个回答
0
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.