Search code examples
python-3.xpypibqplot

Python module bqplot_extra


I'm trying to follow this presentation from Jupytercom, but the package bqplot_extra seems not available for installation.

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 notebook error:

enter image description here

Where could I find this package? Is not available in bqplot core libraries.


Solution

  • I believe you can't because it uses some proprietary Bloomberg code. See https://github.com/bloomberg/bqplot/issues/569