To be able to use the notebooks in this repository, you will need:
- Option 1 (local)
- VS Code
- The Polyglot Notebooks extension installed
Note: You will need the .NET 7 SDK to be able to use this extension.
- Option 2: use GitHub Codespaces with the dev container definition in this repository.
Folder | Description |
---|---|
Learning | For notebooks that will help people learn how to user notebooks in Power Platform context or other concepts related to Power Platform (like how to use the Microsoft.PowerPlatform.Dataverse.Client NuGet package) |
Support | For notebooks that could directly be used by you or your team for support tasks (like the verification of the configuration of a user in case of access issues) |
Administration | For notebooks that could directly be used by you or your team for administrative tasks (like create and configure a new Azure AD Security Group Team in an environment) |
Link | Description |
---|---|
rajyraman/polyglot-notebook-ideas | "Experiments with Polyglot Notebooks" with great ideas like using SQL 4 CDS in a Notebook |
rajyraman/Dataverse-Interactive-Notebook | "This notebook demonstrates how you can use interactive notebooks with PowerPlatform .net core assembly" |
rajyraman/Playwright-Dataverse-Notebook | Notebook that demonstrates how to use Playwright with a model driven app |