Skip to content

cognitedata/power-sdk

Repository files navigation

Cognite logo

Cognite Power SDK

Release Status Documentation Status PyPI version Code style: black

This is an extensions package to the Cognite Python SDK for power grid specific applications in Cognite Data Fusion (CDF).

Quickstart

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.

Documentation

Installation

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

Releases

No releases published

Packages

No packages published

Languages