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
Release files for KqlmagicCustom 0.1.114.post14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| KqlmagicCustom-0.1.114.post14.tar.gz | 214.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| KqlmagicCustom-0.1.114.post14-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 449.9 kB
Release files / KqlmagicCustom-0.1.114.post14.tar.gz
| Download URL | KqlmagicCustom-0.1.114.post14.tar.gz |
|---|---|
| Size | 214.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e5c520546269695f7c0e5ab3e6e049a75601fb7633d82db65845b404823af448
|
|
BLAKE2b-256 checksum How to use checksums |
2b7e425538c4633636f36748d74e92a7777d8870ee3af5dc5ac0ff3db4b15b4a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.10
|
Release files / KqlmagicCustom-0.1.114.post14-py3-none-any.whl
| Download URL | KqlmagicCustom-0.1.114.post14-py3-none-any.whl |
|---|---|
| Size | 235.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6bd3f0ac07d41504ff624f08c46f1709e4f54ee7278207bcc6122cf7733fc5c7
|
|
BLAKE2b-256 checksum How to use checksums |
ed145b5df49483d8aeb16e955c7da7b7b7f15c1fe1705e24de8dc774be18ee4a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.10
|