movingpandas
movingpandas-examples
Jupyter Notebook

Example notebooks illustrating MovingPandas use cases

Last updated Jul 3, 2026
183
Stars
35
Forks
3
Issues
+1
Stars/day
Attention Score
83
Language breakdown
No language data available.
Files click to expand
README

Welcome to the MovingPandas examples repository!

Get it on Codeberg

Issue Tracker

This repository contains Jupyter notebooks demonstrating MovingPandas features.

👉 Jump right in with Example 1: Getting Started

You can run the these notebooks on MyBinder - no installation required: Binder

Alternatively, if you prefer VS Code, you can run Github Codespaces: Open in GitHub Codespaces

The main MovingPandas repo is https://github.com/movingpandas/movingpandas

Visit movingpandas.org for details!

Installation

If you want to run these examples on your local machine, use the environment definition file (environment.yml) provided in this repository.

  • Install Conda and mamba
  • Clone the movingpandas-examples repository
  • Navigate to the cloned directory
  • Run mamba env create -f environment.yml

Post installation

  • Activate the mpd-ex environment
  • Launch Jupyter notebooks and navigate to the movingpandas-examples directory
  • Now you can run the notebooks, experiment with the code and adjust it to your own data

Generating html exports using nbautoexport

First, you will need to install nbautoexport. Then register nbautoexport to run automatically while using Jupyter Notebook or Jupyter Lab:

  • conda install nbautoexport --channel conda-forge
  • nbautoexport install
Finally restart the Jupyter server.
🔗 More in this category

© 2026 GitRepoTrend · movingpandas/movingpandas-examples · Updated daily from GitHub