Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.09 KB

File metadata and controls

33 lines (22 loc) · 1.09 KB

DOI

Exponential adoption of battery electric cars

This contains the code necessary to reproduce the figures in the article Exponential adoption of battery electric cars by Felix Jung, Malte Schröder and Marc Timme.

Important note: For copyright reasons, this repository contains no actual data. To reproduce the plots from the paper, you must first acquire the actual data from the various sources provided in the manuscript.

Setup

Prerequisites

Setup

git clone https://github.com/PhysicsOfMobility/exponential-adoption-of-battery-electric-cars.git
cd exponential-adoption-of-battery-electric-cars
pip install -e .

Usage

Run

jupyter lab

Then, in JupyterLab, navigate to the cloned repository, enter the "notebooks" folder, right-click on manuscript_figures.py and select "Open With > Notebook". Then, run and explore the notebook.