{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "[Contents](Contents.ipynb)\n", "• [Next: Time series graphics](02-Time-series-graphics.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Preface as of 2025+\n", "\n", "There is now an official Python version of the text: [Forecasting: Principles and Practice, the Pythonic Way](https://otexts.com/fpppy/). I will leave my old notes online, but I recommend the official text for any serious study." ] }, { "cell_type": "markdown", "id": "69b9e0f1", "metadata": {}, "source": [ "## Preface to this read-along\n", "\n", "* [What this is and isn't](#What-this-is-and-isn't)\n", "* [Software environment](#Software-environment)\n", "* [Datasets](#Datasets)\n", "\n", "