This is an extensions package to the Cognite Python SDK for power grid specific applications in Cognite Data Fusion (CDF).
Import a client with:
from cognite.power import PowerClient
The resulting client object will contain all normal SDK functionality in addition to Power SDK extensions.
To install this package:
$ pip install cognite-power-sdk
For PowerGraph plotting support in Jupyter lab, install the relevant extensions using
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
jupyter labextension install jupyterlab-plotly --no-build
jupyter labextension install plotlywidget --no-build
jupyter lab build