Kqlmagic: Microsoft Azure Monitor magic extension to Jupyter notebook
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).
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
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Kqlmagic-0.1.114.post26.tar.gz
(217.7 kB
view details)
Built Distribution
File details
Details for the file Kqlmagic-0.1.114.post26.tar.gz
.
File metadata
- Download URL: Kqlmagic-0.1.114.post26.tar.gz
- Upload date:
- Size: 217.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11452ee6ca48b0d028ff630ba1033859eefc30b647f1334ddf303b5a69d7820a |
|
MD5 | 43da4162312f26448d74d9002d95edcd |
|
BLAKE2b-256 | de5899bf6f03350fbddbc9e61e273b141924863f11c6b79b07a78cb76ca700d4 |
File details
Details for the file Kqlmagic-0.1.114.post26-py3-none-any.whl
.
File metadata
- Download URL: Kqlmagic-0.1.114.post26-py3-none-any.whl
- Upload date:
- Size: 238.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3e641feda63e6aceb16e695a4a718bba66d4428293a2422f94e2785bcdb0a24 |
|
MD5 | b3e213465f0aa73942f7ad4e7f5e8679 |
|
BLAKE2b-256 | 0dc06f66e55e1ef2e28ab155c3332f44002beeff7659126a8e33c95823ec14c4 |