predict-idlab / plotly-resampler

Visualize large time series data with plotly.py
https://predict-idlab.github.io/plotly-resampler/latest
MIT License
1k stars 67 forks source link

`pip install plotly-resampler` download does not contain NoGapHandler #216

Closed LeiRui closed 1 year ago

LeiRui commented 1 year ago
  1. pip install plotly-resampler
  2. run demo https://github.com/predict-idlab/plotly-resampler/blob/main/examples/basic_example.ipynb Error: cannot import NoGapHandler
jvdd commented 1 year ago

Hey @LeiRui

We are working on releasing plotly-resampler 0.9.0 which contains several significant improvements.

We already updated the example notebooks for this release (it showcases the new / improved functionalities, including the NoGapHandler).

You can install the latest release candidate as stated here: https://pypi.org/project/plotly-resampler/0.9.0rc3/ Running the example notebooks with this release candidate should not result in the error reported in this issue :)

Let us know if this resolves the issue.

Cheers, Jeroen

LeiRui commented 1 year ago

Hi @jvdd the issue is solved. Thanks!