

Select a time range to zoom into a specific time. Install kqlmagic: !pip install Kqlmagic -no-cache-dir -upgrade

A Microsoft account or an Azure Active Directory user identity.kqlmagic also works with Azure Data Studio, Jupyter Lab, and Visual Studio Code Jupyter extension. These data sources include Azure Data Explorer, a fast and highly scalable data exploration service for log and telemetry data, as well as Azure Monitor logs and Application Insights. Data sources for running queries are supported. You can easily combine Python and Kusto Query Language to query and visualize data using the rich Plot.ly library integrated with render commands. kqlmagic is a command that extends the capabilities of the Python kernel in Jupyter Notebook so you can run Kusto language queries natively. Jupyter Notebook supports magic functions that extend the capabilities of the kernel by supporting additional commands. Usage includes data cleaning and transformation, numerical simulation, statistical modeling, data visualization, and machine learning. The steps to install a Python library either through a Jupyter Notebook or the terminal in VSCode are described here.Jupyter Notebook is an open-source web application that allows you to create and share documents containing live code, equations, visualizations, and narrative text. If you have not installed any of this libraries, you can install them using a Jupyter Notebook or the terminal on VSCode.For the purpose of this blog, we are using the following libraries: requests, io, and zipfile.Create a Jupyter Notebook following the steps described on My First Jupyter Notebook on Visual Studio Code (Python kernel).Importing a Mordor Dataset to my VSCode Workspace 1) Creating a Jupyter Notebook in VSCode Python Interpreter: you can find the steps to install it here.

Python Extension for Visual Studio Code: you can find the steps to install it here.Visual Studio Code: you can find the steps to install it here.In order to complete the steps of this blogpost, you need to install the following in your windows computer: During the development of this blogpost I used a Python kernel in a Windows computer. In this blogpost, I will share the steps that you can follow in order to import a Mordor dataset to your workspace on Visual Studio Code (VSCode) using a Jupyter Notebook.
