我试图遵循来自这的Jupytercom演示文稿,但是包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核心库中不可用。
发布于 2018-02-14 00:47:19
我相信你做不到,因为它使用了一些专有的彭博代码。请参阅https://github.com/bloomberg/bqplot/issues/569
https://stackoverflow.com/questions/48734055
复制相似问题