-
Notifications
You must be signed in to change notification settings - Fork 424
Adding Deprecation announcement for Polyglot Notebooks extension #4162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dbreshears
wants to merge
8
commits into
dotnet:main
Choose a base branch
from
dbreshears:dev/devinb/polyglot
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+68
−3
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
2b68109
Adding Deprecation announcement on first activation
dbreshears 5b4af2f
Update src/polyglot-notebooks-vscode-insiders/help/Polyglot Notebooks…
claudiaregio e9b5049
Update src/polyglot-notebooks-vscode-insiders/help/Polyglot Notebooks…
claudiaregio ce7c6ed
remove check for dotnetversion and related markdown page
dbreshears 745ad99
Revert "remove check for dotnetversion and related markdown page"
dbreshears 6989604
show the .NET page if we have already shown the deprecation announcement
dbreshears 37063bb
Updating to include .NET Interactive kernel and Issue handling
dbreshears 9f4571b
fix typo
dbreshears File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
src/polyglot-notebooks-vscode-insiders/help/Polyglot Notebooks Deprecation.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # 📢 DEPRECATION ANNOUNCEMENT: Polyglot Notebooks | ||
|
|
||
| The Polyglot Notebooks extension will be deprecated on **March 27th, 2026**. | ||
|
|
||
| ## ❓What This Means | ||
|
|
||
| - The extension will not be disabled or uninstalled from your VS Code. | ||
| - No new features will be added to Polyglot Notebooks or the .NET Interactive kernel for Jupyter notebook usage. | ||
| - Bug fixes and support will end immediately. | ||
| - The extension will be marked as deprecated. | ||
| - Issues in this repository related to the Polyglot Notebooks extension will be closed as not planned. | ||
| - Issues in this repository related to using .NET Interactive as a kernel in other Jupyter frontends will be closed as not planned. | ||
|
|
||
| ## ✅ Recommended Action | ||
|
|
||
| 1. Convert/migrate your existing notebooks. | ||
| - **If you were primarily working with C#:** Use our newly introduced [file-based apps!](https://learn.microsoft.com/en-us/dotnet/core/sdk/file-based-apps) File-based apps let you build, run, and publish C# apps **_from a single C# file_** without creating a traditional project file. This makes file-based apps powerful for quick learning and experimenting just like Polyglot Notebooks! Follow your first tutorial [here](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/tutorials/file-based-programs). | ||
| - **If you were primarily working with other languages:** We recommend using the [VS Code Jupyter extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) for your notebook needs. It supports a wide range of languages and offers robust features for notebook development. You can file requests for new features or report bugs in their [VS Code Jupyter GitHub Repo](https://github.com/microsoft/vscode-jupyter). | ||
| 1. Uninstall the Polyglot Notebooks extension. | ||
claudiaregio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## 🙏 Thank You | ||
|
|
||
| We want to express our sincere gratitude to all the users who have supported and contributed to the Polyglot Notebooks extension. Your feedback, bug reports, and feature requests have been invaluable in shaping the extension. | ||
|
|
||
| While Polyglot Notebooks may be deprecated, our mission to make C# development delightful and accessible continues in our flagship products; we're carrying that work forward through [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) and the next generation of AI-powered coding experiences. | ||
25 changes: 25 additions & 0 deletions
25
src/polyglot-notebooks-vscode/help/Polyglot Notebooks Deprecation.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # 📢 DEPRECATION ANNOUNCEMENT: Polyglot Notebooks | ||
|
|
||
dbreshears marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| The Polyglot Notebooks Extension will be deprecated on **March 27th, 2026**. | ||
|
|
||
| ## ❓What This Means | ||
|
|
||
| - The extension will not be disabled or uninstalled from your VS Code. | ||
| - No new features will be added to Polyglot Notebooks or the .NET Interactive kernel for Jupyter notebook usage. | ||
| - Bug fixes and support will end immediately. | ||
| - The extension will be marked as deprecated. | ||
| - Issues in this repository related to the Polyglot Notebooks extension will be closed as not planned. | ||
| - Issues in this repository related to using .NET Interactive as a kernel in other Jupyter frontends will be closed as not planned. | ||
|
|
||
| ## ✅ Recommended Action | ||
|
|
||
| 1. Convert/migrate your existing notebooks. | ||
| - **If you were primarily working with C#:** Use our newly introduced [file-based apps!](https://learn.microsoft.com/en-us/dotnet/core/sdk/file-based-apps) File-based apps let you build, run, and publish C# apps **_from a single C# file_** without creating a traditional project file. This makes file-based apps powerful for quick learning and experimenting just like Polyglot Notebooks! Follow your first tutorial [here](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/tutorials/file-based-programs). | ||
| - **If you were primarily working with other languages:** We recommend using the [VS Code Jupyter extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) for your notebook needs. It supports a wide range of languages and offers robust features for notebook development. You can file requests for new features or report bugs in their [VS Code Jupyter GitHub Repo](https://github.com/microsoft/vscode-jupyter). | ||
| 1. Uninstall the Polyglot Notebooks extension. | ||
|
|
||
| ## 🙏 Thank You | ||
|
|
||
| We want to express our sincere gratitude to all the users who have supported and contributed to the Polyglot Notebooks Extension. Your feedback, bug reports, and feature requests have been invaluable in shaping the extension. | ||
|
|
||
| While Polyglot Notebooks may be deprecated, our mission to make C# development delightful and accessible continues in our flagship products; we're carrying that work forward through [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) and the next generation of AI-powered coding experiences. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.