.. _tutorials: Tutorials ========= Tutorials (and functional science examples) for Pyleoclim exist in the form of: * Jupyter Notebooks, which are found on the following repositories: * `PyleoTutorials `_ contains notebooks demonstrating simple workflows with Pyleoclim, such as: * Loading data from different formats into Pyleoclim objects * Basic plotting and time series manipulation * Timeseries analysis such as spectral analysis, wavelet analysis, coherence, singular spectrum analysis, paleo-aware correlation * `PaleoBooks `_ contain more advanced scientific workflows, some featuring Pyleoclim. * `Pyleoclim paper notebooks `_ highlights three scientific case studies featuring Pyleoclim. * `PaleoHackathon notebooks `_ (contact the crew for solutions). * `The LinkedEarth YouTube Channel `_. Note that additional packages may need to be installed to run these various scientific examples. In particular, we recommend installing the `xarray `_ package suite. .. code-block:: bash conda install -c conda-forge xarray dask netCDF4 bottleneck You may also need `climlab `_: .. code-block:: bash conda install climlab The various repositories listed above have environment files that detail the necessary packages beyond Pyleoclim itself. No package is an island! Another option to run these tutorials is the `LinkedEarth Hub `_ If you still have questions, please see our `Discourse forum `_.