Getting started with Jupyter Notebooks and PowerShell

Описание к видео Getting started with Jupyter Notebooks and PowerShell

In this video, I show how to get started with Jupyter Notebooks and PowerShell. I first go over the web interface for Jupyter and how to use .NET interactive to run PowerShell scripts in notebooks. I then go into Azure Data Studio to show how to build notebooks with a more rich PowerShell experience. Finally, I show how to build PowerShell notebooks using the Visual Studio Code Insiders edition and the preview edition of the PowerShell extension.

Dependencies:

PowerShell 7.0.3
Python 3.8.5
.NET Core 3.1 SDK
Visual Studio Code Insiders with PowerShell Preview Extension
Azure Data Studio with PowerShell Extension

Commands Run:

pip install jupyterlab
dotnet tool install -g Microsoft.dotnet-interactive --version 1.0.136005 --add-source "https://dotnet.myget.org/F/dotnet-try..."
dotnet interactive jupyter install
jupyter notebook

Resources:

https://blog.darrenjrobinson.com/gett...
https://blog.darrenjrobinson.com/elev...

Комментарии

Информация по комментариям в разработке