semantic-kernel
semantic-kernel copied to clipboard
Update .NET Jupytor notebooks to v0.13.442.1-preview
Motivation and Context
At first, thank you for creating such a great library..
-
Why is this change required? Jupytor notebook is a great starting point to start learning Semantic Kernel. However, Current notebooks is on 0.12.207.1-preview. There are a few breaking changes between the latest version. So it makes confuse to beginner. This pull request is update to the latest version 0.13.442.1-preview.
-
What problem does it solve? Nothing.
-
What scenario does it contribute to? Nothing.
-
If it fixes an open issue, please link to the issue here. Nothing.
Description
Contribution Checklist
- [x] The code builds clean without any errors or warnings
- [x] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [x] The code follows the .NET coding conventions (https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions) verified with
dotnet format - [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone :smile: