Skip to content

trivikverma/matpower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

matpower

Use the python version of Matpower to extract Admittance matrix for further processing

Source Code for extracting admittance matrix from case data in matpower / pypower

Install pypower

  1. Update Conda conda update -n base conda
  • if you don't have the package manager conda, you can install it from anaconda (website)
  1. Create a new virtual environment with the conda package manager conda create -n <env_name> -c pypower or using the pip package manager pip install pypower
  2. Activate the environment source activate <env_name>
  3. Test within the Jupyter Notebook if you may using the getAdmittanceMatrix notebook

If you cannot load the virtual environment in your jupyter notebook, try the following,

Install the ipython kernel module into your virtualenv pip install ipykernel

Now run the kernel self-install script: python -m ipykernel install --user --name=my-virtualenv-name

About

Use the python version of Matpower to extract Admittance matrix for further processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published