Installation#

The course is available on this repository: https://marcbudinger.github.io/EVpowertrain/

Colab#

Open Google Colab, open a new notebook and clone the repository by running in a cell:

https://marcbudinger.github.io/EVpowertrain.git

Then install the required dependencies by running in a cell:

!pip install -r EVpowertrain/requirements.txt

Local#

Install Anaconda environment.

Download the zip file from Github and unzip it.

Open a Anaconda Prompt terminal and cd to the recently unziped folder.

You can then create a new conda environment by running:

conda create -n IntroIS python=3.9

conda activate IntroIS or source activate EVpowertrain

Then install required dependencies: pip install -r requirements.txt

Run jupyter lab: jupyter lab