Microsoft Kusto access via IPython
Project description
# ipython-kusto - Run Microsoft Kusto queries in IPython notebooks
This extension borrows extensively from Catherine Devlin’s ipython-sql extension. https://github.com/catherinedevlin/ipython-sql
It provides two magics:
%kqlset - a line magic to set the default cluster and database
%kql/%%kql - a line or cell magic to execute Kusto Query Language queries and return the results as a Pandas dataframe. The dataframe will be assigned to a variable ‘kqlresult’ (can be overridden with –set argument)
If you run either of these followed by a ‘?’ you will get additional help.
When running a query, you may be redirected to a browser page to sign in if a token is needed.
See the example notebook in the examples/ directory for more details.
0.0.3
Updated URL to point to Github repo.
0.0.2
A typo crept in to 0.0.1 release; that has been fixed. Added a –quiet option to not display the dataframe.
0.01. Initial release
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
Built Distribution
File details
Details for the file ipython-kusto-0.0.3.tar.gz
.
File metadata
- Download URL: ipython-kusto-0.0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 067f7846f2a24416cfc17f0cd1ee1f764b64676ede2d911a6588848e20101883 |
|
MD5 | 7bab69c145d0dcc8ebe74c0fa37b6f10 |
|
BLAKE2b-256 | 8195d5d18cacffd2fba8c0d9be02af426708198f595f8488ca4de126a867de14 |
File details
Details for the file ipython_kusto-0.0.3-py3.8.egg
.
File metadata
- Download URL: ipython_kusto-0.0.3-py3.8.egg
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b5d4e001d53a8431b59bea646fcb142f3913ff9975458da8189e7eeb4233fb8 |
|
MD5 | 75aeedbac98ec5292c8d122569abfe68 |
|
BLAKE2b-256 | 820ff1a00b07735c1a69b8b7b33f30724b5977cac436353651328eced922819b |