Skip to main content

Kqlmagic: Microsoft Azure Monitor magic extension to Jupyter notebook (Custom Dependencies)

Project description

Enables notebook experience, exploring Microsoft Azure Monitor data: Azure Data Explorer (Kusto), ApplicationInsights, and LogAnalytics data, from Jupyter notebook (Python3 kernel), using kql (Kusto Query language).

version python license

downloads monthDownloads weekDownloads

Example

Install latest version of package
In [1]: !pip install Kqlmagic --no-cache-dir --upgrade
Add Kqlmagic to notebook magics
In [2]: %reload_ext Kqlmagic
Connect to database at cluster
In [3]: %kql kusto://code;cluster='help';database='Samples'
Query database@cluster and render result set to a pie chart
In [4]: %kql Samples@help StormEvents | summarize count() by State | sort by count_ | limit 10 | render piechart title='my apple pie'

Get Started Notebooks

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

KqlmagicCustom-0.1.114.post26.tar.gz (218.4 kB view details)

Uploaded Source

Built Distribution

KqlmagicCustom-0.1.114.post26-py3-none-any.whl (239.7 kB view details)

Uploaded Python 3

File details

Details for the file KqlmagicCustom-0.1.114.post26.tar.gz.

File metadata

File hashes

Hashes for KqlmagicCustom-0.1.114.post26.tar.gz
Algorithm Hash digest
SHA256 d740d867f46e4d03fd48d3a9f083be87e33022eb9f91ca1ca5613a51b0118862
MD5 6cee55f0b581ab78eb4b3dbb8a12947a
BLAKE2b-256 ed6cf40764340e228a2a08e3b621af31cec83674b3da4c5b3b0f19ced53ee506

See more details on using hashes here.

File details

Details for the file KqlmagicCustom-0.1.114.post26-py3-none-any.whl.

File metadata

File hashes

Hashes for KqlmagicCustom-0.1.114.post26-py3-none-any.whl
Algorithm Hash digest
SHA256 049d801b0426916c23e55e46da786e5f61ea50e15b9513f42d89fe45cc4b90f3
MD5 d6229724a5d8b749fe8cb63a4b0cd4d0
BLAKE2b-256 0f4945a20d050d1b4410a562b528d5fda3f3d35b4c481f90a6ddc64b95ed39b2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page