0

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.

P-Gn
  • 23,115
  • 9
  • 87
  • 104

1 Answers1

1

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

DougR
  • 3,196
  • 1
  • 28
  • 29