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:
The main MovingPandas repo is https://github.com/anitagraser/movingpandas
Visit movingpandas.org for details!
If you want to run these examples on your local machine, use the environment definition file (environment.yml) provided in this repository.
- Clone the movingpandas-examples repository
- Install Conda (command line interface) or Anaconda (graphical user interface) and continue with the instructions in the corresponding section
- Navigate to the cloned directory
- Run
conda env create -f environment.yml
- In Anaconda Navigator | Environments | Import select the movingpandas-experiments environment.yml from the cloned directory
- 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
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.