Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.47 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.47 KB

Timeseria-notebooks

Example notebooks using Timeseria: an object-oriented time series processing library.

⚠️ The plots in these notebook are configured to be rendered as images, because otherwise they won't display correctly on GitHub or when the notebooks are loaded (usually because not trusted).

Available notebooks:

You can also run them interactively using the Timeseria Docker container:

docker run -it -p8888:8888 -v$PWD/notebooks:/notebooks sarusso/timeseria:v1.0.1

Or, you can install Timeseria (pip install timeseria) and open them within your own Jupyter Notebook server.