Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 3.1 KB

tutorials.rst

File metadata and controls

61 lines (40 loc) · 3.1 KB

Tutorials

There are jupyter notebook tutorials on different functionalities of pandapower:

Creating networks:
Running (optimal) power flows:
Data analysis and modelling error diagnostic:
Configure and run a state estimation:
Run a short-circuit calculation according to IEC 60909:
Working with the pandapower standard type library:
Running topological searches:
Plotting pandapower networks:

To run the tutorials interactively (jupyter module is needed):

  1. Download or clone the pandapower github repository: https://github.com/panda-power/pandapower

  2. Open a python shell and navigate to the folder pandapower/tutorials

  3. Run:

    jupyter notebook
    
  4. Click on the tutorial of your choice in the browser menue and start going through the tutorials step by step .