Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfinke/powershell-notebooks
Get started learning PowerShell with PowerShell notebooks powered by .NET Interactive and VS Code.
https://github.com/dfinke/powershell-notebooks
Last synced: 14 days ago
JSON representation
Get started learning PowerShell with PowerShell notebooks powered by .NET Interactive and VS Code.
- Host: GitHub
- URL: https://github.com/dfinke/powershell-notebooks
- Owner: dfinke
- License: mit
- Created: 2021-12-04T21:39:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T22:27:46.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:05:15.147Z (3 months ago)
- Language: PowerShell
- Homepage:
- Size: 44.9 KB
- Stars: 92
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - dfinke/powershell-notebooks - Get started learning PowerShell with PowerShell notebooks powered by .NET Interactive and VS Code. (PowerShell)
README
# Polyglot Notebooks for PowerShell
Welcome to the home of Polyglot Notebooks for PowerShell!
## How to Install
1. Install the [Polyglot Notebook](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode) extension.
## PowerShell 101
Download or clone this repo and open the powershell-101 folder in VS Code to get started with the PowerShell 101 notebooks.Or, if you want just tap on one of the Notebook links below and automatically have it open in VS Code!
| # | Topic | Notebook Link
|----|---------------------------------|-----------------------
| 1 | Hello World | [01 Notebook](https://tinyurl.com/01-HelloWorld)
| 2 | The Basics of Strings | [02 Notebook](https://tinyurl.com/02-TheBasicsofStrings)
| 3 | Searching Strings | [03 Notebook](https://tinyurl.com/03-SearchingStrings)
| 4 | Numbers and Integer Math | [04 Notebook](https://tinyurl.com/04-NumbersandIntegerMath)
| 5 | Numbers and Integer Precision | [05 Notebook](https://tinyurl.com/05-NumbersandIntegerPrecision)
| 6 | Numbers and Decimals | [06 Notebook](https://tinyurl.com/06-NumbersandDecimals)
| 7 | Branches (if) | [07 Notebook](https://tinyurl.com/07-Branches)
| 8 | What Are Loops | [08 Notebook](https://tinyurl.com/08-WhatAreLoops-a)
| 9 | Combining Branches and Loops | [09 Notebook](https://tinyurl.com/09-CombiningBranchesandLoops)
| 10 | Arrays, Lists, and Collections | [10 Notebook](https://tinyurl.com/10-ArraysListsandCollections)
| 11 | Search, Sort, and IndexLists | [11 Notebook](https://tinyurl.com/11-SearchSortandIndexLists)
| 12 | Lists of Other Types | [12 Notebook](https://tinyurl.com/12-ListsofOtherTypes)
| 13 | Functions | [13 Notebook](https://tinyurl.com/13-Functions)
| 14 | Hash Tables | [14 Notebook](https://tinyurl.com/14-Hashtables)This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).
## License
.NET (including the powershell-notebooks repo) is licensed under the [MIT](LICENSE) license.